搜索资源列表
Matlab_imageMatlab
- 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.best
1
- 在二进制图像中利用lookup 表进行边沿操作
1231
- MATLAB 图像处理命令,在二进制图像中利用 lookup 表进行边沿操作-MATLAB image processing orders, in a binary image using the lookup table by using the edge operator
bwmorph用法
- bwmorph功能: 提取二进制图像的轮廓. 语法: BW2 = bwmorph(BW1,operation) ;BW2 =bwmorph(BW1,operation,n) ; n为次数;Operation的参数可以有多种选择
TestSaveImage
- 将图像保存在数据库中,以二进制的形式存储在数据库中-image Database save
FSH-master
- 跨模态二进制代码通过融合相似度学习,一篇相似度学习的论文,属于计算机视觉类的,附有源代码,使用平台为window操作系统,语言工具为MATLAB(Cross-Modality Binary Code Learning via Fusion Similarity Hashing)