Package net.aerith.misao.image.filter

Class Summary
BackgroundEstimationFilter The BackgroundEstimationFilter is an image processing filter to create the background image.
BloomingCancelFilter The BloomingCancelFilter is an image processing filter to cancel the blooming.
DarkSubtractionFilter The DarkSubtractionFilter is an image processing filter to subtract the dark image.
EqualizeFilter The EqualizeFilter is an image processing filter to equalize the image.
FillIllegalRowAndColumnFilter The FillIllegalRowAndColumnFilter is an image processing filter to fill the illegal rows and columns with the median pixel value.
Filter The Filter is an interface of image processing filter.
FilterSet The FilterSet represents a set of image processing filters.
FlattenBackgroundFilter The InverseWhiteAndBlackFilter is an image processing filter to flatten the background.
FlatteningFilter The FlatteningFilter is an image processing filter to flattern the image dividing by the flat image.
InverseWhiteAndBlackFilter The InverseWhiteAndBlackFilter is an image processing filter to inverse white and black.
MapFilter The MapFilter is an image processing filter to map the image based on the specified map function.
MedianFilter The MedianFilter is an image processing filter of median filter.
MeridianImageTransformFilter The MeridianImageTransformFilter is an image processing filter to transform the meridian image.
RemoveLatticePatternFilter The RemoveLatticePatternFilter is an image processing filter to remove lattice pattern from the specified image.
RescaleFilter The RescaleFilter is an image processing filter to rescale the image into the specified size and creates a new image buffer.
RescaleSbigFilter The RescaleSbigFilter is an image processing filter to rescale the SBIG ST-4/6 image.
ResizeFilter The ResizeFilter is an image processing filter to resize the image to the specified size.
ReverseFilter The ReverseFilter is an image processing filter to reverse the image vertically or horizontally.
RotateAtRightAnglesFilter The RotateAtRightAnglesFilter is an image processing filter to rotate the image at right angles.
SmoothFilter The SmoothFilter is an image processing filter of smoothing.
StreakCancelFilter The StreakCancelFilter is an image processing filter to cancel the streaks.
SubtractionFilter The SubtractionFilter is an image processing filter to subtract an image from the base image.