搜索资源列表
实例 13
- 严华峰vc精彩变成百例,例13操作BMP位图虽然是简单的程序,但对初学者相信会有帮助。-Yanhuafeng vc into brilliant 100 cases, 13 cases bitmap BMP operation is a simple procedure, but for beginners believe will be helpful.
hide2bmp
- 能够将小于图像文件1/4大小的任意文件注入24bit的bmp图像,注入后图像大小不变,显示效果不变,如图像大小为1M,那么可以注入最大为256K的文件-able to image files smaller than 1 / 4 the size of arbitrary files into the 24bit bmp image, after injection of the same size images show the same effects, such as image size
TextDetect
- 云行TextDetection.exe程序,打开任意一幅bmp文件。点击“操作 检测文本区域”, 变会弹出文本检测的结果框。框内设定显示前六个文本区域的二值化结果,注意该框不要移动。关闭该框,BMP文件原始图像中用红色矩形框显示出检测出的文本区域。-cloud OK TextDetection.exe procedures, arbitrary opened a bmp file. Click on the "operational # 61664 Detection
xgdebug
- 一个debug工具集合,提供变参输出,ListBox自动输出,磁盘遍历,bmp文件显示等工具-a debug tool set, the output variable parameter, ListBox output automatically, disk scans. bmp file showed such tools
digtalimageProcess
- 利用VC.net打开BMP图像,通过仿射变换,将圆环展开变矩形的代码
Tdfc
- 这个东西可以压缩bmp形式的文件,通过压缩能把文件变得很小。-this thing can be compressed bmp format documents, through compression can become very document.
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
bmpavicapture
- vc开发的关于图像采集、保存的源码,其中包括bmp及avi格式的存储。-vc on the development of image acquisition, preservation of the source, including bmp format and avi storage.
wujianproject
- 数值分析大作业,图像变形(在大小不变的情况下,对图像膨胀,收缩,扭曲),读入bmp格式-Numerical analysis of large operations, the image distortion (in the size of the same circumstances, the image expansion, contraction, distortion), read in bmp format
jihebianhuan
- 实现bmp图像的基本几何变换,如变大,缩小,平移,旋转-Bmp images to achieve the basic geometric transformations, such as large, narrow, translation, rotation
HideInfoWithBmp
- 对于BMP格式的图象,其前54个字节未文件头信息,从第55个字节开始到结束的所有数据,都是图像颜色数据。如果仅仅修改图像颜色数据而不修改文件头信息,则bmp图像大小不变且可以正常使用。当然,为了控制图像的质量,对于数据的植入方式,我们需要稍加斟酌。一个bmp图像要隐藏我们指定的信息,储存空间必不可少。为了保证信息植入前后图像的质量不发生明显的变化,我们只有把信息写到bmp图像颜色数据的每个字节的低位上。这样,每个字节的改变量不超过0Fh,对图像品质的影响非常小,用肉眼几乎分辨不出来。在源码包中有
Medianfilter
- 读入bmp图像,对读入的图像进行中值滤波处理,使其变得平滑-Read bmp images on the image read median filter processing, to make it smooth
janFX
- 图像处理的函数很多 ,推荐大家可以搜索一 下janFX.pas这个函数单元,是一个老外搜集编写的DELPHI的图像函数集,里面包含了一些常用的图像特效函数,例如调整一个BMP的亮度、变 灰、缩放、旋转等等,仔细看看会比较有收获。文件不是很大,直接上传作附件了。-图像处理的函数很多很多,推荐大家可以搜索一 下janFX.pas这个函数单元,是一个老外搜集编写的DELPHI的图像函数集,里面包含了一些常用的图像特效函数,例如调整一个BMP的亮度、变 灰、缩放、旋转等等,仔细看看会比较有收获。文件不是
VCbmp
- vc++图像处理程序(杨淑莹)配套光盘,几乎包括所有基本的图形处理方法(bmp)(图像显示,灰度变换,几何变换,平滑,锐化,滤波,合成,压缩)-Some basic image processing functions( image display, gray level transformation, geometric transformation, smoothing, sharpening, filtering, synthesis, compression。
li9_23
- clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型
ColorToGray(bmp-png-jpg)
- 可以让png图像,jpg图像,bmp图像变灰-Allow png, jpg, bmp image gray
TVL1_HCS_v1
- TVL1重建从混合压缩采样,rice大学泊松分布图像重建与全变分正规化的代码-Note: (1)Fore small-scale data, hybrid sampling consists of Bernoulli random sampling and low-resolution sampling (TVL1_HCS) (1)Fore large-scale data, hybrid sampling consists of Fourier radial sampling
bmp.color2grey
- bmp的基本操作:彩色图像变灰度。简单的C语言实现的程序,方便快捷。-bmp basic operations: the color image is grayscale. Simple C language program, quick and easy.
1.6 尺度不变特征提取
- im=imread('lena.bmp'); im=double(im); [ pos, scale, orient, desc ] = SIFT( im); 注意:要转换成double型(Im = imread (' Lena. BMP '); Im = double (im); [pos, scale, Orient, desc] = SIFT (im); Note: to convert to double)
转换变档工具
- 能够自制变档并互相转换,也可以修改别人的现成的变身spr文件(Be able to change files and transform each other, and modify other people's existing transformation SPR files)