-
直方图规定化 规定灰度为[zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.3,zeros(1,49),0.1,zer...
直方图规定化 规定灰度为[zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.3,zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.1]
直方图均衡化,四邻域平均法,阈值平均法
加权平均法- Gray histogram specification provides for the [zeros (1,49), 0.1, zeros (1,49), 0.2, zeros (1,49), 0.3, zeros (1,49), 0.1, zeros (1, 49), 0.2, zeros (1,49), 0.1] histogram equalization, neighbors and domain average method, the threshold average method weighted average method
- 2022-05-13 21:36:44下载
- 积分:1
-
图像色彩调整与处理VC++,编译OK。 具体包:亮度,比对度,色彩分离,Gamma调整,灰度转换...
图像色彩调整与处理VC++,编译OK。 具体包:亮度,比对度,色彩分离,Gamma调整,灰度转换-Image color and adjust treatment VC++, Compiled OK. Specific package: brightness, than on the degree, color separation, Gamma adjustments, grayscale conversion
- 2022-01-25 22:34:45下载
- 积分:1
-
图像的纹理分析方法2。―― ――
图像的纹理分析方法2。―― ――
-image texture analysis methods 2.
- 2023-01-27 06:25:03下载
- 积分:1
-
数字图像处理:阈值分割及形态学处理,本程序出色的完成了图形提取,内容包括程序,讲解和运行结果...
数字图像处理:阈值分割及形态学处理,本程序出色的完成了图形提取,内容包括程序,讲解和运行结果-Digital image processing: segmentation and morphology threshold treatment, the procedure was completed excellent graphics extraction, including procedures and operations on the results of
- 2022-10-09 21:30:08下载
- 积分:1
-
打开tiff文件的一个简单程序,内附一幅测试图像。不同的tiff文件可能不支持,是研究tiff文件格式的一个很好的例子...
打开tiff文件的一个简单程序,内附一幅测试图像。不同的tiff文件可能不支持,是研究tiff文件格式的一个很好的例子-Tiff files to open a simple procedure, and inserting a piece of test images. Different tiff files may not support, is to examine the tiff file format of a good example
- 2022-03-13 10:24:33下载
- 积分: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 index algorithm source code , containing pictures test
- 2022-03-11 20:37:54下载
- 积分: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
-
This is some basic image processing C source code, after the compiler is passed,...
这是一些基本的C的图像处理源码,经过编译通过,完全可以运行,非常好用-This is some basic image processing C source code, after the compiler is passed, can run, very easy to use
- 2022-01-22 10:53:17下载
- 积分:1
-
H.264解码软件,作成了VC工程。各位有需要的朋友可以在本工程的基础上进行适当的修改,以满足自己的需求。...
H.264解码软件,作成了VC工程。各位有需要的朋友可以在本工程的基础上进行适当的修改,以满足自己的需求。-H.264 decoding software for the project has become a VC. Members in need of a friend can be in the works based on appropriate modifications to meet their own needs.
- 2022-01-29 02:58:31下载
- 积分:1
-
运动目标检测,主要用了中值滤波和均值滤波两种方法进行背景建模...
运动目标检测,主要用了中值滤波和均值滤波两种方法进行背景建模-Moving target detection, the main use of the median filter and mean filter for background modeling methods
- 2023-08-14 16:30:03下载
- 积分:1