Struct cv::SparseMat::Node#

sparse matrix node - element of a hash table

Collaboration diagram for cv::SparseMat::Node:

cv::SparseMat::Node Node1 cv::SparseMat::Node     Node2 size_t     Node2->Node1 +hashval +next Node3 int     Node3->Node1 +idx

cv::SparseMat::Node Node1 cv::SparseMat::Node     Node2 size_t     Node2->Node1 +hashval +next Node3 int     Node3->Node1 +idx

Detailed Description#

sparse matrix node - element of a hash table

Member Data Documentation#

hashval#

size_t cv::SparseMat::Node::hashval

hash value

idx#

int cv::SparseMat::Node::idx

index of the matrix element

next#

size_t cv::SparseMat::Node::next

index of the next node in the same hash table entry

Source file#

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