-
一个打开图片并将其转变为黑白图片的程序及其工程文件。需要预安装OpenCV。若有任何问题联系chenxiang@cad.zju.edu.cn...
一个打开图片并将其转变为黑白图片的程序及其工程文件。需要预安装OpenCV。若有任何问题联系chenxiang@cad.zju.edu.cn-Open a picture and convert it into a black-and-white picture of the process and its engineering documents. Need to pre-install OpenCV. If you have any questions contact chenxiang@cad.zju.edu.cn
- 2022-01-30 12:11:11下载
- 积分:1
-
labview
labview-display in tow channel
- 2022-03-21 06:23:58下载
- 积分:1
-
里面详细的对冈萨雷斯的程序进行了编写,很有用的,大家可以试试!...
里面详细的对冈萨雷斯的程序进行了编写,很有用的,大家可以试试!-Which detailed procedures for the preparation of Gonzales, useful, and we can try!
- 2023-03-31 08:25:03下载
- 积分:1
-
Gray gray image processing based on DirectX example of a grayscale image process...
Gray图象灰度处理示例
一个基于DirectX的图象灰度处理示例可是MMX的新作了
转载请注明来源:
开源盛世-源代码下载网
httpwww.vscodes.com
-Gray gray image processing based on DirectX example of a grayscale image processing examples But the new MMX reproduced indicate the source : Open source Spirit-source code download network httpwww.vscodes.com
- 2022-11-05 08:15:03下载
- 积分:1
-
一些比较经典的Matlab gui界面的例子,对指导GUI编程很有意义
一些比较经典的Matlab gui界面的例子,对指导GUI编程很有意义-Some of the more classic examples of Matlab gui interface guiding meaningful GUI Programming
- 2022-07-12 22:35:09下载
- 积分:1
-
利用模糊C均值聚类法实现彩色图像分割,Visual c++ 6.0 实现。
利用模糊C均值聚类法实现彩色图像分割,Visual c++ 6.0 实现。-color image segmentation using C-means clustering, implementation by Visual c++ 6.0
- 2022-12-26 23:50:03下载
- 积分:1
-
用VC++,MFC开发的腐蚀膨胀程序,介绍了如何用形态学算子进行图像平滑处理...
用VC++,MFC开发的腐蚀膨胀程序,介绍了如何用形态学算子进行图像平滑处理-With VC++, MFC development corrosion expansion procedure describes how to use morphological operators for image smoothing treatment
- 2022-05-07 19:32:26下载
- 积分:1
-
该文件可以对摄像头图象进行捕捉,记录,播放,停止
该文件可以对摄像头图象进行捕捉,记录,播放,停止-The document camera can capture images, record, playback, stop
- 2022-03-13 13:52:18下载
- 积分: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
-
use Hough transform methods for detection of the image, round can be achieved vc
用Hough变换方式检测图像中的圆,vc++可以实现-use Hough transform methods for detection of the image, round can be achieved vc
- 2022-02-02 17:12:19下载
- 积分:1