-
waveletC++
特征提取中利用小波边缘检测C++源码,希望对大家有用,而且偶也能下载程序了,(feature extraction using wavelet edge detection C source code, we hope to useful, but can even download, Ha ha)
- 2021-02-02 13:49:59下载
- 积分:1
-
RGB2Gray-C6748DSP
将RGB格式的图像转换为灰度模式。
使用TI C6748 DSP
在CCS5.5下运行(convert RGB image to grey code.
use in C6748DSP.
written under CCS5.5. )
- 2020-06-29 11:00:02下载
- 积分:1
-
meanshift
经典的meanshift跟踪算法,很好的跟踪框架,注释详细。(Meanshift classical tracking algorithm, a good tracking framework, detailed notes.)
- 2010-06-12 10:43:20下载
- 积分:1
-
rationAM45
利用图像二值化方法对图像进行调幅加网,本程序实现了45度角度的调幅加网算法。(Use of the image binarization method of images in AM screening, the program achieved a 45 degrees angle of AM screening algorithm.)
- 2021-04-28 13:08:43下载
- 积分:1
-
kmeans
对遥感图像进行分类,使用k均值算法,对Indian_pines数据进行分类(Remote sensing image classification, using the k-means algorithm)
- 2016-08-26 10:41:06下载
- 积分:1
-
secaizhuanyi
运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
- 2013-09-15 16:40:26下载
- 积分:1
-
hough[matlab]
hough变换检测椭圆的matlab程序(hough transform matlab ellipse detection procedure)
- 2009-05-25 17:37:38下载
- 积分:1
-
imageMosaic
基于Harris角点检测的图像拼接matlab实现,
主要内容包括Harris角点检测,NCC,RANSAC以及2幅图像的拼接(A image mosaicing algorithem which based on Harris corner feature detection achieved in matlab.
The main contents include the Harris corner detector, the NCC, the RANSAC and two image mosaicing)
- 2012-04-04 04:17:33下载
- 积分:1
-
wiener_ECG
对理想的心音信号加入噪声,仿真成实际带噪声的心音信号,然后对其进行维纳滤波程序(The ideal heart sound signal added noise, simulation into actual heart sounds with noise signal, and then its Wiener filtering program)
- 2021-03-21 14:59:17下载
- 积分:1
-
gbvs
静态图像显著性分析程序,利用matlab开发。加州理工三位教授所写。(Software] Saliency Map Algorithm : MATLAB Source Code
Below is MATLAB code which computes a salience/saliency map for an image or image sequence/video (either Graph-Based Visual Saliency (GBVS) or the standard Itti, Koch, Niebur PAMI 1998 saliency map). See the included readme file for details. I also have a newer, simpler version implementing only the Itti algorithm (see simpsal/readme.txt).
Please try it out and email me if you have any questions.
Download:
Please select one of the following to download:
[gbvs.zip]
This package includes an implementation of the full GBVS algorithm. It also lets you compute an Itti, Koch, Niebur saliency map. It includes a function for computing the ROC score between eye-movements (provided as x,y fixation points) and a saliency map, and a function for displaying a saliency map overlayed on top of an image (as in the screenshot below).
Right after you download the zip file, you must change into the gbvs/ directory and run:
>>)
- 2011-09-11 15:56:18下载
- 积分:1