搜索资源列表
plateloc
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
otsu_th.c
- 功用:根据OTSU方法计算数字图像二值化的自适应阈值-function : According OTSU method of digital image binarization Adaptive Threshold
binarizationtrasform2006-10-24
- Visual C++MATLAB图像处理与识别实用案例精选之二值化变换的例子-Visual C MATLAB image processing and recognition of practical cases selected bis value transform example
temp-1
- 本程序是安全C程序首先对图像进行形态学的处理然后再提边缘二值化最后可以取出细胞的轮廓。 用程序时必须在E盘下建立此文件。 e:\\PICUTRE\\TEMP2.BMP -this procedure is a safe procedure C First, the image morphology processing before being marginal value of the last two admit Cell out of the contours. Procedu
pictureprocess-bin
- 用C++编写的一个程序,内部是用二值化进行图像处理的,感兴趣的可以看看的-a procedure for the preparation, internal use binary image processing, interested can look at the
ImageProLab
- 用C语言写的基本图像处理程序,包括显示BMP位图程序,直方图均衡化,线性增强,均值虑波,中值虑波,伪彩色和二值化,对初学者很有用!-C language to write the basic image processing procedures, including shows from Bitmap procedures, histogram equalization, Linear increased, the mean consider the wave, the value of co
byuan
- C#.NET下编写的边缘检测算法,数字图象处理,包括二值化等功能-C#.NET prepared with the edge detection algorithms, digital image processing, including the value of the two functions
C++ImageProcess
- 实现图像处理技术(非MFC方法),包括二值化等等。-image processing technology (MFC methods), including the value of the two, and so on.
kmeans
- 该函数采用kmeans法进行阈值分割 二值化kmeans.c
Chromosome_counter
- 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。
chepaidingwei
- 一个很好的车牌定位 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最
Graphic2
- C语言编写,图像处理二值化图像,并显示图像边界
LicensePlate.rar
- Visual C++写的车牌自动识别系统(只完成到车牌定位提取一步,字符的识别没有完成,大家有兴趣可以自己完成),功能包括前期图像处理的各种操作,支持各种颜色的bmp图片,二值化、边缘检测、滤波、平滑、直方图处理等等,测试图片也打包进源码了,Visual C++ Written Automatic Vehicle Identification System (only one step to extract license plate location, character identifica
200432590139.rar
- 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
find_edge
- 纯C写的二值化图片的边界跟踪,运行该算法后能够有效的找出图像的内边界。-Written in pure C Binarization image border tracking, after running the algorithm can effectively identify the images of the inner boundary.
Imageprocessing
- C#编写的程序,实现图像的滤波、二值化、腐蚀、细化等等图像处理,代码开源,实现了一个小型的图像处理平台。-C# prepared by the procedures of image filtering, binarization, erosion, thinning, etc. image processing, open source code to achieve a small image processing platform.
filter
- 效率很高的c++二值化代码,给图像处理的朋友-High efficiency the c++ binarized code, to the image processing friends
FaceDetection[write-in-C]
- 使用纯C语言实作,找出图像中的人脸,具体过程使用到色彩空间转换、光线补偿、二值化、八连通等等方法,最后框出人脸。 注:请使用bmp格式的图像并命名为input.bmp-Using pure C language implementations, figure out the image of the human face, the use of the specific process to color space conversion, light compensation, bin
【图像处理】20171122 A
- 框架 适用于所有图像处理的 内部含有很多二值化 平滑等功能(frame Apply to all the image processing of the internal contains a lot of two values, smoothing and other functions)
Digital Image Processing
- 1.RAW格式转换为BMP格式 2.灰度线性拉伸 3.局部处理 4.几何处理 5.二值化 6.模板匹配 7.影像融合(1.RAW format converted to BMP format 2. grayscale linear stretch 3. local processing 4. geometric processing 5. binaryzation 6. template matching 7. image fusion)