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 booleanfirstCheck(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:BinaryKernelMorphologicalThe first check done on the kernel center-point, before checking any neighbors.- Specified by:
 firstCheckin classBinaryKernelMorphological- Parameters:
 point- a kernel focused on a particular point.buffer- the associated buffer.- Returns:
 - true if the check passed, and false otherwise.
 
 
 -