This article provides an index link for the published C ++ image processing series to facilitate reading and searching.
C ++ Image Processing-data types and common functions.Provides the GDI + bitmap conversion process and several basic general processes. All other article code, including the example code, must include the header file BMP data. h introduced in this article.
《C ++ Image Processing-Plane Geometric Transformation.This section describes the class transformmatrix for Plane Geometric transformation of images.
C ++ Image Processing-image synthesis.This article introduces the image synthesis method, which is also the basis for image splicing, splicing, and display.
《C ++ Image Processing-Image Display.Based on the code "C ++ Image Processing-image synthesis" and using Windows APIs, image data is displayed.
《C ++ Image Processing-Plane Geometric Transformation.Three interpolation methods and transformmatrix are used, including the near interpolation method, bilinear interpolation method, and bilinecube interpolation method, to realize a complete and general geometric transformation of the graphic image plane.
《C ++ Image Processing-image flip (image).The image flip process generates an image that is opposite to the original image in the horizontal or vertical direction.
《C ++ Image Processing-color matrix transformation.Implements the colormatrix function of GDI +.
《C ++ Image Processing-brightness/contrast Adjustment.Adjusts the brightness and contrast of Photoshop.
《C ++ Image Processing-linear brightness/contrast Adjustment.The brightness algorithm is improved based on "C ++ Image Processing-brightness/contrast adjustment.
《C ++ Image Processing-surface blur.Implement the Photoshop surface blur function.
《C ++ Image Processing-image color mixing (on).Implements the color mixing mode, black and white adjustment, and grayscale image Dyeing of Photoshop layers.
《C ++ Image Processing-image color mixing (medium).Optimize color mixing and grayscale image dyeing functions.
《C ++ Image Processing-image color mixing (bottom).Improve the color mixing and grayscale image dyeing functions, and increase the processing of Alpha channels and opacity of the image.
《C ++ Image Processing-Application of Image black and white Adjustment.Use BCB and GDI + to implement the complete Photoshop image black and white adjustment function.
《C ++ Image Processing-PCX Format Image (I).The PCX Format Image is parsed and converted into a GDI + bitmap.
《C ++ Image Processing-PCX Format Image (bottom).Convert GDI + bitmap to PCX format.
Updating. Not complete ......