搜索资源列表
Smooth
- A complete program to smooth an image on different scales. It include all necessary binary codes *.c and also headers *.h-A complete program to smooth an image on different scales. It include all necessary binary codes*.c and also headers*.h
BintoCFormat
- 主要将二进制文件,转成C语言格式的源码,可以用于图片二进制数据的转换。编译通过。可直接生成-The main binary file, converted into C language source code format, can be used for the conversion of image binary data. Compile. Can be directly generated
ImgProcessing
- 一个简单的小程序,能实现BMP格式图像的二值化-Realize the binary image
0
- 一种基于opencv的图像二值化处理,已经调试成功,效果非常好。-Based on binary image processing opencv debugging has been successful, the effect is very good.
lbp
- 本程序通过LBP局部二值特征的算法原理得到一幅输入图像的LBP特征-The program features an input image obtained LBP algorithm principle by local binary LBP features
huidutuxiangerzhihua
- 将256级的灰度图像转换为相应的二值图像-The 256 grayscale image is converted to the corresponding binary image
Gray_Binary_Image_Processing_in_C
- This program is used to convert a grayscale image into a binary image. The imput image should be of size 320x240, The grayscale image should be named inputGray . The image should be of BMP type. The output will be formed in outputimage1 file -This
Create-Picture
- 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo