MIA Filter Functions: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with ':box_filter - Image filtering. :spatial_filter - Image filtering. :transform_img - Flips or rotates a DataSet image.')
 
imported>Jeremy
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
:[[box_filter]] - Image filtering.
:[[box_filter]] - Image filtering via windowing using mean, median, etc.
:[[spatial_filter]] - Image filtering.
:[[close_img]] - ERODE_IMG Close-convolution for a binary image.
:[[transform_img]] - Flips or rotates a DataSet 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.

Latest revision as of 11:24, 30 October 2009

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.