Welcome![Sign In][Sign Up]
Location:
Search - bmp R

Search list

[JSP/Javajavabmp

Description: JAV实现BMP文件的读取及提取R\G\B chanel-player to achieve BMP file read and extract R \ G \ B chanel
Platform: | Size: 2048 | Author: | Hits:

[Graph Recognize200561555616250020000

Description: 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》打开--》CDipView的OnFileOpen 函数--》 调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新 自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。-LPR system needs to the attention of the local : VC 6.0 do use development tools, SDI simple frame structure, handling a bitmap (interested can make MDI) 1) bitmap data is the information from the right and the left for his , and his party up his platoon. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the point to skip redundant. 3) key data exists inside Doc. BMP key data on the existence of a ImgData BYTE directly to the type of memory space (according to the Bitmap a small, dynamic allocation). 4) Data Reading come after, pay attention to the memory mapping, in order to ensure high efficiency. 5) implementation of procedures for application generation process-- "Open--" the OnFileOpe CDipView n Functions-- &
Platform: | Size: 233472 | Author: yanglin | Hits:

[Picture Viewercutbmpy

Description: cut bmp file from the column direction. User can choose where the image should be cut.-cut bmp file from the column direction. Use r can choose where the image should be cut.
Platform: | Size: 1024 | Author: 张希勇 | Hits:

[Special EffectsImageStone_src

Description: ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and easy portable. It includes load/save(support BMP GIF JPG PNG TIF ICO TGA PCX PSD...), display, histogram, undo/redo and transform image with over 100 predefined effects. -ImageStone C is a powerful class library az r image manipulation. It is written in pure C and easy portable. It includes load/save (support BMP GIF JPG PNG TIF ICO TGA PCX PSD ...), display, histogram, undo/redo and transform image with over 100 pre defined effects.
Platform: | Size: 3330048 | Author: | Hits:

[Crack HackMapleStory1.0

Description: 冒险岛资源提取器 源代码 提取资源图片(32位BMP格式导出) .net2003编译通过-adventure Island for resource extraction from the source code resources Photo (32 BMP format is derived). Net200 3 compile
Platform: | Size: 382976 | Author: 李拓 | Hits:

[Special EffectsCDib(Supplemented_by_Lanyan)

Description: 在VC++中封装了BMP类,是图像处理的基础。-VC Packaging in the BMP category is the basis of image processing.
Platform: | Size: 2048 | Author: Lanyan | Hits:

[Graph Drawingbmp1

Description: 一个简单的图象转换示例:利用MFC中的CFILE类将彩色BMP转换为灰度图,算法采用生理学标准,即0.3R+0.59B+0.11G-a simple image conversion Example : The MFC CFILE BMP type of conversion to color the gray level, the algorithm used in Physiology standards, R is 0.3 0.11G 0.59B
Platform: | Size: 1024 | Author: 苏进 | Hits:

[Compress-Decompress algrithmsJpgVSbmp

Description: jpeg压缩标准中Jpg和Bmp格式相互转换的API封装-jpeg compression standard in Jpg and Bmp format conversion of the API package
Platform: | Size: 2967552 | Author: Amy | Hits:

[Special Effectsedge.tar

Description: 边沿检测与提取,轮廓跟踪 注意事项: 运行时,文件c:\test.bmp必须存在-Edge detection and extraction, contour tracing Note: run-time, file c: est.bmp must exist
Platform: | Size: 3235840 | Author: bonnie | Hits:

[Special Effectschange_bmp_to_raw

Description: 把bmp格式的图像转成raw格式图像,用vc++编写-The bmp format into raw image format images, using vc++ Prepared
Platform: | Size: 115712 | Author: damxie | Hits:

[Special Effectsselect_roi_image_using_opencv

Description: 这是一个利用opencv来方便的选取感兴趣图像区域在原图上标示出并保存的程序,支持bmp,jpg等常见图像,支持多次选取和保存,附使用说明。 -This is a convenient to use opencv image selected region of interest marked out on the image and save the procedure, support bmp, jpg and other common images, support for multiple selection and preservation, is attached for use.
Platform: | Size: 34816 | Author: 王奎 | Hits:

[Graph programbmp2rgb

Description: 转化BMP到RGB,BMP的位图为4或8!-BMP conversion to RGB, BMP photo shows the 4 or 8-bit!
Platform: | Size: 1024 | Author: zcl | Hits:

[Special Effects24BMP256ColorGray

Description: 本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.-Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.
Platform: | Size: 3072 | Author: xixi | Hits:

[Picture Viewergds31f

Description: 观看,替换和转换 GIF/JPG/PCX/TIF/IFF/LBM/DL/ HAM/BMP/RLE/TGA/MAC/WPG/CUT/ANSI/TXT/IMG/ PBM/CUT/GL/FLI/MPG显示极小的图象-Views, replacement and conversion of GIF/JPG/PCX/TIF/IFF/LBM/DL/HAM/BMP/RLE/TGA/MAC/WPG/CUT/ANSI/TXT/IMG/PBM/CUT/GL/FLI/MPG showed very small image
Platform: | Size: 379904 | Author: 风凉 | Hits:

[Picture Viewerjpg2bmp

Description: 一个用纯c写的jpg转bmp的源代码。vc6通过。-Pure c a jpg to bmp write the source code. vc6 through.
Platform: | Size: 9216 | Author: elfkid | Hits:

[Crack HackRSA

Description: RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addition and subtraction Micronesia algorithm prime number detection algorithm RSA key generation algorithm application of the RSA cryptosystem, Encryption and Decryption BMP grayscale algorithm Pollard p-1 algorithm Pollard r algorithm
Platform: | Size: 250880 | Author: 魏汝垚 | Hits:

[Graph program123

Description: VC++读取JPG格式的图像,并可以对图像进行任意比例的缩放,VC中大多为处理BMP格式的图像,此程序是处理JPG格式的-VC++ to read JPG image format and can be arbitrary image scaling ratio, VC mostly deal in BMP format images, this procedure is the deal with JPG format
Platform: | Size: 2800640 | Author: 刘金贵 | Hits:

[GDI-Bitmapraw_bmp

Description: raw图像格式与bmp图像格式的转换,matlab实现,具体参数详见m文件-raw image format and bmp image format conversion, implementate by matlab, the specific parameters detailed in m file
Platform: | Size: 3072 | Author: wenwen | Hits:

[GDI-Bitmapr

Description: 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-The Method of Preserving Edge Smoothing
Platform: | Size: 811008 | Author: liang | Hits:

[USB developAutoCaptureBmp

Description: 自动获取 usb视频设备图像,保存成 bmp位图文件-Automatic access to usb video equipment images, saved as bitmap file bmp
Platform: | Size: 41984 | Author: 李宁 | Hits:
« 12 3 4 »

CodeBus www.codebus.net