public interface DisparitySparseSelect<ArrayType>
DisparitySparseScoreSadRect. Array specifies the
type of primitive array that stores the scores that it processes,| Modifier and Type | Method and Description |
|---|---|
double |
getDisparity()
Returns the found disparity
|
boolean |
select(ArrayType scores,
int maxDisparity)
Examines disparity scores and looks for the best correspondence.
|
boolean select(ArrayType scores, int maxDisparity)
scores - Set of disparity scores.maxDisparity - Maximum allowed disparity.double getDisparity()