登录
首页 » Visual C++ » HarrisCorner

HarrisCorner

于 2016-01-04 发布 文件大小:493KB
0 248
下载积分: 1 下载次数: 15

代码说明:

  对输入的一张彩色图像,自己写代码实现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 ). " )

文件列表:

homework2.cpp,8362,2015-12-17
homework2.exe,90624,2015-12-17
readme.txt,449,2015-12-17




下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FKFilter
    FK滤波分析,设计窗口!!!!!!!!!!!(FK filtering analysis, design window! ! ! ! ! ! ! ! ! ! !)
    2013-01-21 20:24:37下载
    积分:1
  • jpeg_C_orign
    jpeg编码工程(YUV2RGB) 文件中含有说明文件,保证可以使用(jpeg encoding works (YUV2RGB) file contains the documentation to ensure that you can use)
    2007-11-15 20:43:30下载
    积分:1
  • vc++ 数字
    vc++ 数字图象处理 很好用我看了以后收益非浅希望大家喜欢(vc digital image processing with very good after I read greatly benefit hope you like)
    2020-06-26 09:00:01下载
    积分:1
  • LossCompression
    C语言编程,利用矢量量化思想进行图像有损压缩和解压缩(C language programming, using vector quantization thoughts lossy image compression and decompression)
    2016-05-24 21:50:39下载
    积分:1
  • glint
    此程序为计算雷达目标特性角闪烁特性的函数代码(computing the anglar glint)
    2020-09-28 08:47:44下载
    积分:1
  • layerstacking_ding
    IDL编程:tif图像批量layerstacking,并保留原有地图投影。使用时只需要修改输入和输出路径。(IDL programming: tif image batch layerstacking, and retain the original map projection. Only need to modify the input and output paths use.)
    2020-12-11 20:49:16下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • lab2
    This program draws an image from a bmp file
    2014-05-26 21:59:34下载
    积分: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
  • Hough-transform
    基于规格化Hough变换的天波超视距雷达检测前跟踪算法(Hough transform based on the normalized horizon radar detection and tracking algorithms)
    2013-12-09 16:41:57下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载