Class TestBorderPixels.BorderStatistics
java.lang.Object
net.algart.executors.modules.opencv.matrices.misc.TestBorderPixels.BorderStatistics
- Enclosing class:
- TestBorderPixels
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BorderStatistics
public BorderStatistics(byte[] elementsAtBounds, int dimX, int dimY)
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
elementsAtBounds
public byte[] elementsAtBounds() -
dimX
public int dimX() -
dimY
public int dimY() -
maxTop
public int maxTop() -
maxRight
public int maxRight() -
maxBottom
public int maxBottom() -
maxLeft
public int maxLeft() -
max
public int max()
-