搜索资源列表
vbjietu
- 新手用VB写的屏幕监控截图小工具,不要笑话,参考了网上的一段源代码-writer about fat_dog
Clipboard
- VB写的剪切板操作工具,功能强大,包括TXT,JPG,BMP。-VB write clipboard operations tools, and powerful, including TXT, JPG, BMP.
yzmtq
- 简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些干扰点干扰线等情况,或者只有少数几种字体变化和字体大小变化。 这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。 验证码提取可以分为三个大的步骤:预处理,分割,提取。预处理又可细分为读取图片,二值化,去干扰点,去干扰线等等步骤。 读取图片很简单就是把要提取的
VB_bmpToJPG
- 用VB写的bmp图片转成jpg图片,适合初学者参考使用-VB bmp to jpg
information-
- 将文字藏于图片bmp之中,实现信息隐藏,自己写的小程序,-Bmp text hidden in images being, information hiding, wrote a small program,
bmp-imshr
- 卫星影像处理,采用C++编程,能够正确处理卫星影像的读写输入。-satellite image processing, using C++ programming, able to read and write properly handle input satellite images.
BitmapHidingTool
- 将数据隐写到BMP位图文件下,从BMP位图文件中提取隐写的数据。-The data hidden wrote BMP bitmap file, extract the hidden data from the BMP bitmap file.
readbmp
- 使用标准的C语言写的BMP图像读取并存储程序。头文件包含BMP图像的结构体,给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素位数等数据进内存,存放在相应的全局变量中,同时将其写到指定文件中。 -Using the standard C language to read and write BMP image storage program. The header file contains the structure of BMP images, given an image
BMPHideC
- 在bmp图片每个色块rgb的每个分量最后一位写入信息达到数据隐写的目的-write sectret infomation to a bmp file
picture-switch
- 用C语言写的,可以将bmp格式图片转换成png和jpeg格式,并显示出来的程序-Written in C language can be bmp format image into png and jpeg format, and displayed in the program
03
- 实现对bmp图像的读写,对称变换,均衡化,边缘检测,分段线性变换-Bmp image to achieve the read and write, symmetric transformation, equalization, edge detection, piecewise linear transformation
findallfiletobmp
- halcon自己写的遍历文件夹转换图片为单通道BMP的代码,一般人不会写-Halcon write their own traversal folder conversion picture for the single-channel BMP code, most people will not write
JPGR
- itk读写的例子,基于WIN7+64位+VS2010 x64的完整的程序,独立于Cmake的程序,读取的是位图,对于初学者很有帮助!(ITK example of reading and writing, based on WIN7+64 bit +VS2010 x64 complete program and read bmp image, useful for beginners!)
QT写txt文件和保存8位bmp图片
- 写TXT文件到指定的目录; 保存内存数据为8位bmp图片;(Write TXT files to the specified directory; Save memory data for 8 bit BMP pictures;)
VCShowBmp
- 用VC写的,打开BMP文件,并显示图片。(VC,OPEN BMP FILE,SHOW BMP PICTURE.)
delphi7二维码生成实例bmp
- 这是用delphi7写的一个二维码生成实例,可供参考。在应用程序里PtImageRW.dll和PtQREncode.dll两个文件,然后在你的delphi源码里添加,就可以调用生成二维码图片保存在指定目录下