Image_Processing_Tool_3 >> Image_Processing_Tool_3
Image_Processing_Tool_3
- emaxseg — Segment a gray scale image using Expectation Maximization clustering method.
- adapthresh — Binarizes a gray image using adaptive thresholding
- avgfilt2 — It computes 2-d averging filtering operation on a gray scale image.
- binaryand — Computes binary AND operation of two logical arrays.
- binaryor — Computes binary OR operation of two logical arrays
- binaryxor — Computes binary XOR operation of two logical arrays.
- bricontra — Adjusts brighness and contrasts of a gray scale image
- colsierra — It generates color halftone image using Sierra's error diffusion method.
- dendrogram — It computes and displays the dendrogram tree of hierarchical clustering matrix.
- findContour — It finds the contour of contours of coneected pixels in a binary image.
- hiseq — Computes histogram equalization
- iterthresh — Computes thresholds iteratively for image binarization
- linkage — It computes various hierarchical clustering of a given pairwise distance measures.
- maskthresh — Computes threshold for binarization by using a edge or unsharp mask
- medfilt2 — It performs 2-d median filtering operation on a gray scale image.
- padding — Pads the border of an image matrix
- pdist — It computes pairwise distance for feature vectors.
- rot90 — It rotates a matrix anti-clockwise by 90 degrees for a specified number of times.
- sierra — It generates halftone image using any of three different methods proposed by Frankie Sierra.
- skeleton — It computes the skeleton of a given binary imagewith black background.
- sqrform — Converts a vector of appropriate length to a square matrix form and vice versa.