-
Video-Demo
该源码为目标检测和跟踪算法 包括:
1. 静态背景下的背景预测法目标检测
2. 静态背景下帧间差分法目标检测
3. Mean Shift目标跟踪方法
4. 重心多目标跟踪方法
(The source code for target detection and tracking algorithm include:
1 Static background background prediction target detection
2 Static background frame difference method for target detection
3. Mean Shift tracking method
4 multi-target tracking methods focus)
- 2013-08-11 20:39:39下载
- 积分:1
-
小波模极大值程序
说明: 小波模极大源代码,可用来进行小波降噪或小波模态参数识别(Wavelet modal maximum source code, can be used for wavelet noise reduction or wavelet modal parameter identification)
- 2020-10-16 10:35:01下载
- 积分:1
-
particle-count
读取图像,转化为二值,去除毛刺噪点像素,去除孤立的前景像素,膨胀,对颗粒进行计数(particle count,)
- 2012-04-09 11:28:47下载
- 积分:1
-
mie scattering matlab
用于计算均匀圆球的mie散射,matlab 程序,可计算散射系数,消光截面等(It is used to calculate the Mie scattering of uniform spheres. The matlab program can calculate the scattering coefficient and extinction section.)
- 2020-12-18 09:59:11下载
- 积分: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
-
grabcut_matlab
图像处理中的图像分割grabcut算法,经试验可以达到很高的精确度,比较难,值得研究(Image Processing Image Segmentation grabcut algorithm, the test may be achieving a high degree of accuracy, more difficult, is worth studying)
- 2020-11-02 12:49:53下载
- 积分:1
-
CompassMATLAB
demo中基本上整理了目前常用的所有边缘检测算子,并添加了自定义的frei-chen、kirsch、direcedge、PrewittCompass、RobinsonCompass边缘检测算子function函数。此外,还有Ruzon罗盘算子的matlab实现程序,能对灰度图像的边缘加以检测。(demo, basically compiled all the commonly used edge detection operator, and add a custom frei-chen, kirsch, direcedge, PrewittCompass, RobinsonCompass edge detection operator function function. In addition, there Ruzon compass operator procedures matlab realize, can be gray-scale image edge detection.)
- 2013-07-11 10:23:35下载
- 积分:1
-
摄影测量点云 Grid
摄影测量点云,三维激光点云进行点云特征图像提取进行格网化代码(Photogrammetric point cloud, 3D laser point cloud, point cloud feature image extraction for grid code)
- 2018-10-11 11:54:57下载
- 积分:1
-
GaborTexture
Gabor滤波器方法提取纹理特征的两个函数,采用5个尺度和6个方向,运用于灰度图。(Gabor filters to extract texture features of the two functions, using the five scales and six directions, applied to grayscale.)
- 2011-12-07 16:59:26下载
- 积分:1
-
harris_corners_image_registration
应用harris算子进行角点检测,然后利用相关性检测得到匹配焦点,然后进行图像的重采样,适于对于彩色图像的处理,对于灰度图像,只要将harris算子检测时的图像从彩色道灰度图像的语句去掉即可(Application of operator harris corner detection, and then make use of relevant test match to be the focus, and then carried out resampling images, suitable for color image processing, for gray-scale images, as long as the operator will harris Detect when the image from color Road gray-scale images can be removed from the statement)
- 2009-03-20 16:07:41下载
- 积分:1