java.lang.Object
imagingbook.common.filter.mask.BinaryMask
imagingbook.common.filter.mask.CircularMask
Defines a circular mask with the specified radius. Mask values are 1 inside the radius, 0 outside. Mask dimensions
are square and odd, the reference point is as the center.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class imagingbook.common.filter.mask.BinaryMask
getByteArray, getByteProcessor, getCenterX, getCenterY, getElementCount, getHeight, getWidth
-
Constructor Details
-
CircularMask
Constructor.- Parameters:
radius
- the mask radius
-