§ laplacianKSize
int osvr::vbtracker::EdgeHoleParams::laplacianKSize |
Laplacian edge detection kernel size: must be positive and odd, advise not messing with this one.
§ laplacianScale
double osvr::vbtracker::EdgeHoleParams::laplacianScale |
Laplacian edge detection output data scale factor, passed to Laplacian function.
§ postEdgeDetectionBlur
bool osvr::vbtracker::EdgeHoleParams::postEdgeDetectionBlur |
Whether we perform a blur and threshold step after the edge detection (in an attempt to smooth and join gaps in the edge detection results).
§ postEdgeDetectionBlurSize
int osvr::vbtracker::EdgeHoleParams::postEdgeDetectionBlurSize |
If postEdgeDetectionBlur is true, the single-axis size passed to the blur.
§ postEdgeDetectionBlurThreshold
int osvr::vbtracker::EdgeHoleParams::postEdgeDetectionBlurThreshold |
If postEdgeDetectionBlur is true, the value used as a threshold to binarize the image after the blur.
§ preEdgeDetectionBlurSize
int osvr::vbtracker::EdgeHoleParams::preEdgeDetectionBlurSize |
The single-axis size passed to the blur performed on the input image before the Laplacian edge detection step.
The documentation for this struct was generated from the following files: