MIA Filter Functions
Jump to navigation
Jump to search
- box_filter - Image filtering via windowing using mean, median, etc.
- close_img - ERODE_IMG Close-convolution for a binary image.
- dilate_img - Dilates a binary image.
- erode_img - Erodes a binary image.
- morph_img - Perform erosion, dilation or threshold on a univariate image.
- open_img - Open-convolution for a binary image.
- spatial_filter - Image filtering and sharpening via convolution.