-
bmp to jeg 文件,自己写的,和大家分享一下,希望会有帮助
bmp to jeg 文件,自己写的,和大家分享一下,希望会有帮助-bmp to jeg paper wrote it myself, and share with you, I hope will be helpful
- 2022-02-06 12:36:03下载
- 积分:1
-
SIFT是一种特征值抽取算法,2004年提出,是一种与大小,角度,亮度无关的强大新算法。...
SIFT是一种特征值抽取算法,2004年提出,是一种与大小,角度,亮度无关的强大新算法。-SIFT is a feature abstract algrithm. It s proposed in 2004. It s a strong algrithm invarient of scale, orient and illumination.
- 2023-01-21 08:10:06下载
- 积分:1
-
vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变...
vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss and other methods of edge detection operator, median filtering, two-dimensional FFT transform and DCT transform, image reversal, rotating images, such as some basic templates and point transform transform function. Currently only deal with 256* 256 image
- 2022-09-06 08:55:03下载
- 积分:1
-
水平集的图像分割方法的窄带技术的MATLAB代码
水平集图像分割方法中的窄带技术的MATLAB代码实现-Level set image segmentation methods narrowband technology MATLAB code
- 2022-03-26 18:40:06下载
- 积分:1
-
边缘提取和轮廓跟踪算法,用visual c++写的
边缘提取和轮廓跟踪算法,用visual c++写的-Edge extraction and contour tracking algorithm, using visual c to write the
- 2022-04-02 02:15:59下载
- 积分:1
-
本代码实现了bmp格式的图像平滑、图像滤波、图像sharpenin…
本代码实现了BMP格式图像平滑,图像滤波,图像锐化图像编码,好东西与大家分享-The code achieved a BMP format image smoothing, image filtering, image sharpening image coding, good things to share with you
- 2023-03-22 01:00:04下载
- 积分:1
-
基于隐马尔可夫模型的人脸识别 需要opencv3.1版本才能使用
基于隐马尔可夫模型的人脸识别 需要opencv3.1版本才能使用-Based on Hidden Markov Model Face Recognition opencv3.1 versions need to use
- 2022-08-12 20:54:06下载
- 积分:1
-
vc视频音频开发 vc视频音频开发
vc视频音频开发 vc视频音频开发 -this is a very useful tool!
- 2023-05-22 09:05:04下载
- 积分:1
-
VB6 The color conversion.
VB6里的颜色转换-VB6 The color conversion.
- 2022-05-14 04:26:14下载
- 积分: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