-
基于fisher准则的阈值分割方法,陈果文章中的方法
基于fisher准则的阈值分割方法,陈果文章中的方法-thresholding method based on fisher algorithm,
- 2023-08-07 06:50:04下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选之 图像阈值变换 算法的源程序,含标准测试图片...
Visual C++MATLAB图像处理与识别实用案例精选之 图像阈值变换 算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition of practical cases selected images threshold transform operator Law of the source, including standard tests Photo
- 2022-10-28 12:40:04下载
- 积分:1
-
边界方向的直方图统计。采用canny算法实现。
测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定)
1...
边界方向的直方图统计。采用canny算法实现。
测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定)
1.bmp、2.bmp用来测试尺度变换后图像的识别;
3.bmp、4.bmp用来测试尺度变换后图像的识别;
2.bmp、2_shift.bmp用来测试平移后图像的识别。
实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图;
运行后文件夹应该有Image1.bmp,Image2.bmp,Image3.bmp,Image4.bmp;
实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图;
边界直方图数据和归一化后直方图数据分别保存在histogram.txt和NormalHistogram.txt中。-Border direction histogram statistics. Canny algorithm used. Testing Photo caption: (image path name in the main function AnsiString name = 1.bmp set) 1.bmp, 2.bmp used to test scaling image identification 3.bmp, 4.bmp used to test After scaling the image identification 2.bmp, 2_shift.bmp used to test post-translational image recognition. Realize the output grayscale, smooth map, edge map, as well as dual-threshold edge map after the treatment running folder should have Image1.bmp, Image2.bmp, Image3.bmp, Image4.bmp realize grayscale output, smooth map, edge map, as well as dual-threshold edge map after the treatment border histogram data an
- 2023-07-29 09:00:03下载
- 积分:1
-
边缘检测的matlab程序,一种不错的软件,对图像处理的学习有很大帮助...
边缘检测的matlab程序,一种不错的软件,对图像处理的学习有很大帮助-Edge Detection Matlab procedures, a good software, the image processing will be of great help to study
- 2022-04-29 05:05:54下载
- 积分:1
-
实现图像变换与目标跟踪应用OPENCV的源程序
实现图像变换与目标跟踪应用OPENCV的源程序-Image Transform and target tracking applications OPENCV source
- 2022-03-21 08:55:50下载
- 积分:1
-
VC数字图像经典算法及实现 源代码 随书光盘
VC数字图像经典算法及实现 源代码 随书光盘 -VC Digital Image classical algorithm and the realization of the source code with the book CD-ROM
- 2022-05-16 02:59:34下载
- 积分: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
-
提供的C++语言写的一个精美的时钟程序,其中模仿…
用C语言提供的编写一个精美的时钟程序,它模仿手表的一般外观设计,是一个具有计时功能的倒计时器
- 2022-06-21 16:32:01下载
- 积分:1
-
this function is getting the background by mean function for rael time .
the f...
this function is getting the background by mean function for rael time .
the function calc the mean of every pixel .
- 2023-04-21 20:00:02下载
- 积分:1
-
Face to face recognition algorithm to identify the snake algorithm
人脸识别算法 对人脸进行snake算法识别-Face to face recognition algorithm to identify the snake algorithm
- 2023-07-23 01:25:03下载
- 积分:1