-
实时之线检测程序,可对USB CMOS摄像头图像处理
实时之线检测程序,可对USB CMOS摄像头图像处理-Real-time detection of line procedure for USB CMOS camera image processing
- 2023-08-22 16:45:03下载
- 积分:1
-
此文件包含一个实现灰度化彩色图像的工程,也可恢复灰度化以后的图像成为原来的图像...
此文件包含一个实现灰度化彩色图像的工程,也可恢复灰度化以后的图像成为原来的图像-This file contains a gray realize color images of the works, but also to resume after the gray-scale images of the original image
- 2023-01-07 13:35:03下载
- 积分:1
-
该程序主要介绍的是有关图像处理的大部分程序,包括图像的显示、二值化、图像的锐化和平滑等等程序。...
该程序主要介绍的是有关图像处理的大部分程序,包括图像的显示、二值化、图像的锐化和平滑等等程序。-The program is mainly related to the majority of image processing procedures, including the display of images, binarization, image sharpening and smoothing procedures and so on.
- 2022-01-25 14:31:52下载
- 积分: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
-
图像处理软件
souceforge上下的
图像处理软件
souceforge上下的-Image processing software from top to bottom souceforge
- 2022-03-13 00:53:34下载
- 积分:1
-
能自动将字符编码成PDF417的二维条形码,并打印成PS文件
能自动将字符编码成PDF417的二维条形码,并打印成PS文件-automatically character encoding into PDF417 two-dimensional bar code and print documents into PS
- 2022-06-01 06:54:27下载
- 积分:1
-
创建指定的图像对象的直方图数据。如果未给定坐标,则指向整个图像。...
创建指定的图像对象的直方图数据。如果未给定坐标,则指向整个图像。-Images to create the specified data object histogram. If you are not given the coordinates, then point to the entire image.
- 2022-02-16 08:22:56下载
- 积分:1
-
一个简单的BMP图像显示程序,VC++写的,做图像处理的可参考....
一个简单的BMP图像显示程序,VC++写的,做图像处理的可参考.-A simple BMP image display program, VC written to do image processing can be found.
- 2022-02-16 08:40:24下载
- 积分:1
-
很好用的体绘制算法程序,可以展现优美的图形算法。
很好用的体绘制算法程序,可以展现优美的图形算法。-good use of volume rendering algorithm procedures, able to display the beautiful graphics algorithm.
- 2022-06-20 23:52:56下载
- 积分:1
-
一个基于DirectShow的音频视频文件播放器,完全采用C++类的方式组织,可以播放mp3,wav,avi,mpeg等,代码简单易懂,便于移植与复用。...
一个基于DirectShow的音频视频文件播放器,完全采用C++类的方式组织,可以播放mp3,wav,avi,mpeg等,代码简单易懂,便于移植与复用。-a DirectShow-based Audio Video File player, Class C uses the organization, the broadcast mp3, wav, avi, mpeg. code is simple to understand and easy transplantation and reused.
- 2022-01-22 03:59:09下载
- 积分:1