Class cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup#
Constructor & Destructor Documentation#
BucketGroup()#
cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::BucketGroup(bool needAllocateGroup = true)
constructor
~BucketGroup()#
cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::~BucketGroup()
destructor
Member Function Documentation#
insert()#
void cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::insert(
int subindex,
UINT32 data )
insert data into the bucket
insert_value()#
void cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::insert_value(
std::vector< uint32_t > & vec,
int index,
UINT32 data )
utility functions
push_value()#
void cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::push_value(
std::vector< uint32_t > & vec,
UINT32 Data )
query()#
UINT32 * cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::query(
int subindex,
int * size )
perform a query to the bucket
Member Data Documentation#
empty#
UINT32 cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::empty
data fields
group#
std::vector< uint32_t > cv::line_descriptor::BinaryDescriptorMatcher::BucketGroup::group