OSVR-Core
Public Attributes | List of all members
osvr::vbtracker::EdgeHoleParams Struct Reference

Public Attributes

int preEdgeDetectionBlurSize
 The single-axis size passed to the blur performed on the input image before the Laplacian edge detection step. More...
 
int laplacianKSize
 Laplacian edge detection kernel size: must be positive and odd, advise not messing with this one. More...
 
double laplacianScale
 Laplacian edge detection output data scale factor, passed to Laplacian function. More...
 
bool edgeDetectErosion
 Should we do an erode step after edge detection, primarily for removing mjpeg compression artifacts?
 
int erosionKernelValue
 The value in the erosion kernel.
 
bool 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). More...
 
int postEdgeDetectionBlurSize
 If postEdgeDetectionBlur is true, the single-axis size passed to the blur. More...
 
int postEdgeDetectionBlurThreshold
 If postEdgeDetectionBlur is true, the value used as a threshold to binarize the image after the blur. More...
 

Member Data Documentation

§ 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: