-
图像处理的简化方法
simplified approach to image processing
- 2022-01-25 23:20:25下载
- 积分:1
-
计算机视觉一书(马颂德)中的标定程序,使用了书中提供的数据,简单供大家参考...
计算机视觉一书(马颂德)中的标定程序,使用了书中提供的数据,简单供大家参考-First Book of Computer Vision (Ma Songde) in the calibration procedures, the use of book data provided by a simple reference for everyone
- 2022-06-13 16:11:22下载
- 积分:1
-
实现图象的平滑(去噪声),C写的,有相应的使用说明
实现图象的平滑(去噪声),C写的,有相应的使用说明-To achieve smooth images (to noise), C written instructions corresponding
- 2023-03-14 05:05:03下载
- 积分:1
-
来源于网上的C++技术开发的图形处理代码, 为国外开源代码, 可用来学习掌握C++的图形处理算法。来源于网上公开资料,供学习使用。...
来源于网上的C++技术开发的图形处理代码, 为国外开源代码, 可用来学习掌握C++的图形处理算法。来源于网上公开资料,供学习使用。-From online C++ Graphics technology development deal with code, for foreign open-source code, can be used to study and master the C++ Graphics processing algorithms. Disclosure of information from the Internet for learning to use.
- 2022-10-23 23:25:03下载
- 积分:1
-
毕设中发现关于gabor滤波器其实国内很少有注释比较详细的代码,参考了国外的代码后写了这个gabor滤波器,希望对大家有帮助...
毕设中发现关于gabor滤波器其实国内很少有注释比较详细的代码,参考了国外的代码后写了这个gabor滤波器,希望对大家有帮助-Bi was found based on gabor filters actually little more detailed annotated code, with reference to foreign code to write the gabor filter, would like to help everyone
- 2022-07-26 02:43:58下载
- 积分:1
-
bmp image processing for use Address : http :// blog.programfan.com/trackback.as...
用于处理bmp图象
引用地址:http://blog.programfan.com/trackback.asp?id=13315-bmp image processing for use Address : http :// blog.programfan.com/trackback.asp id = 13 315
- 2022-01-23 11:19:55下载
- 积分:1
-
SOM工具包,包括matlab程序及学习文档
SOM工具包,包括matlab程序及学习文档-SOM toolkit, including the procedures and learning matlab documentation
- 2023-09-02 04:10: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
-
UltraFractal出品,长于自定义公式,创建新的分形,色彩设置很有特色,特别是zoom的时候,非常平滑,非常有特色。另外软件的外观也很舒服。目前最新的版本...
UltraFractal出品,长于自定义公式,创建新的分形,色彩设置很有特色,特别是zoom的时候,非常平滑,非常有特色。另外软件的外观也很舒服。目前最新的版本是3.05。
-UltraFractal Chupin, longer than the custom formulas, create a new sub-shape, the color set is very unique, particularly when the zoom is very smooth, very unique. In addition the appearance of the software is also very comfortable. The most recent version is 3.05.
- 2023-06-25 20:25:03下载
- 积分:1
-
OpenCV的人脸检测的源代码,可以进行人脸识别…
OpenCV人脸检测源代码,可用于进行对人脸的识别和处理-OpenCV face detection source code, can be used to carry out face recognition and treatment
- 2022-03-23 16:35:11下载
- 积分:1