-
-
[
Matlab]
imageprocession.rar
Process and realize the bmp images dib read, and use a variety of classic algorithm to realize image _ image enhancement, image matching, image demobilization, image transformation.
-
-
[
C/C++]
ZoomDIB.zip
BMP image to narrow the function name: ZoomDIB () function used to zoom the DIB image, to return to the new generation DIB handle.
-
[
Visual C++ (VC++)]
Hough_transfor.rar
Function name:* HoughDIB ()** parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image width (pixel number 4 must be in multiples of)* LONG lHeight- source image height (pixel number)* return value:* BOOL- operation ...
-
[
Visual C++ (VC++)]
CDib.rar
Visual C++ MFC does not provide a specific category to deal with DIB bitmap, therefore, in order to facilitate the use of bitmap file, we need to derive a CDib category.
-
-
-
[
C/C++]
MyDib.rar
MyDib type mainly used for device-independent bitmap deal with DIB.
-
[
Visual C++ (VC++)]
RotateDIB.rar
... image function is used to rotate the image center as the center DIB image, to return to the new generation DIB handle. Calling this function will automatically expand the image to show all the pixels. Function used in most neighboring ...
-
[
Visual C++ (VC++)]
TransposeDIB.rar
The function used to transpose DIB image, that is, the image x, y coordinate exchange. Function will not change image size, but the image height and width will be interchangeable.