-
用C++语言编写的神经网络编程,以及注释
神经网络编程, 用c语言写的, 还有注释-Neural network programming, using c language, as well as the Notes
- 2023-07-11 20:10:02下载
- 积分:1
-
Image Processing Image Retrieval System Content
图像处理
图像检索系统
基于内容的-Image Processing Image Retrieval System Content-based
- 2022-02-21 09:52:46下载
- 积分: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
-
Do web site is to deal with a large number of pictures, pictures on his own wrot...
做网站是需要处理大量图片,就自己写了个图片批处理程序。用于将图片处理成指定大小和生成缩略图。-Do web site is to deal with a large number of pictures, pictures on his own wrote a batch program. Used to image processing to the specified size and generates thumbnails.
- 2022-10-04 12:15:03下载
- 积分:1
-
本程序主要实现的是半自动的基于特征图像配准,在程序中,需要手工选取特征点,程序将自动寻找到相匹配的特征点,然后自动计算仿射变换参数,并将两幅图像进行拼接,合成一...
本程序主要实现的是半自动的基于特征图像配准,在程序中,需要手工选取特征点,程序将自动寻找到相匹配的特征点,然后自动计算仿射变换参数,并将两幅图像进行拼接,合成一副图像-This procedure is mainly to achieve semi-automatic feature-based image registration, in the process, the need to manually select the feature points, the program will automatically find the matching feature points, and then automatically calculates the affine transformation parameters, and splicing two images , Synthesis of an Image
- 2023-06-01 22:35:03下载
- 积分:1
-
Visual C MATLAB image processing and recognition of practical cases selected for...
Visual C++MATLAB图像处理与识别实用案例精选之取对数算法的源程序-Visual C MATLAB image processing and recognition of practical cases selected for admission to the source code of several algorithms
- 2022-05-17 09:44:21下载
- 积分:1
-
摄像头驱动,图形图像处理,可用于手机的视频,也可用于摄像头...
摄像头驱动,图形图像处理,可用于手机的视频,也可用于摄像头-Camera driver, graphic image processing, can be used for mobile phone video, can also be used for camera
- 2022-05-18 10:29:45下载
- 积分:1
-
Introduce a particle filter information on the very detailed study of particle f...
一篇介绍粒子滤波的资料,介绍的很详细,适合研究粒子滤波的初学者,希望对大家有帮助-Introduce a particle filter information on the very detailed study of particle filter is suitable for beginners
- 2022-08-13 09:12:35下载
- 积分:1
-
基于文本的图像处理显示框架, 使用于学习图像处理框架.
基于文本的图像处理显示框架, 使用于学习图像处理框架.-Text-based image processing show that the framework used to study image processing framework.
- 2023-05-06 23:25:02下载
- 积分:1
-
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数....
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数.
- 2022-05-06 02:31:02下载
- 积分:1