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