| Package | Description |
|---|---|
| boofcv.factory.feature.disparity |
| Modifier and Type | Method and Description |
|---|---|
static DisparityAlgorithms |
DisparityAlgorithms.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisparityAlgorithms[] |
DisparityAlgorithms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryStereoDisparity.regionSubpixelWta(DisparityAlgorithms whichAlg,
int minDisparity,
int maxDisparity,
int regionRadiusX,
int regionRadiusY,
double maxPerPixelError,
int validateRtoL,
double texture,
Class<T> imageType)
Returns an algorithm for computing a dense disparity images with sub-pixel disparity accuracy.
|
static <T extends ImageSingleBand> |
FactoryStereoDisparity.regionWta(DisparityAlgorithms whichAlg,
int minDisparity,
int maxDisparity,
int regionRadiusX,
int regionRadiusY,
double maxPerPixelError,
int validateRtoL,
double texture,
Class<T> imageType)
Crates algorithms for computing dense disparity images up to pixel level accuracy.
|
Copyright © 2013. All Rights Reserved.