-
hough 变换检测园的代码利用这个代码可检测出二值图像中的园...
hough 变换检测园的代码利用这个代码可检测出二值图像中的园-Hough Transform detection Park use this source code can be detected in binary image of Park
- 2022-03-04 12:49:44下载
- 积分:1
-
一个不错的画图程序
一个不错的画图程序-a good drawing program
- 2023-09-04 23:30:02下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1
-
DICOM3.0医学图像格式转成BMP格式的源代码。
将医学DICOM3.0标准的图像格式转成BMP格式的源代码。-DICOM3.0 to medical images into BMP format to format the source code.
- 2022-02-15 12:14:13下载
- 积分:1
-
用VB编写的可以进行图形绘制操作的一个小软件
用VB编写的可以进行图形绘制操作的一个小软件-a small tool that been created by vb that can draw graphics
- 2022-03-24 11:51:41下载
- 积分:1
-
应用程序向导创建了这个myimgapp应用你。这个应用程序
AppWizard has created this Myimgapp application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-08-13 22:40:41下载
- 积分:1
-
Good, I hope these things might be helpful for all of us, if insufficient, pleas...
大家好,希望这些东西对大家会有些帮助,若有不足请见谅-Good, I hope these things might be helpful for all of us, if insufficient, please forgive me
- 2022-01-22 14:43:09下载
- 积分:1
-
MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形.
但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix...
MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形.
但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口.
还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there"s no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
- 2022-02-25 08:14:58下载
- 积分:1
-
一个用于cad开发得控件组。使CAD编程十分方便
一个用于cad开发得控件组。使CAD编程十分方便-a cad of development for the control group. So it is very convenient CAD programming
- 2022-05-16 03:50:50下载
- 积分:1
-
拷贝一个Bitmap图象到剪贴板
拷贝一个Bitmap图象到剪贴板 -Copying a Bitmap to clipborad
- 2022-05-05 09:40:25下载
- 积分:1