opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

SparseMat::Node Struct Reference

SparseMat::Node Struct Reference

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

#include <mat.hpp>

Data Fields

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

Detailed Description

sparse matrix node - element of a hash table

Definition at line 2453 of file mat.hpp.


Field Documentation

size_t hashval

hash value

Definition at line 2456 of file mat.hpp.

int idx[MAX_DIM]

index of the matrix element

Definition at line 2460 of file mat.hpp.

size_t next

index of the next node in the same hash table entry

Definition at line 2458 of file mat.hpp.