File List
Here is a list of all files with brief descriptions:
contrib/tbl/vepl1/vepl1_add_random_noise.cxx [code]
contrib/tbl/vepl1/vepl1_add_random_noise.h [code]Add random noise to all pixels
contrib/tbl/vepl1/vepl1_convert.h [code]Convert between arbitrary image types
contrib/tbl/vepl1/vepl1_convert.txx [code]
contrib/tbl/vepl1/vepl1_dilate_disk.cxx [code]
contrib/tbl/vepl1/vepl1_dilate_disk.h [code]Morphological dilation with circular element
contrib/tbl/vepl1/vepl1_dyadic.cxx [code]
contrib/tbl/vepl1/vepl1_dyadic.h [code]Apply a (fixed) function to all (out,in) pixel pairs
contrib/tbl/vepl1/vepl1_erode_disk.cxx [code]
contrib/tbl/vepl1/vepl1_erode_disk.h [code]Morphological erosion with circular element
contrib/tbl/vepl1/vepl1_gaussian_convolution.cxx [code]
contrib/tbl/vepl1/vepl1_gaussian_convolution.h [code]Gaussian smoothing
contrib/tbl/vepl1/vepl1_gradient_dir.cxx [code]
contrib/tbl/vepl1/vepl1_gradient_dir.h [code]Gradient direction: atan2 of x_gradient and y_gradient
contrib/tbl/vepl1/vepl1_gradient_mag.cxx [code]
contrib/tbl/vepl1/vepl1_gradient_mag.h [code]Gradient magnitude: sqrt of x_gradient square plus y_gradient square
contrib/tbl/vepl1/vepl1_histogram.cxx [code]
contrib/tbl/vepl1/vepl1_histogram.h [code]Pixel value histogram of 2D image
contrib/tbl/vepl1/vepl1_median.cxx [code]
contrib/tbl/vepl1/vepl1_median.h [code]Median filter with circular element
contrib/tbl/vepl1/vepl1_moment.cxx [code]
contrib/tbl/vepl1/vepl1_moment.h [code]Computation of n-th order moment
contrib/tbl/vepl1/vepl1_monadic.cxx [code]
contrib/tbl/vepl1/vepl1_monadic.h [code]Apply any (fixed) function to all pixels
contrib/tbl/vepl1/vepl1_sobel.cxx [code]
contrib/tbl/vepl1/vepl1_sobel.h [code]Sobel convolution filter
contrib/tbl/vepl1/vepl1_threshold.cxx [code]
contrib/tbl/vepl1/vepl1_threshold.h [code]Set pixel to given value if above/below certain threshold
contrib/tbl/vepl1/vepl1_x_gradient.cxx [code]
contrib/tbl/vepl1/vepl1_x_gradient.h [code]Convolve image with horizontal [-1 1] filter
contrib/tbl/vepl1/vepl1_y_gradient.cxx [code]
contrib/tbl/vepl1/vepl1_y_gradient.h [code]Convolve image with vertical [-1 1] filter