OpenCV  2.4.13
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

int CvVectors::count
union { ... } CvVectors::data
double** CvVectors::db
int CvVectors::dims
float** CvVectors::fl
CvVectors* CvVectors::next
uchar** CvVectors::ptr
int CvVectors::type

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