-
HarrisCorner
对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法:
1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数;
2. 只能用C/C++,不能用其他语言;
3. GUI 只能用自带的HighGUI,不能用QT 或其他的;
4. 平台可以用Windows, Linux, MacOS;
5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色
展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件;
6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
- 2016-01-04 12:44:23下载
- 积分:1
-
图像边缘检测7种算子代码
编程实现灰度图像的几种常用的边缘检测算法,包括:梯度边缘检测算法、Roberts边缘检测算法、Sobel边缘检测算法、拉普拉斯边缘检测算法、canny边缘检测算法、Prewitt边缘检测算法和Krisch边缘检测算法。
- 2019-05-20下载
- 积分:1
-
HU不变矩
说明: Hu不变矩的的一至七个矩的代码以及论文。matalb版本,可直接用。(Matlab Code of Hu Moment Invariant)
- 2019-04-26 21:15:35下载
- 积分:1
-
Log_gabor
很好用的Log-Gabor变换源代码,可以用于图像的特征提取(Good use of Log-Gabor transform source code, can be used for image feature extraction)
- 2009-03-14 13:14:30下载
- 积分:1
-
NGC_ACM
图割(GC)和主动轮廓模型(ACM)相结合的一种图像分割方法,既可以进行局部图像的分割,也可进行全局图像的分割,简单实用。(A combination of graph cuts (GC) and the active contour model (ACM) image segmentation method, either local image segmentation, global image segmentation, simple and practical.)
- 2012-10-23 11:23:25下载
- 积分:1
-
orl_faces
orl人脸库,40个人,每人10幅图像。(orl face database, 40 individuals, 10 images per person.)
- 2009-06-12 18:46:06下载
- 积分:1
-
Curve
说明: 分类,纹理特征,提取特征向量,matlab 7.0 原程序,classifer,texture(Classification, texture features, feature vector extraction, matlab 7.0 original procedure, classifer, texture)
- 2008-09-04 08:16:43下载
- 积分:1
-
SAR-autofocus-using-semidefine
这个是用于合成孔径雷达图像自聚焦的算法,易于实验,具有良好的效果。适合入门者。(this is a algorithm used for SAR image autofocus. this method is very simple and easy to realize and is suitable for beginner.
)
- 2014-09-09 10:52:00下载
- 积分:1
-
SheikhIP
Image processing functions:
Gamma correction
Contrast stretching
histogram equalization
- 2012-09-16 03:22:15下载
- 积分:1
-
regiongrow2
区域生长,基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上 (regional growth, the basic approach is based on a group of seed starting point to the growth of regional tour, What about predefined attributes similar to seed the neighborhood of each pixel additional seeds)
- 2006-12-21 20:53:55下载
- 积分:1