$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Public Attributes | List of all members
cv::SparseMat::Node Struct Reference

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

#include <opencv2/core/mat.hpp>

Collaboration diagram for cv::SparseMat::Node:

Public Attributes

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

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[MAX_DIM]

index of the matrix element

◆ next

size_t cv::SparseMat::Node::next

index of the next node in the same hash table entry


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