OpenCV  3.4.1
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::line_descriptor::BinaryDescriptor::Params Struct Reference

List of BinaryDescriptor parameters: More...

#include "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_
 

Detailed Description

List of BinaryDescriptor parameters:

Constructor & Destructor Documentation

§ Params()

cv::line_descriptor::BinaryDescriptor::Params::Params ( )

Member Function Documentation

§ read()

void cv::line_descriptor::BinaryDescriptor::Params::read ( const FileNode fn)

read parameters from a FileNode object and store them (struct function)

§ write()

void cv::line_descriptor::BinaryDescriptor::Params::write ( FileStorage fs) const

store parameters to a FileStorage object (struct function)

Member Data Documentation

§ ksize_

int cv::line_descriptor::BinaryDescriptor::Params::ksize_

§ numOfOctave_

int cv::line_descriptor::BinaryDescriptor::Params::numOfOctave_

the number of image octaves (default = 1)

§ reductionRatio

int cv::line_descriptor::BinaryDescriptor::Params::reductionRatio

image's reduction ratio in construction of Gaussian pyramids

§ widthOfBand_

int cv::line_descriptor::BinaryDescriptor::Params::widthOfBand_

the width of band; (default: 7)


The documentation for this struct was generated from the following file: