-
此程序是用于图像处理中,图像去噪,并且考虑角点存在的情况...
此程序是用于图像处理中,图像去噪,并且考虑角点存在的情况-This program is used for image processing, image denoising, and consider the existence of corner
- 2023-03-15 06:45:04下载
- 积分:1
-
Davinci ycbcr 4:2:2 to jpeg by DSP processor
Davinci ycbcr 4:2:2 to jpeg by DSP processor
- 2022-02-01 02:32:06下载
- 积分:1
-
识别人脸,一个很好的识别人脸的算法,可用于多个密码系统...
识别人脸,一个很好的识别人脸的算法,可用于多个密码系统-Face recognition, a very good face recognition algorithms, can be used for more than a password system
- 2023-08-07 01:20:03下载
- 积分:1
-
用于高维数据的检索或最临近索搜索
高维数据处理一直是计算机数据挖掘, 图像检索方向的难点, 该算法是一种近似最临近方法, 效率提高比较多的...
用于高维数据的检索或最临近索搜索
高维数据处理一直是计算机数据挖掘, 图像检索方向的难点, 该算法是一种近似最临近方法, 效率提高比较多的-For high-dimensional data retrieval or the cable near the search deal with high dimensional data has always been a computer data mining, image retrieval difficult direction, the algorithm is a method similar to the most close to, improve the efficiency of a relatively large number of
- 2023-04-13 22:25:03下载
- 积分: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
-
这是基于OpenCV的SIFT特征提取实现。
这是基于OpenCV的SIFT特征提取实现。-This is based on the OpenCV implementation of the SIFT feature extraction.
- 2022-01-26 05:15:16下载
- 积分:1
-
图像处理 图像rgb空间转换为His空间
图像处理 图像rgb空间转换为His空间-Image Processing Image rgb space conversion for His Space
- 2022-07-26 08:55:55下载
- 积分:1
-
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。...
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。-Image sharpening algorithm, the effect of sharpening it is clear that to achieve the desired results, it is suitable for further practice, the operating speed in general.
- 2022-06-18 07:20:50下载
- 积分:1
-
利用小波分解与重构,实现图像滤波和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者....
利用小波分解与重构,实现图像滤波和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image filtering and compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
- 2022-03-09 22:39:19下载
- 积分:1
-
从单张图片中去除相机抖动造成的模糊的matlab程序,算法见Removing Camera Shake from a Single Image...
从单张图片中去除相机抖动造成的模糊的matlab程序,算法见Removing Camera Shake from a Single Image-err
- 2022-03-12 07:16:04下载
- 积分:1