public static class NIVision.EdgePolarity extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.EdgePolaritySearchMode |
end |
NIVision.EdgePolaritySearchMode |
start |
Modifier | Constructor and Description |
---|---|
|
EdgePolarity() |
protected |
EdgePolarity(java.nio.ByteBuffer backing,
int offset) |
protected |
EdgePolarity(long nativeObj,
boolean owned) |
|
EdgePolarity(NIVision.EdgePolaritySearchMode start,
NIVision.EdgePolaritySearchMode end) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.EdgePolaritySearchMode start
public NIVision.EdgePolaritySearchMode end
public EdgePolarity()
public EdgePolarity(NIVision.EdgePolaritySearchMode start, NIVision.EdgePolaritySearchMode end)
protected EdgePolarity(java.nio.ByteBuffer backing, int offset)
protected EdgePolarity(long nativeObj, boolean owned)