Main Page Class Hierarchy Compound List File List Compound Members File Members Related Pages
Image Member List
This is the complete list of members for Image, including all inherited members.
- absolute()
- BLUE enum value
- blur(unsigned int size, ImageGrey &result)
- brightness
- ImageRGB::clear(int=0)
- ImageRGB::clear(PixelRGB &)
- ImageGrey::clear(int=0)
- clear_brightness(int=0)
- clear_field(FieldSelector, int=0)
- clear_rgb(int=0)
- clear_rgb(PixelRGB &)
- COLOUR enum value
- convolve(unsigned int x, unsigned int y, CMatrix *conv_matrix)
- copy(Image &img)
- ImageRGB::copy(ImageRGB &img)
- ImageRGB::copy(ImageRGB &img, unsigned int min_x, unsigned int min_y, unsigned int max_x, unsigned int max_y, unsigned int start_x, unsigned int start_y)
- ImageGrey::copy(ImageGrey &img)
- ImageGrey::copy(ImageGrey &img, unsigned int min_x, unsigned int min_y, unsigned int max_x, unsigned int max_y, unsigned int start_x, unsigned int start_y)
- data
- dilate(ImageGrey &result)
- draw_filled_circle(unsigned int centre_x, unsigned int centre_y, unsigned int radius, PixelGrey intensity)
- draw_filled_circle(unsigned int centre_x, unsigned int centre_y, unsigned int radius, PixelRGB pix)
- draw_line(int x_start, int y_start, int x_end, int y_end, PixelGrey intensity)
- draw_line(int x_start, int y_start, int x_end, int y_end, PixelRGB pix)
- enhance_contrast()
- erode(ImageGrey &result)
- errode(ImageGrey &result)
- extract_region(int, ImageGrey &result)
- FieldSelector enum name
- get_brightness(unsigned int x, unsigned int y, PixelGrey &p)
- get_field(unsigned int x, unsigned int y, FieldSelector)
- get_height()
[inline] - ImageRGB::get_pixel(unsigned int x, unsigned int y, PixelRGB &p)
- ImageGrey::get_pixel(unsigned int x, unsigned int y, PixelGrey &p)
- get_rgb(unsigned int x, unsigned int y, PixelRGB &p)
- get_width()
[inline] - GREEN enum value
- GREYSCALE enum value
- height
[protected] - histogram_segment(Histogram &hist, float threshold, ImageRGB &result)
- histogram_segment(Histogram &hist, float threshold, bool *result)
- Image(Image &)
- Image(unsigned int width, unsigned int height)
- ImageBase(ImageBase &img)
[inline, protected] - ImageBase(unsigned int w, unsigned int h)
[inline, protected] - ImageBase()
[inline, protected] - ImageGrey(unsigned int width, unsigned int height)
- ImageGrey(char *, FileFormat)
- ImageGrey(ImageGrey &)
- ImageGrey(ImageGrey &img, unsigned int min_x, unsigned int min_y, unsigned int max_x, unsigned int max_y)
- ImageRGB(unsigned int width, unsigned int height)
- ImageRGB(char *, FileFormat)
- ImageRGB(ImageRGB &)
- ImageRGB(ImageRGB &, unsigned int min_x, unsigned int min_y, unsigned int max_x, unsigned int max_y)
- median(unsigned int n, unsigned int m, ImageGrey &result)
- normalise_colourspace(int scale_factor)
- normalise_intensity(float mean, float sd)
- normalise_intensity_range()
- operator *=(int fact)
- operator+=(int fact)
- operator-=(ImageGrey &img)
- operator-=(int fact)
- operator/=(int fact)
- operator=(Image &img)
- ImageRGB::operator=(ImageRGB &img)
[inline] - ImageGrey::operator=(ImageGrey &img)
[inline] - plot_conv_kernel(unsigned int x, unsigned int y, CMatrix *conv_matrix, float scale_fact, float offset)
- quick_grey_and_scale_down(unsigned int scale_fact, ImageGrey &img)
- quick_scale_down(unsigned int min_x, unsigned int min_y, unsigned int max_x, unsigned int max_y, unsigned int new_sx, unsigned int new_sy, double *new_image)
- RED enum value
- region_identify(unsigned int max_regions, unsigned int &actual_regions, ImageGrey &result)
- remove_point_noise(ImageGrey &result)
- ImageRGB::save(char *, FileFormat)
- ImageGrey::save(char *, FileFormat)
- scale_down(unsigned int min_x, unsigned int min_y, unsigned int max_x, unsigned int max_y, unsigned int new_sx, unsigned int new_sy, float *new_image) (defined in ImageGrey)
- scale_down(unsigned int min_x, unsigned int min_y, unsigned int max_x, unsigned int max_y, unsigned int new_sx, unsigned int new_sy, double *new_image)
- set_brightness(unsigned int x, unsigned int y, PixelGrey &level)
- set_field(unsigned int x, unsigned int y, FieldSelector, int value)
- ImageRGB::set_pixel(unsigned int x, unsigned int y, PixelRGB p)
- ImageGrey::set_pixel(unsigned int x, unsigned int y, PixelGrey level)
- set_rgb(unsigned int x, unsigned int y, PixelRGB &p)
- ImageRGB::set_rgb(unsigned int x, unsigned int y, int red, int green, int blue)
- sobel(ImageGrey &result)
- sobel_horizontal(ImageGrey &result)
- sobel_vertical(ImageGrey &result)
- threshold(int thresh)
- Type enum name
- update_brightness()
- wavelet_convolve(unsigned int x, unsigned int y, Wavelet *wavelet, float *real, float *imag)
- width
[protected] - ~Image()
- ~ImageGrey()
- ~ImageRGB()
Generated at Fri Aug 13 17:29:21 2004 for libRTImage by
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001