-
基于VC++,MFC界面,载入背景图片和检测图片,可以检测出运动物体和运动轨迹,可以收到操作滤波,除噪,匹配等功能...
基于VC++,MFC界面,载入背景图片和检测图片,可以检测出运动物体和运动轨迹,可以收到操作滤波,除噪,匹配等功能-Based on VC++, MFC interface, load background images and testing images, can detect moving objects and motion trajectory, you can receive the operation of filtering, in addition to noise, matching and other functions
- 2022-04-27 16:14:30下载
- 积分:1
-
图像空域预处理算法汇总:有增强,去噪,锐化等,对初学者可作参考...
图像空域预处理算法汇总:有增强,去噪,锐化等,对初学者可作参考-err
- 2022-08-14 18:25:02下载
- 积分:1
-
计算图像HSV分量的数值,可用于图像颜色分割的统计
计算图像HSV分量的数值,可用于图像颜色分割的统计-Calculated image HSV component values can be used for image color segmentation statistics
- 2022-03-19 03:23:15下载
- 积分:1
-
显示如何利用Camshift算法进行彩色目标的跟踪
显示如何利用Camshift算法进行彩色目标的跟踪-Show how to use color Camshift algorithm tracking
- 2022-03-20 03:48:32下载
- 积分:1
-
说明:程序运行过程中要用到wedgelet工具包和wavelet802工具包;
wdt...
说明:程序运行过程中要用到wedgelet工具包和wavelet802工具包;
wdt-cwtdenoise :wedgelet去噪算法主函数;
以下函数和其它函数均为被调用函数;
DT_CWTdenoise :复小波去噪函数;
其中:afb,afb2D,afb3D,AntonB,cplxdual2D,cshift2D,dualtree2D,dwt2D,idualtree2D
pm,pm4,sfb2D,symextend,unnormcoef,reversecoefDHtgrselect,tee,dtcwtcoef,
gencoef等等为复小波去噪时调用函数;-Description: program to run the process to use to wedgelet tool kits and wavelet802 kit wdt-cwtdenoise: wedgelet denoising algorithm main function the following functions and other functions are called function DT_CWTdenoise: Complex Wavelet denoising function which: afb , afb2D, afb3D, AntonB, cplxdual2D, cshift2D, dualtree2D, dwt2D, idualtree2D pm, pm4, sfb2D, symextend, unnormcoef, reversecoefDHtgrselect, tee, dtcwtcoef, gencoef for complex wavelet denoising, etc. when calling function
- 2022-01-26 02:34:10下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。...
本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。
-This procedure for full-variational (Total Variation, TV) denoising algorithm, which uses the PDF to correct TV algorithm small problem. This algorithm is well preserved, while Original edge information to remove noise.
- 2022-12-01 21:10:03下载
- 积分:1
-
第二章 MATLAB 图形绘制基础
2.1 二维绘图
2.1.1 基本绘图函数
2.1.2 图形窗口的修饰
2.2 三维绘图
2....
第二章 MATLAB 图形绘制基础
2.1 二维绘图
2.1.1 基本绘图函数
2.1.2 图形窗口的修饰
2.2 三维绘图
2.2.1 plot3 函数
2.2.2 三维网格图和曲面图-MATLAB chapter 2.1 Rendering the basis of two-dimensional mapping function 2.1.2 graphics 2.1.1 basic graphics window 2.2 modified three-dimensional mapping function 2.2.1 plot3 Figure 2.2.2 Three-dimensional grid and surface map
- 2022-06-28 00:54:12下载
- 积分:1
-
对于VEGA PRIME在MFC框架下的使用,VP1.2版本。
对于VEGA PRIME在MFC框架下的使用,VP1.2版本。-VEGA PRIME for the MFC framework in use, VP1.2 version.
- 2022-07-07 21:47:18下载
- 积分:1
-
一个用MATLAB开发的GUI程序,程序本身是用来进行图像的灰度变换,但是是学习GUI入门编程的好代码,初学者不妨一读...
一个用MATLAB开发的GUI程序,程序本身是用来进行图像的灰度变换,但是是学习GUI入门编程的好代码,初学者不妨一读-Using MATLAB development of a GUI program, the program itself is used for images of gray-scale transformation, but to learn GUI programming a good entry-code, one may wish to read for beginners
- 2022-01-25 23:24:44下载
- 积分:1