搜索资源列表
otsu_th.c
- 功用:根据OTSU方法计算数字图像二值化的自适应阈值-function : According OTSU method of digital image binarization Adaptive Threshold
car(c)
- 车牌识别系统c++源代码,VS 2005开发,包括灰度处理、均衡化、边缘提取、二值化等功能-c license plate recognition system source code, VS 2005 developers, including Gray, balance, edge extraction, Binary function
C++ImageProcess
- 实现图像处理技术(非MFC方法),包括二值化等等。-image processing technology (MFC methods), including the value of the two, and so on.
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
GrayToWhiteBlack
- C语言实现的OTSU方法,计算图像二值化的自适应阈值-C language implementation of the OTSU method in calculating the adaptive image binarization threshold
chap3
- 实现图象平滑(去噪声),锐化算法的源代码-Picture smoothing,Sharping algorithm code
csharp-graphics
- c#图像处理类,包括灰度,二值化等多种操作-c# c sharp
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.
csharp-picrecognizesystem
- c sharp 图像识别的程序,包括灰度,二值化等方面的操作-c sharp
csharp-picture
- c sharp 图像识别的程序,包括灰度,二值化等方面的操作-c
csharp-csimage
- c sharp 图像识别的程序,包括灰度,二值化等方面的操作-c
c-mjh_imageProcess
- c sharp 图像识别的程序,包括灰度,二值化等方面的操作-c
TermView
- 图片中的文字提取,包括图像二值化,图像归一化,图像大小压缩,图像细化等处理的C语言代码!有一定的注释,是不可多得的好资料,比较稀缺-Picture of text extraction, including image binarization, image normalization, image size compression, image thinning, such as the C language code to deal with! There are some notes, g
ConnectArea
- 实现打开bmp位图 图像灰度二值化 连通域的提取 对图像处理初学者很有帮助-To achieve open bmp bitmap image gray binary connected components extraction of useful image processing for beginners
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
用C++builder二值化图像
- 本例用BCB进行图像的基本处理,包括阈值二值化,黑白处理,中值滤波等实用程序
RowToBmp
- 图像二值化处理,c++实现,完整源代码,具体实现过程和注释详细,希望有帮助(achieved by my mates,after hard work in the classroom,hoping will be helpful to all of you.thank you)