#include <triclopsimageio.h>
Public Attributes | |
| bool | commentFound |
| union { | |
| DisparityImageInfo disparity | |
| EdgeImageInfo edge | |
| RectifiedImageInfo rectified | |
| } | info |
| TriclopsCamera | nCamera |
| char | product [100] |
| int | serialNumber |
| union { | |
| TriclopsImage16Type image16Type | |
| TriclopsImageType imageType | |
| } | type |
Definition at line 141 of file triclopsimageio.h.
| bool TriclopsImageInfo::commentFound |
Definition at line 143 of file triclopsimageio.h.
| DisparityImageInfo TriclopsImageInfo::disparity |
Definition at line 156 of file triclopsimageio.h.
| EdgeImageInfo TriclopsImageInfo::edge |
Definition at line 155 of file triclopsimageio.h.
| TriclopsImage16Type TriclopsImageInfo::image16Type |
Definition at line 150 of file triclopsimageio.h.
| TriclopsImageType TriclopsImageInfo::imageType |
Definition at line 149 of file triclopsimageio.h.
| union { ... } TriclopsImageInfo::info |
| TriclopsCamera TriclopsImageInfo::nCamera |
Definition at line 146 of file triclopsimageio.h.
| char TriclopsImageInfo::product[100] |
Definition at line 144 of file triclopsimageio.h.
| RectifiedImageInfo TriclopsImageInfo::rectified |
Definition at line 154 of file triclopsimageio.h.
| int TriclopsImageInfo::serialNumber |
Definition at line 145 of file triclopsimageio.h.
| union { ... } TriclopsImageInfo::type |