Welcome![Sign In][Sign Up]
Location:
Search - pixel bitmap

Search list

[Other resource模式识别的一些预处理

Description: 模式识别的一些预处理,包括:图像压缩的例子:行程编码算法RCL, 手写体数据变换成像素位图的算法。-some pretreatment pattern recognition, including : Image Compression examples : RCL itinerary coding algorithm, handwritten data transformation into pixel bitmap algorithm.
Platform: | Size: 13197 | Author: 何风 | Hits:

[GDI-Bitmapbitmap_cac

Description: 计算了图像的位图信息,提供了两副位图的像素差-calculated by the bitmap image information, provide a 2 pixel bitmap poor
Platform: | Size: 117493 | Author: 朱卫华 | Hits:

[Dialog_WindowArielBrowseFolder

Description: A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. User has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triangle on the dropdown box may be substituted for any 8x7 pixel bitmap, with a choice of mask colors. Full set of events, click() upon dialog close, Change() and DropDown() prior to opening of the dialog. Source also implements BitBlt() API function to copy transparent images. -resembling a combobox. When the dropdown button is clicked. a browse through a folder to select a treeview di Rectory is displayed. Uses the SHBrowseForFol der function, amongst other APIs. A call back procedure is imp lemented showing the currently selected folde r in the browse for folder dialog. User has the ch VoIP to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triang le on the dropdown box may be substituted for any 7x6 pixel bitmap. with a choice of mask colors. Full set of events, click () upon dialog close, Change () and DropDown () prior to opening of the dialog. Source also implements BitBlt () API fu nction to copy transparent images.
Platform: | Size: 139086 | Author: 陈宏 | Hits:

[Graph program得到像素

Description: 用鼠标左键来获取位图的rgb值并用该颜色来填充客户区。详见CGetPixel2Dlg::OnLButtonDown-use the left mouse button to access bitmap rgb values and the color used to fill customer area. See CGetPixel2Dlg : : OnLButtonDown
Platform: | Size: 1618944 | Author: 李红陶 | Hits:

[Graph Recognizewindows_dibapi

Description: DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algorithm to image data, but generally DIB is not compressed. DIB structure
Platform: | Size: 6144 | Author: 王小二 | Hits:

[AI-NN-PR模式识别的一些预处理

Description: 模式识别的一些预处理,包括:图像压缩的例子:行程编码算法RCL, 手写体数据变换成像素位图的算法。-some pretreatment pattern recognition, including : Image Compression examples : RCL itinerary coding algorithm, handwritten data transformation into pixel bitmap algorithm.
Platform: | Size: 13312 | Author: 何风 | Hits:

[GDI-Bitmapbitmap_cac

Description: 计算了图像的位图信息,提供了两副位图的像素差-calculated by the bitmap image information, provide a 2 pixel bitmap poor
Platform: | Size: 116736 | Author: 朱卫华 | Hits:

[Dialog_WindowArielBrowseFolder

Description: A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. User has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triangle on the dropdown box may be substituted for any 8x7 pixel bitmap, with a choice of mask colors. Full set of events, click() upon dialog close, Change() and DropDown() prior to opening of the dialog. Source also implements BitBlt() API function to copy transparent images. -resembling a combobox. When the dropdown button is clicked. a browse through a folder to select a treeview di Rectory is displayed. Uses the SHBrowseForFol der function, amongst other APIs. A call back procedure is imp lemented showing the currently selected folde r in the browse for folder dialog. User has the ch VoIP to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triang le on the dropdown box may be substituted for any 7x6 pixel bitmap. with a choice of mask colors. Full set of events, click () upon dialog close, Change () and DropDown () prior to opening of the dialog. Source also implements BitBlt () API fu nction to copy transparent images.
Platform: | Size: 139264 | Author: 陈宏 | Hits:

[GDI-BitmapBitLibrary

Description: 象素绘制 用Win32SDK编写的一个bitmap库-pixel mapping with Win32SDK prepared for a bitmap
Platform: | Size: 73728 | Author: brianyao | Hits:

[Multimedia DevelopRplColor

Description: When I wrote this function my problem was to replace one color by an other on transparent bitmaps. My images were resources bitmaps, which I store in an ImageList for easy transparency. There is no easy way to directly access a Bitmap s pixel on Win32. If you re interested in, this article may help you to understand the usage of CreateDIBSection. If you have to load a bitmap from resource and made many color replacements, or if you have to change a color in a HBITMAP this function is for you. If you have a bitmap in resource and want to replace one or more color on load, it s better to use CreateMappedBitmap. You can found in the sample program a ReplaceColor function which use CreateMappedBitmap. I ve made the same code using only BitBlt. All BitBlt are really fast but the creation of the mask bitmap is so slow than the whole function is twice slower than the code using CreateDIBSection. ( sources are in the sample ) -When I wrote this function was to my problem replace one color by an other on transparent bit maps. My images were resources bitmaps, which I store in an ImageList for easy transpare ncy. There is no easy way to directly access a Bit 's pixel map on Win32. If you're interested in, this article may help you to understand the risques e of CreateDIBSection. If you have to load a bitm ap from resource and made many color replacemen ts. or if you have to change a color in a HBITMAP this f unction is for you. If you have a bitmap in resour ce and want to replace one or more color on load, it's better to use CreateMappedBitmap. You can f ound in the sample program a ReplaceColor funct ion which use CreateMappedBitmap. I've made the same code using only BitBlt. All are real BitBlt
Platform: | Size: 6144 | Author: 孙磊 | Hits:

[Picture ViewerMyDIBitmap

Description: BMP文件的读取,并能对其图片的任意像素点进行修改-BMP files to read, and its picture of arbitrary pixel modification
Platform: | Size: 70656 | Author: KIDXT | Hits:

[Graph programann

Description: 模式识别神经网络代码。包括: 图像压缩的例子:行程编码算法RCL, 手写体数据变换成像素位图的算法,-Neural network pattern recognition code. Include: image compression example: Run-Length Coding Algorithm for RCL, handwritten data converted into pixel bitmap of the algorithm,
Platform: | Size: 13312 | Author: 杨兵 | Hits:

[Graph programgrid

Description: 模式识别的一些预处理知识,包括: 图像压缩的例子:行程编码算法RCL, 手写体数据变换成像素位图的算法-Pattern recognition of some pre-processing knowledge, including: image compression example: Run-Length Coding Algorithm RCL, handwritten data converted into pixel bitmap algorithm
Platform: | Size: 13312 | Author: 杨兵 | Hits:

[2D GraphicBitmap_Conversion

Description: vc++图像转换代码,可实现像素灰度,对比度,mosaic,柔化及波形扰动等动能-vc++ image conversion code, can be realized pixel, contrast, mosaic, soften and waveform perturbation kinetic energy, etc.
Platform: | Size: 50176 | Author: 张博士 | 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:

[AI-NN-PRSealrecognition

Description: 1、编制程序显示印章图像(24位真彩色位图); 2、读出位图中每一像素点的(R,G,B)样本值; 3、以RGB其中某两个(或三个)为坐标,取一定数量的图像点为分析样本,分析其坐标系中的分布; 4、采用本章学习的方法找到分类判别函数,对这些样本进行分类;(要求首先将印章与底纹区分,如有可能将印章、底纹、签字区分) 5、将分类后的结果标记到原始图像上,检查其效果。 -1, the preparation procedures showed that the seal image (24-bit true color bitmap) 2, read out each bitmap pixel (R, G, B) sample value 3 to RGB which a two (or three ) for the coordinates, take a certain number of image points for the analysis of samples, analysis of its coordinate system of distribution 4, the method used in this chapter to learn to find discriminant function classification of these samples for classification (required first to distinguish between the seal and Shading, if possible, will seal, Shading, signatures to distinguish between) 5, will be the result of classification markings to the original image to check its effectiveness.
Platform: | Size: 372736 | Author: 苏朗 | Hits:

[Graph DrawingDIBDisplay

Description: 实现了一幅图像的实时采集与显示,并且在显示时提供当前数据的像素,位图属性等信息-To achieve a real-time image acquisition and display, and provide current data show that the pixel, bitmap attribute information
Platform: | Size: 2150400 | Author: 李哲 | Hits:

[Windows DevelopTransPicture

Description: 透明背景位图热对象Active控件,用Bitmap左下角象素作透明色,只有非透明区域可接受焦点。适用于程序中需用图片作为控制对象,并要求背景透明的情况-Transparent background bitmap hot object Active control, with the lower-left corner pixel Bitmap for transparent colors, only non-transparent region focus acceptable. Apply to proceedings required image as a control object, and requested the background transparent
Platform: | Size: 52224 | Author: 余荣华 | Hits:

[GUI Developbitmap

Description: The C++ Bitmap Library consists of simple, robust, optimized and portable processing routines for the 24-bit per pixel bitmap image format.
Platform: | Size: 35840 | Author: Merano | Hits:

[GDI-BitmapBitmap 32bit routines

Description: This module is for Delphi and contain routines to work with 32-bits per pixel bitmap. It support drawing shapers, fadings, shadow for window. Just added it to 'uses' clause and call needed function!
Platform: | Size: 7896 | Author: jorik666 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net