搜索资源列表
emd
- matlab的工具箱的安装步骤: 1.解压下载的文件包,将tft/mfile复制到matlab的toolbox文件夹下 2.建立搜索路径,matlab->file->Set Path->Add Folder ->选择mfile文件夹复制到matlab的toolbox的路径->save->close 3.测试是否建立搜索路径成功,在matlab命令窗口打入:which fmsin 返回的结果是你放mfile的正确路径说明建立搜索路径成功。此时
NLmeansfilter
- radio of similarity window radio of search window
judge
- 该代码可以判断一组码字是否为唯一可译性编码,使用方法为将该matlab的m文件放在matlab的搜索路径下,然后在matlab的命令窗口下调用函数judge即可,函数参数为任意个数的码字,注意用单引号括起来。-The code can determine whether a set of codewords uniquely decodable coding, the use of matlab matlab m-file in the search path, and then in the
emd
- EMD的程序要用到matlab的时频工具箱 matlab的工具箱的安装步骤: 1.解压下载的文件包,将tft/mfile复制到matlab的toolbox文件夹下 2.建立搜索路径,matlab->file->Set Path->Add Folder ->选择mfile文件夹复制到matlab的toolbox的路径->save->close 3.测试是否建立搜索路径成功,在matlab命令窗口打入:which fmsin 返回的结果是你
slective_search
- 目标检测算法中常用到的slective search,在图像中提供候选窗口以供下一步提取特征(Slective search, which is commonly used in the target detection algorithm, provides a candidate window in the image for the next step of extracting features)