OpenCV  2.4.13.6
Open Source Computer Vision
CvVectors Struct Reference

#include <ml.hpp>

Public Attributes

int type
 
int dims
 
int count
 
CvVectorsnext
 
union {
   uchar **   ptr
 
   float **   fl
 
   double **   db
 
data
 

Member Data Documentation

§ count

int CvVectors::count

§ data

union { ... } CvVectors::data

§ db

double** CvVectors::db

§ dims

int CvVectors::dims

§ fl

float** CvVectors::fl

§ next

CvVectors* CvVectors::next

§ ptr

uchar** CvVectors::ptr

§ type

int CvVectors::type

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