-
sarshuju
KI阈值算法,实现SAR图像变化检测时判别变化与非变化的区域所需要阈值的选取(the Kittler and Illingworth minimum-error thresholding algorithm)
- 2011-08-04 15:51:48下载
- 积分:1
-
regiongrowing
用MATLAB实现的基于区域生长算法的图像分割(Implemented using MATLAB-based region growing algorithm for image segmentation)
- 2010-07-17 10:43:27下载
- 积分:1
-
自适应阈值分割
说明: 可在matlab软件上实现自适应阈值分割(Adaptive threshold segmentation can be realized)
- 2021-02-02 22:17:32下载
- 积分:1
-
fenshuilingsuanfa
说明: 基于分水岭算法和图论的图像分割,所使用的方法为分水岭算法和Normalized Cut方法(Based on watershed algorithm and graph theory, image segmentation, the method used as a watershed algorithm and Normalized Cut method)
- 2010-04-27 10:18:59下载
- 积分:1
-
图像处理
说明: Arnold 变换与 Gray 码变换相融合的双置乱算法程序,包括了加密和解密程序(The program of double scrambling algorithm combining Arnold transform and gray code transform, including encryption and decryption program)
- 2020-03-23 23:20:09下载
- 积分:1
-
CISBitmap
从Cbitmap派生的位图类,可通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。类中包含了两个文件:CISBitmap.cpp和CISBitmap.h,使用时附加进工程,可快速实现BMP位图图像的透明处理。(Cbitmap derived from the bitmap type, you can specify a color by a bitmap becomes transparent, and it s almost as simple as using the same Cbitamp. Class contains two files: CISBitmap.cpp and CISBitmap.h, into the use of additional works can be quickly processed to achieve a transparent bitmap BMP images.)
- 2014-06-05 19:19:23下载
- 积分:1
-
JFSSL-Cross-Modal-Retrieval-master
说明: 联合特征选择和子空间相关性学习的跨模态检索,map优于典型相关性分析的跨模态检索(Joint Feature Selection and Subspace Learning for Cross-Modal Retrieval)
- 2021-04-21 21:18:49下载
- 积分:1
-
main
关于粒子滤波跟踪目标的MATLAB程序源代码(Particle filter to track the target on the MATLAB source code)
- 2009-01-06 13:53:02下载
- 积分:1
-
particlefilter
粒子滤波去噪程序 目标跟踪 粒子滤波的实验程序( particlefilter target tracking)
- 2009-09-30 10:07:30下载
- 积分:1
-
图片位深度转换
基于mfc对话框开发的图片位深度转换器,源码部分截图如下。 CImage img; img.Load("D:\qrcode.png"); img.Save("D:\qrcode.bmp"); CxImage ximage; ximage.Load("D:\qrcode.bmp", CXIMAGE_FORMAT_BMP); ximage.AlphaStrip(); ximage.Save("D:\11.bmp", CXIMAGE_FORMAT_BMP);
- 2019-09-04下载
- 积分:1