|
C++ Bitmap Library
release
|
This is the complete list of members for bitmap_image, including all inherited members.
| add_to_color_plane(const color_plane color, const unsigned char &value) | bitmap_image | inline |
| alpha_blend(const double &alpha, const bitmap_image &image) | bitmap_image | inline |
| bgr_mode enum value | bitmap_image | |
| bgr_to_rgb() | bitmap_image | inline |
| bitmap_image() | bitmap_image | inline |
| bitmap_image(const std::string &filename) | bitmap_image | inline |
| bitmap_image(const unsigned int width, const unsigned int height) | bitmap_image | inline |
| bitmap_image(const bitmap_image &image) | bitmap_image | inline |
| blue_channel(const unsigned int x, const unsigned int y) const | bitmap_image | inline |
| blue_channel(const unsigned int x, const unsigned int y, const unsigned char value) | bitmap_image | inline |
| blue_plane enum value | bitmap_image | |
| bytes_per_pixel() const | bitmap_image | inline |
| channel_mode enum name | bitmap_image | |
| clear(const unsigned char v=0x00) | bitmap_image | inline |
| color_plane enum name | bitmap_image | |
| convert_to_grayscale() | bitmap_image | inline |
| copy_from(const bitmap_image &image) | bitmap_image | inline |
| copy_from(const bitmap_image &source_image, const unsigned int &x_offset, const unsigned int &y_offset) | bitmap_image | inline |
| data() const | bitmap_image | inline |
| data() | bitmap_image | inline |
| export_color_plane(const color_plane color, unsigned char *image) | bitmap_image | inline |
| export_color_plane(const color_plane color, bitmap_image &image) | bitmap_image | inline |
| export_gray_scale_response_image(double *response_image) const | bitmap_image | inline |
| export_response_image(const color_plane color, double *response_image) | bitmap_image | inline |
| export_rgb(double *red, double *green, double *blue) const | bitmap_image | inline |
| export_rgb(float *red, float *green, float *blue) const | bitmap_image | inline |
| export_rgb(unsigned char *red, unsigned char *green, unsigned char *blue) const | bitmap_image | inline |
| export_rgb_normal(double *red, double *green, double *blue) const | bitmap_image | inline |
| export_rgb_normal(float *red, float *green, float *blue) const | bitmap_image | inline |
| export_ycbcr(double *y, double *cb, double *cr) | bitmap_image | inline |
| get_pixel(const unsigned int x, const unsigned int y, unsigned char &red, unsigned char &green, unsigned char &blue) | bitmap_image | inline |
| get_pixel(const unsigned int x, const unsigned int y, RGB &colour) | bitmap_image | inline |
| green_channel(const unsigned int x, const unsigned int y) const | bitmap_image | inline |
| green_channel(const unsigned int x, const unsigned int y, const unsigned char value) | bitmap_image | inline |
| green_plane enum value | bitmap_image | |
| height() const | bitmap_image | inline |
| histogram(const color_plane color, double hist[256]) | bitmap_image | inline |
| histogram_normalized(const color_plane color, double hist[256]) | bitmap_image | inline |
| horizontal_flip() | bitmap_image | inline |
| import_gray_scale_clamped(double *gray) | bitmap_image | inline |
| import_rgb(double *red, double *green, double *blue) | bitmap_image | inline |
| import_rgb(float *red, float *green, float *blue) | bitmap_image | inline |
| import_rgb(unsigned char *red, unsigned char *green, unsigned char *blue) | bitmap_image | inline |
| import_rgb_clamped(double *red, double *green, double *blue) | bitmap_image | inline |
| import_rgb_clamped(float *red, float *green, float *blue) | bitmap_image | inline |
| import_rgb_normal(double *red, double *green, double *blue) | bitmap_image | inline |
| import_rgb_normal(float *red, float *green, float *blue) | bitmap_image | inline |
| import_ycbcr(double *y, double *cb, double *cr) | bitmap_image | inline |
| incremental() | bitmap_image | inline |
| invert_color_planes() | bitmap_image | inline |
| offset(const color_plane color) | bitmap_image | inline |
| operator!() | bitmap_image | inline |
| operator=(const bitmap_image &image) | bitmap_image | inline |
| pixel_count() const | bitmap_image | inline |
| psnr(const bitmap_image &image) | bitmap_image | inline |
| psnr(const unsigned int &x, const unsigned int &y, const bitmap_image &image) | bitmap_image | inline |
| red_channel(const unsigned int x, const unsigned int y) const | bitmap_image | inline |
| red_channel(const unsigned int x, const unsigned int y, const unsigned char value) | bitmap_image | inline |
| red_plane enum value | bitmap_image | |
| reflective_image(bitmap_image &image, const bool include_diagnols=false) | bitmap_image | inline |
| region(const unsigned int &x, const unsigned int &y, const unsigned int &width, const unsigned int &height, bitmap_image &dest_image) | bitmap_image | inline |
| reverse() | bitmap_image | inline |
| reverse_channels() | bitmap_image | inline |
| rgb_mode enum value | bitmap_image | |
| rgb_to_bgr() | bitmap_image | inline |
| roi_from_center(const unsigned int &cx, const unsigned int &cy, const unsigned int &width, const unsigned int &height, bitmap_image &dest_image) | bitmap_image | inline |
| ror_channel(const color_plane color, const unsigned int &ror) | bitmap_image | inline |
| row(unsigned int row_index) const | bitmap_image | inline |
| save_image(const std::string &file_name) const | bitmap_image | inline |
| set_all_channels(const unsigned char &value) | bitmap_image | inline |
| set_all_channels(const unsigned char &r_value, const unsigned char &g_value, const unsigned char &b_value) | bitmap_image | inline |
| set_all_ith_bits_high(const unsigned int bitr_index) | bitmap_image | inline |
| set_all_ith_bits_low(const unsigned int bitr_index) | bitmap_image | inline |
| set_all_ith_channels(const unsigned int &channel, const unsigned char &value) | bitmap_image | inline |
| set_channel(const color_plane color, const unsigned char &value) | bitmap_image | inline |
| set_pixel(const unsigned int x, const unsigned int y, const unsigned char red, const unsigned char green, const unsigned char blue) | bitmap_image | inline |
| set_pixel(const unsigned int x, const unsigned int y, const RGB &colour) | bitmap_image | inline |
| set_region(const unsigned int &x, const unsigned int &y, const unsigned int &width, const unsigned int &height, const unsigned char &value) | bitmap_image | inline |
| set_region(const unsigned int &x, const unsigned int &y, const unsigned int &width, const unsigned int &height, const color_plane color, const unsigned char &value) | bitmap_image | inline |
| set_region(const unsigned int &x, const unsigned int &y, const unsigned int &width, const unsigned int &height, const unsigned char &red, const unsigned char &green, const unsigned char &blue) | bitmap_image | inline |
| setwidth_height(const unsigned int width, const unsigned int height, const bool clear=false) | bitmap_image | inline |
| subsample(bitmap_image &dest) | bitmap_image | inline |
| upsample(bitmap_image &dest) | bitmap_image | inline |
| vertical_flip() | bitmap_image | inline |
| width() const | bitmap_image | inline |
1.8.13