-
图像处理,图像的读入和显示,基于开源计算机视觉环境,文件小而精悍...
图像处理,图像的读入和显示,基于开源计算机视觉环境,文件小而精悍-image process
- 2023-03-26 23:40:04下载
- 积分:1
-
几种不同的数据预处理方法和数据读取数据的方式
几种不同的数据预处理方法和数据读取数据的方式-Several different data preprocessing methods and data to read data
- 2022-01-30 21:30:30下载
- 积分:1
-
本实例介绍了如何实现剪切图片,在pictureBox控件中按下鼠标左键,拖拉一定区域,放开左键,再单击剪切,粘贴按钮,最后完成...
本实例介绍了如何实现剪切图片,在pictureBox控件中按下鼠标左键,拖拉一定区域,放开左键,再单击剪切,粘贴按钮,最后完成-This example describes how to realize the shear picture, in the PictureBox control by pressing the left mouse button, drag a certain region, opening up left, then click cut and paste button, and finally completed
- 2022-07-08 08:52:18下载
- 积分:1
-
图像平滑、中值滤波、图像的锐化、伪彩色和假彩色增强等源代码...
图像平滑、中值滤波、图像的锐化、伪彩色和假彩色增强等源代码-image smoothing, filtering and image sharpening, pseudo-color and false color, and so on source code
- 2023-07-13 05:15:03下载
- 积分:1
-
Wavelet packet denoising of compression, using matlab programming, useful for th...
小波去噪的压缩包,用matlab编程,对去噪有用-Wavelet packet denoising of compression, using matlab programming, useful for the denoising
- 2022-08-03 11:43:10下载
- 积分:1
-
digital image processing based on vc color space conversion source
数字图像处理中基于vc++的颜色空间变换源程序-digital image processing based on vc color space conversion source
- 2022-01-23 11:00:00下载
- 积分:1
-
用PCNN模型实现自动波的反向传播
*************************************
Function PCNN_autow...
用PCNN模型实现自动波的反向传播
*************************************
Function PCNN_autowavecp(J)
参数说明:J为输入的二值图像。
功能:用PCNN模型实现自动波的反向传播
-PCNN model with automatic back-propagation wave ************************************* Function PCNN_autowavecp (J) parameters: J for the input binary image. Function: PCNN models with automatic back-propagation wave *************************************
- 2022-09-30 17:05: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
-
对图像的各种操作的详细算法的VC++程序的形态…
把图像形态学的各个操作的详细算法用VC++程序写出来。-To image the morphology of the various operations detailed algorithm VC++ Procedures write it down.
- 2022-03-06 16:50:15下载
- 积分:1
-
网络上最流行的图像处理库。
The most popular image processing C library on the web.
The C++ Template Image Processing Library.
- 2023-05-27 17:15:03下载
- 积分:1