-
RectDetector
矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。(Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display images such as simple operation.)
- 2010-08-08 13:06:08下载
- 积分:1
-
text-edge-detection
蚁群算法,图像边缘检测,用于模式识别,可以编译通过!(Ant colony algorithm for image edge detection for pattern recognition can be compiled by!)
- 2012-09-10 08:16:55下载
- 积分:1
-
SVMZZ
SVM进行图像分割 使用OTSU阈值法 效果很好 分割出来直接是二值图像(SVM for image segmentation using the OTSU thresholding method works well split up directly from the binary image)
- 2013-01-08 17:07:15下载
- 积分:1
-
Mser 区域检测器 mser
说明: implementation of mser region detector
- 2020-03-23 19:27:38下载
- 积分:1
-
fengeTU
根据图像的颜色对图像进行分割,里面有多个方法,一种是RGB色彩分割,一种是K均值聚类,还有对视频处理分割,有多个测试图(According to the color image on the image segmentation, there are multiple ways, one is RGB color segmentation, one is the K-means clustering, and video processing division, a plurality of test pattern)
- 2016-03-20 15:09:10下载
- 积分:1
-
histequilization
Historgram equilization, One Image to be added to the program for equilizzation.
- 2013-01-31 19:35:31下载
- 积分:1
-
sicplay
用来对2维信号的频域进行sinc插值处理,以放大图像。插值的结果较为理想(Used for 2-D frequency domain signal processing to sinc interpolation in order to enlarge the image. Interpolation more satisfactory results)
- 2007-12-22 15:02:44下载
- 积分:1
-
dsa
说明: 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】(Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of highlighting vascular region. 【Source】 plus documented)
- 2010-04-18 22:39:04下载
- 积分:1
-
CS
说明: SAR回拨模拟及CS算法成像,参考书:合成孔径雷达成像原理(皮亦鸣)(CS algorithm for SAR call-back simulation and imaging, reference books: Synthetic aperture radar imaging principle (PI Yi-ming))
- 2009-09-23 08:56:30下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1