public class ImplSelectSparseStandardWta_F32 extends SelectSparseStandardWta<float[]>
Implementation of SelectSparseStandardWta for score arrays of type F32.
DO NOT MODIFY. Generated by GenerateSelectSparseStandardWta.
| Modifier and Type | Field and Description |
|---|---|
protected float |
textureThreshold |
disparity, maxError| Constructor and Description |
|---|
ImplSelectSparseStandardWta_F32(int maxError,
double texture) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
select(float[] scores,
int maxDisparity)
Examines disparity scores and looks for the best correspondence.
|
protected void |
setTexture(double texture)
Sets the texture threshold.
|
getDisparitypublic ImplSelectSparseStandardWta_F32(int maxError,
double texture)
protected void setTexture(double texture)
SelectSparseStandardWtasetTexture in class SelectSparseStandardWta<float[]>texture - Texture threshold.public boolean select(float[] scores,
int maxDisparity)
DisparitySparseSelectscores - Set of disparity scores.maxDisparity - Maximum allowed disparity.