FrameInfo.  
 More...
#include <frame.h>
|  | 
|  | FrameInfo (const FrameInfo &info)=default | 
|  | 
|  | FrameInfo (FrameInfo &&info)=default | 
|  | 
| FrameInfo & | operator= (const FrameInfo &)=default | 
|  | 
|  | FrameInfo (int shape0, int shape1, int shape2, FrameType type) | 
|  | 
|  | FrameInfo (const std::vector< int > shapes, FrameType type) | 
|  | 
| bool | operator== (const FrameInfo &other) const | 
|  | 
| bool | operator!= (const FrameInfo &other) const | 
|  | 
| size_t | size () const | 
|  | 
| int | width () const | 
|  | Only valid when the dimensions are (height, width, channels) 
 | 
|  | 
| int | height () const | 
|  | Only valid when the dimensions are (height, width, channels) 
 | 
|  | 
| int | channels () const | 
|  | Only valid when the dimensions are (height, width, channels) 
 | 
|  | 
|  | 
| int | shape [FRAME_DIMS] | 
|  | 
| FrameType | type | 
|  | 
The documentation for this struct was generated from the following files:
- scanner/api/frame.h
- scanner/api/frame.cpp