public class TransientAreasSegmentationModule extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
TransientAreasSegmentationModule(long addr) |
Modifier and Type | Method and Description |
---|---|
static TransientAreasSegmentationModule |
__fromPtr__(long addr) |
void |
clearAllBuffers() |
static TransientAreasSegmentationModule |
create(Size inputSize) |
protected void |
finalize() |
void |
getSegmentationPicture(Mat transientAreas) |
Size |
getSize() |
java.lang.String |
printSetup() |
void |
run(Mat inputToSegment) |
void |
run(Mat inputToSegment,
int channelIndex) |
void |
setup() |
void |
setup(java.lang.String segmentationParameterFile) |
void |
setup(java.lang.String segmentationParameterFile,
boolean applyDefaultSetupOnFailure) |
void |
write(java.lang.String fs) |
clear, empty, getDefaultName, getNativeObjAddr, save
protected TransientAreasSegmentationModule(long addr)
public static TransientAreasSegmentationModule __fromPtr__(long addr)
public static TransientAreasSegmentationModule create(Size inputSize)
public Size getSize()
public java.lang.String printSetup()
public void clearAllBuffers()
public void getSegmentationPicture(Mat transientAreas)
public void run(Mat inputToSegment, int channelIndex)
public void run(Mat inputToSegment)
public void setup(java.lang.String segmentationParameterFile, boolean applyDefaultSetupOnFailure)
public void setup(java.lang.String segmentationParameterFile)
public void setup()
public void write(java.lang.String fs)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0