搜索资源列表
car
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
5-14-houghlines
- Hough变化,数字图像处理的hough变换C++代码-houghHough transform generized by C++ detects Lines in a image.
Image-magnification
- 图像的放大,经过C语言的汇编处理把原图像进行各种角度的放大。-Image magnification, treated with C language compilation of the original image for a variety of angles.
histogram-equalization
- 直方图均衡化是图形图像处理过程中常见的一种处理方法,因为关于C的程序较少,所以在这里提供此方法-Graphic image histogram equalization process is a common treatment method, because the procedure of C less, so this method is provided here
GLCM
- 使用Visual C++软件进行图像的处理-Using Visual C++ software for image processing
Imagedll
- 实现与C#移植的基于C++的图像处理雨识别的动态库-Image processing based on c++ implementation with c# transplant rain to identify dynamic libraries
Radix2FFT原版
- 很多时候都会用到傅里叶变换来处理图像数据。可以通过C++来有效的实现快速傅里叶变换。(to effectively implement the fast Fourier transform by C + +.)