cv::SparseMat::Node Struct Reference

sparse matrix node - element of a hash table More...

#include <core.hpp>

List of all members.

Public Attributes

size_t hashval
 hash value
size_t next
 index of the next node in the same hash table entry
int idx [CV_MAX_DIM]
 index of the matrix element

Detailed Description

sparse matrix node - element of a hash table


Member Data Documentation

hash value

index of the next node in the same hash table entry

int cv::SparseMat::Node::idx[CV_MAX_DIM]

index of the matrix element


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