搜索资源列表
exp2 project
- 图像拼接 实现全景图的生成 要求为bmp图像 第一次上传 大家多多包涵-Panoramic Image Stitching realization of the plan calls for generating the first bmp image you upload excused
图像处理课程设计
- 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared usin
bmp_process_c
- 在bmp.h中定制其功能 1:bmp图像格式之间的转换,包换了bmp565->888,bmp888->565。 2:bmp格式图像的旋转 3:bmp格式图像裸码流的生成 -bmp.h in which a customized functions : bmp image format conversion between, shifting the bmp565-
jpegencoder-convert
- 从bmp经过jpeg编码后生成jpg图像,同事实现图像倒置效果。完全的c代码实现,不调用任何图像库,合适移植,或转汇编。-After jpeg from bmp encoded generate jpg images, inverted images of my colleagues to achieve the effect. Complete c code, do not call any image library, a suit
ZoomDIB
- BMP图像缩小 函数名称: ZoomDIB() 该函数用来缩放DIB图像,返回新生成DIB的句柄。-BMP image to narrow the function name: ZoomDIB () function used to zoom the DIB image, to return to the new generation DIB handle.
ReadLinePoint
- 有时,在写论文时,我们想获得参考文献中曲线上点的信息(x坐标,y坐标),得到点信息后就可以在matlab上生成与参考文献中相似的曲线,使用本程序就可以参考文献的点信息,使用时,可以把参考文献(一般为PDF文件)中曲线拷到“画图”中,然后生成BMP图像,就可以用本程序进行处理-Sometimes, when writing papers, we would like to receive reference point in the cu
jpegconvert
- 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片
image_dilation
- 实现图像膨胀腐蚀算法,生成exe可执行文件。是基于bmp图像文件实现的。-Image corrosion expansion algorithm to generate exe executable file. Bmp image files based on the achievable.
1231123
- 从BMP图像文件数据流中生成IPLIMAGE对象 从IPLIMAGE对象中生成BMP的图像文件流-BMP image files from the data stream generated IPLIMAGE object IPLIMAGE object generated from the BMP image file stream
Bmp
- 按照由DE2板子生成的GRGB文件,得到bmp图像-Generated by the DE2 board in accordance with GRGB documents obtained bmp image
bmp
- 读取BMP格式图片,生成出BMP图像并保存!-Read BMP format images to generate a BMP image and save!
imageEdgeDetect
- edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the grad
makebmppic
- 生成颜色逐渐渐变的bmp图像,默认生成红色到白色的bmp图像,算法简单-make a bmp picture whose color is ramping.
bmp
- 根据位图文件格式,将一个函数的图像先存放在内存矩阵中,然后将矩阵数据保存到bmp文件中,从而生成相应函数的bmp图像。-According to a bitmap file format, will be a function of the image stored in the memory matrix, the matrix data is then saved to a bmp file Function to genera
Bitmap
- java用于生成bmp图像文件的类,暂时只实现了8位256色的填充-java class used to generate the bmp image files
BMP
- bmp图像随拖动窗口大小变化而变化大小...能清晰显示变化大小后的图像,且能得到图像的生成日期。-BMP image changes over drive window size size... Can clear display changes after the size of images, and images can be generated to date.
ds
- 位图图像处理滤波,二值化还有灰度共生举证,sobel prewitt算子laplace算子robot算子,生成bmp图像-Bitmap image processing filter, binarization gray co-occurrence of proof, sobel prewitt operator laplace operators robot operator generated bmp image
txttobmp
- 根据txt文件中的坐标信息,生成bmp图像并进行保存-Txt file in accordance with the coordinate information, generate bmp image and save
The-original-BMP-generation
- 实现bmp文件头、信息头、图像数据的生成和bmp文件的保存,对学习bmp图像处理很有帮助!-Achieve head, header, save the image data generation and bmp files bmp files, to learn bmp image processing helpful!
VB6 Curve
- 用VB实现绘制曲线图,并生成BMP图像,可以自行修改Bitcount。(Using VB to draw curves and generate BMP images, the Bitcount can be modified by itself.)