The Image class provides methods for returning color values of an image, loading an image from a file or saving to a file.
Methods
Method |
Description |
---|---|
Converts a raw Bayer image in the desired format. |
|
Computes the histogram of the submitted image. |
|
Returns the RGB values of a specific position of the image. |
|
Loads an image file (BMP, JPG, PNG). |
|
Save an image to a file. |