-
基于区域的主动轮廓模型算法论文RegionBasedSnake
基于区域的主动轮廓模型算法,是论文《Active Contours Without Edges》的VC算法实现(Region-based active contour model algorithm, for the paper " Active Contours Without Edges" of the VC algorithm)
- 2020-06-28 12:00:01下载
- 积分:1
-
用pyqtgraph画图
用PYQT进行GUI的详细资料,可以对照参考。。。。。。(The detailed information of GUI with PYQT can be compared to reference.
The detailed information of GUI with PYQT can be compared to reference.)
- 2018-03-07 16:17:04下载
- 积分:1
-
tuxiangpingjie
图像拼接及柱面全景图生成算法研究 图像拼接及柱面全景图生成算法研究(Image mosaicing and cylinder panorama generation algorithm is studied)
- 2012-01-14 19:37:10下载
- 积分:1
-
im_hist_covercome
通过自定义数学运算,在图像处理中做直方图均衡化的matlab实现(Through custom mathematical operation, do the histogram equalization of matlab in image processing)
- 2013-04-27 01:34:07下载
- 积分:1
-
CameraFingerprint
说明: 镜头指纹识别,提取镜头特征,对其他照片进行识别,判断是否来源同一相机。(Image Source Detection)
- 2021-01-19 14:38:43下载
- 积分:1
-
susan_detect_corner
susan实现图像的角点检测,调用的详细说明在源代码内有注释.()
- 2008-03-30 15:57:08下载
- 积分:1
-
vibemotiondetection
2011年比较流行的简单快速的运动目标检测代码。(More popular in 2011, a simple and rapid moving target detection code.)
- 2012-12-14 12:43:40下载
- 积分:1
-
hog-feature
HOG(方向梯度直方图)图像特征提取,以lena图像作为示例(HOG (Histogram of Oriented Gradients) image feature extraction, image as an example to lena)
- 2014-02-25 17:20:58下载
- 积分:1
-
halftone
本程序实现了两种误差扩散算法,分别用Sierra扩散滤波器和stenenson扩散滤波器,实现了比Floy_stein更好的误差扩散半色调效果。(This procedure implements two error diffusion algorithm, respectively Sierra diffusion filters and stenenson diffusion filter, to achieve better than Floy_stein error diffusion halftone effects.)
- 2021-01-18 15:18:45下载
- 积分:1
-
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