|  | OpenCV
    4.10.0
    Open Source Computer Vision | 
List of BinaryDescriptor parameters: More...
#include <opencv2/line_descriptor/descriptor.hpp>
| Public Member Functions | |
| Params () | |
| void | read (const FileNode &fn) | 
| void | write (FileStorage &fs) const | 
| Public Attributes | |
| int | ksize_ | 
| int | numOfOctave_ | 
| int | reductionRatio | 
| int | widthOfBand_ | 
List of BinaryDescriptor parameters:
| cv::line_descriptor::BinaryDescriptor::Params::Params | ( | ) | 
| void cv::line_descriptor::BinaryDescriptor::Params::read | ( | const FileNode & | fn | ) | 
read parameters from a FileNode object and store them (struct function)
| void cv::line_descriptor::BinaryDescriptor::Params::write | ( | FileStorage & | fs | ) | const | 
store parameters to a FileStorage object (struct function)
| int cv::line_descriptor::BinaryDescriptor::Params::ksize_ | 
| int cv::line_descriptor::BinaryDescriptor::Params::numOfOctave_ | 
the number of image octaves (default = 1)
| int cv::line_descriptor::BinaryDescriptor::Params::reductionRatio | 
image's reduction ratio in construction of Gaussian pyramids
| int cv::line_descriptor::BinaryDescriptor::Params::widthOfBand_ | 
the width of band; (default: 7)
 1.9.8
 1.9.8