-
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
-
susan
Susan算法,用于角点检测。很先进的方法,国内有人改进过,这是原来的方法。(Susan algorithm for corner detection. The most advanced methods, there are those who improved, this is the original method.)
- 2008-07-13 17:22:03下载
- 积分:1
-
ssd.pytorch
说明: SSD: Single Shot MultiBox Object Detector, in PyTorch
A PyTorch implementation of Single Shot MultiBox Detector from the 2016 paper by Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang, and Alexander C. Berg. The official and original Caffe code can be found here.
Table of Contents
Installation
Datasets
Train
Evaluate
Performance
Demos
Future Work
Reference
- 2020-06-25 07:00:02下载
- 积分:1
-
color_moments
图像颜色一阶矩、二阶矩、三阶矩特征抽取。不带图像分块。(Image color first moment, second moment and three moments features)
- 2014-11-04 14:19:55下载
- 积分:1
-
FCM
在matlab开发环境中,使用模糊C均值聚类的方法对数据进行聚类(In the Matlab development environment, the use of fuzzy C-means clustering methods for data clustering)
- 2012-05-07 15:18:00下载
- 积分:1
-
Susan
说明: Susan角点提取检测,进行图像处理,主要运用在数字水印特征提取方面(Susan,In the aspect of image feature extraction, watermark is mainly used for corner detection)
- 2021-04-06 11:03:19下载
- 积分:1
-
TPS warping
Principal Warps: Thin-Plate Splines and the Decomposition of Deformations
- 2019-05-13 11:16:43下载
- 积分:1
-
ImagefusionPCAandIHS
给出了图像融合中三种经典的融合算法:加权融合、PCA融合和IHS融合。程序中有比较详细的说明,特别适合初学图像融合者使用(Image fusion are given the convergence of three classical algorithms: weighted fusion, PCA fusion and IHS fusion. Procedures are a more detailed explanation, especially for beginners to use the image fusion)
- 2009-10-07 20:53:56下载
- 积分:1
-
MPmain
匹配追踪的主程序,用原子与信号内积的方式,对波包进行分解,再进行时频分析(match persuit)
- 2012-09-09 11:07:17下载
- 积分:1
-
dianziwenxiang
该代码采用opencv环境来实现灰度投影估计电子稳像算法,能够很好地解决视频序列抖动问题。(The code uses the opencv environment to achieve the gray projection algorithm, which can solve the problem of video sequence jitter.)
- 2015-12-08 12:05:44下载
- 积分:1