-
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
-
realtimesuperpixel-master
运用基于密度的聚类算法实现了超像素的分割(The segmentation of super pixels is realized by using the clustering algorithm based on density)
- 2018-01-11 11:54:41下载
- 积分:1
-
Pansharpening
基于非局部图像去噪模型的遥感图像融合的变分方法。该变分方法采用梯度下降法。(Variational method of remote sensing images nonlocal image denoising model fusion. The variational method using gradient descent.)
- 2014-04-18 10:43:31下载
- 积分:1
-
image
图像算法开放库,对图像处理的,希望对学习者有所帮助!(Image algorithm open library of image processing, and they hope to help learners!)
- 2007-11-02 08:32:29下载
- 积分:1
-
gmm
EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)
- 2015-11-19 16:20:15下载
- 积分:1
-
DIP
数字图像处理源代码绝对好用包括一些最基本了图像处理,例如增强(digital processing)
- 2009-10-30 17:57:02下载
- 积分:1
-
实现画矩形、椭圆和随手画功能
由VC实现画矩形、椭圆和随手画功能,对图像处理人员会有帮助(paintings by VC rectangular, oval and hand painting functions, image processing staff to be helpful)
- 2005-06-28 00:40:48下载
- 积分:1
-
激光三维点云的处理源码 lastools
激光三维点云的处理源码,可以压缩点云,配准点云(Three-dimensional laser point cloud processing source code, can be compressed point cloud, point cloud registration)
- 2013-09-09 21:13:07下载
- 积分:1
-
background-object-testVC
可以进行背景减除法-三帧法-高斯背景建模法运动检测( This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
)
- 2011-12-30 22:01:21下载
- 积分:1
-
首OPENCV单目标定
相机的单目标定,使用张正友标定法,可靠使用(The monocular camera calibration, using the zhangzhengyou calibration method, reliable use)
- 2017-09-23 20:48:47下载
- 积分:1