搜索资源列表
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
raw2bmp
- 读取RAW格式文件,将其转换为BMP格式文件并存储,主要实现灰度图像的转换-Read the RAW format, convert it to BMP format file and stored, mainly to achieve the conversion of grayscale images
bmp2raw
- UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。-UNIX/Linux below bmp image into a raw format tool, suitable for further image processing used to do. It also includes a bmp image format of information read.
shuzituxiangchuli
- 能进行图片的一些常规处理,包括滤波,raw格式转换为BMP格式,缩放等。-Be able to carry out a number of conventional image processing, including filtering, raw format to BMP format, scaling.
RAW-TO-BMP
- 将数组表示的像素值还原为图像,查看图像的视觉效果-Array that will restore the image pixel values, view visual images
DigtalImagePro
- 数字图像处理程序。vc6.0书写。能实现raw格式的图片向bmp格式转换、线性拉伸、卷积计算等功能-Digital image processing procedures. vc6.0 writing. Can achieve raw picture format to bmp format conversion, linear stretching, convolution calculation functions
24-hui
- 将24位色深的bmp彩色图像文件转换为raw图像文件的c源代码。-24-bit color depth of color bmp image file is converted to raw image files of the c source code.
RawToBmp
- 把CCD采集的10位纯图像数据格式即raw格式图片转换为系统可直接查看的bmp格式,其中10位到8位的转换适用线性映射-Collected by the CCD image data format 10-bit pure or raw format images converted to the system can be directly viewed bmp format, 10-8 conversion applies to linear maps
Image_processRawToBMP
- 自己编写的将Raw格式图片转换为BMP格式图片,编译通过,分享给大家哦-Write your own Raw format pictures will be converted to BMP format pictures, compile and share to you oh
cximageLite_V600
- CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
S1D15G14
- convert bmp to raw format and save to disk
2008302580214
- Raw到Bmp格式文件的转换、图像增强算法实现、图像几何处理算法实现、图像边缘检测算法实现、图像二值化、影像融合、影像模板匹配等功能的实现-Raw to the Bmp format conversion, image enhancement algorithm, image geometry processing algorithms, image edge detection algorithm, image binarization, image fusion, image templat
raw2bmp
- 讲lena的raw格式转换成8位bmp图像-lena s raw format images converted to 8-bit bmp
bmp2raw.tar
- 将Bmp格式转化为raw格式,对于图像处理的入门获得Raw原始矩阵很有好处-Bmp2raw is a tool to convert 24bit BMP file to raw data. It may be useful before generating C arrays for showing a picture in a embeded system. The color order in the output file is (B,G,R),(
headfie
- 包含了常用的一些读写图像的头文件,如BMP、RAW格式的像,直接把头文件添加使用即可。-Contains some commonly used to read and write the image header files, such as BMP, RAW format images, you can use to add files directly to your head.
bmp2raw.cpp.tar
- Convert BMP to RAW file
BMP
- 可将bmp图片转换为raw格式,或将bmp图片转换为数据写入.c文件-turn the image format form bmp to raw or write the bmp image data into .c file
raw-to-bmp
- 实现raw格式和bmp格式的转换,并且对bmp图像进行简单处理-Raw format and bmp format conversion, and simple bmp image processing
11
- 打开bmp图像 移动 旋转 bmp图像raw 转换到bmp图像二值化 边缘检测-Open the bmp image mobile rotation bmp image raw conversion to the bmp image binarization edge detection
rawsavebmp
- 将纯净的8位数据图转换为8位位图文件,可以在windows下显示(Converts a clean 8 bit data map to a 8 bit bitmap)