-
Visual C++MATLAB图像处理与识别实用案例精选之 图像旋转 算法的源程序,含标准测试图片...
Visual C++MATLAB图像处理与识别实用案例精选之 图像旋转 算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition of practical cases selected images rotation algorithm source files, including standard tests Photo
- 2022-03-30 20:20:37下载
- 积分:1
-
批量的将DICOM文件转化为8位png文件
批量的将DICOM文件转化为8位png文件-Quantities will be converted into DICOM files 8 png files
- 2022-07-14 01:04:55下载
- 积分:1
-
基于OpenCV的计算机视觉技术实现
作者:陈胜勇 刘盛 等
此书第二章代码1
基于OpenCV的计算机视觉技术实现
作者:陈胜勇 刘盛 等
此书第二章代码1-OpenCV based on computer vision technology: Chensheng Yong Sheng-code such as this book Chapter 1
- 2022-03-16 07:43:59下载
- 积分: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+VS2008实现harris角点检测
OpenCv+VS2008实现harris角点检测-OpenCv+ VS2008 to achieve harris corner detection
- 2022-02-03 22:14:07下载
- 积分:1
-
著名的 sugiyama算法的实现, 即在一个图像中,尽量减少各个线之间的交叉...
著名的 sugiyama算法的实现, 即在一个图像中,尽量减少各个线之间的交叉-famous sugiyama algorithm to achieve that in an image, minimize the line between the various cross-
- 2023-08-17 11:05:04下载
- 积分:1
-
数字图象处理的各种几何变换的C语言原代码
数字图象处理的各种几何变换的C语言原代码-Digital image processing of a variety of geometric transformations of C language source code
- 2023-08-12 09:15:03下载
- 积分:1
-
一个可以检测人脸的系统,大家下载看看,相互交流交流,呵呵。
一个可以检测人脸的系统,大家下载看看,相互交流交流,呵呵。-A system can detect human faces, we download to see the mutual exchange of communication, huh, huh.
- 2022-04-16 20:10:50下载
- 积分:1
-
这是一个用风险投资纹理图像特征提取的方法
这是一个VC实现的图像的纹理特征提取-This is a VC texture of the image feature extraction
- 2022-05-24 13:54:42下载
- 积分:1
-
配套专业版源代码软件DIPA功能简介
与《实用图像处理与分析》配套的源代码软件DIPA是一套完全可执行的VC++界面源代码,界面内容除了图像的表示、读...
配套专业版源代码软件DIPA功能简介
与《实用图像处理与分析》配套的源代码软件DIPA是一套完全可执行的VC++界面源代码,界面内容除了图像的表示、读入、保存、彩色变灰度以外,还包括图像的2值化处理、微分变换、几何变换、彩色变换、参数测量、傅里叶变换、小波变换、Hough变换、模式识别、神经网络、遗传算法、图像压缩等功能,提供有近100个图像处理与分析函数的源代码。该软件主要适用于图像处理的教学和科研-Supporting the professional version of the software source code About Dipa functional and practical image processing and analysis, the source code of the software package Dipa is a fully executable VC++ Interface source code, interface elements in addition to images that read, preserve, gray color change also includes image processing of 2 values, differential transform, geometric transformations, color transform, parameter measurement, Fourier transform, wavelet transform, Hough transform, pattern recognition, neural networks, genetic algorithms, image compression, etc. function, provided there are nearly 100 image processing and analysis function of the source code. The software is mainly applied to image processing teaching and research
- 2022-03-01 10:47:57下载
- 积分:1