You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing of Bitmap images in C++. It does pixel-by-pixel analysis of the bmp format image. Besides it fetches bitmap header information from image, provides API to convert RGB image to grayscale, prepares and displays histogram, perform histogram equalization, image blurring, provides RGB and YCbCr conversions. Check Wiki for images.