Class OutlineKernelBase
Object
Kernel
BinaryKernel
BinaryKernelMorphological
OutlineKernelBase
- Direct Known Subclasses:
OutlineKernel
,OutlineKernelNeighborMatchValue
A base class for kernels that find the outline of an
ObjectMask
.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
firstCheck
(KernelPointCursor point, UnsignedByteBuffer buffer) The first check done on the kernel center-point, before checking any neighbors.Methods inherited from class org.anchoranalysis.image.voxel.kernel.morphological.BinaryKernelMorphological
calculateAt, doesNeighborQualify, notifyBuffer
-
Constructor Details
-
OutlineKernelBase
protected OutlineKernelBase()Default constructor.
-
-
Method Details
-
firstCheck
Description copied from class:BinaryKernelMorphological
The first check done on the kernel center-point, before checking any neighbors.- Specified by:
firstCheck
in classBinaryKernelMorphological
- Parameters:
point
- a kernel focused on a particular point.buffer
- the associated buffer.- Returns:
- true if the check passed, and false otherwise.
-