Main Page Class Hierarchy Compound List File List Compound Members File Members Related Pages
ImageGrey Member List
This is the complete list of members for ImageGrey, including all inherited members.
- absolute()
- blur(unsigned int size, ImageGrey &result)
- brightness
- clear(int=0)
- convolve(unsigned int x, unsigned int y, CMatrix *conv_matrix)
- copy(ImageGrey &img)
- 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)
- dilate(ImageGrey &result)
- draw_filled_circle(unsigned int centre_x, unsigned int centre_y, unsigned int radius, PixelGrey intensity)
- draw_line(int x_start, int y_start, int x_end, int y_end, PixelGrey intensity)
- erode(ImageGrey &result)
- errode(ImageGrey &result)
- extract_region(int, ImageGrey &result)
- get_height()
[inline] - get_pixel(unsigned int x, unsigned int y, PixelGrey &p)
- get_width()
[inline] - height
[protected] - 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)
- median(unsigned int n, unsigned int m, ImageGrey &result)
- 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=(ImageGrey &img)
[inline] - plot_conv_kernel(unsigned int x, unsigned int y, CMatrix *conv_matrix, float scale_fact, float offset)
- 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)
- region_identify(unsigned int max_regions, unsigned int &actual_regions, ImageGrey &result)
- remove_point_noise(ImageGrey &result)
- 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_pixel(unsigned int x, unsigned int y, PixelGrey level)
- sobel(ImageGrey &result)
- sobel_horizontal(ImageGrey &result)
- sobel_vertical(ImageGrey &result)
- threshold(int thresh)
- wavelet_convolve(unsigned int x, unsigned int y, Wavelet *wavelet, float *real, float *imag)
- width
[protected] - ~ImageGrey()
Generated at Fri Aug 13 17:29:22 2004 for libRTImage by
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001