Package boofcv.alg.filter.binary.impl
Class BinaryThinning.Mask0
java.lang.Object
boofcv.alg.filter.binary.impl.BinaryThinning.Mask
boofcv.alg.filter.binary.impl.BinaryThinning.Mask0
- Enclosing class:
- BinaryThinning
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
innerMask
(int indexIn) Specialized code optimized for the inner imageMethods inherited from class boofcv.alg.filter.binary.impl.BinaryThinning.Mask
apply, borderMask
-
Constructor Details
-
Mask0
public Mask0()
-
-
Method Details
-
innerMask
protected boolean innerMask(int indexIn) Description copied from class:BinaryThinning.Mask
Specialized code optimized for the inner image- Specified by:
innerMask
in classBinaryThinning.Mask
- Parameters:
indexIn
- Index of center pixels, always 1- Returns:
- true means the pixels keeps the value of one, otherwise it is set to zero
-