orca-robotics


INTRODUCTION
Overview
Download and Install
Documentation

REPOSITORY
Interfaces
Drivers
Libraries
Utilities
Software Map

DEVELOPER
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

imageformats.h

00001 
00002 #ifndef HYDRO_IMAGE_FORMATS_H
00003 #define HYDRO_IMAGE_FORMATS_H
00004 
00005 namespace hydroimage
00006 {
00007 
00013 
00014 enum ImageFormat {
00016     ImageFormatModeNfi,
00018     ImageFormatModeBinary,
00020     ImageFormatModeGray,
00022     ImageFormatModeRGB8,
00024     ImageFormatModeRGBA8,
00026     ImageFormatModeARGB8,
00028     ImageFormatModeBGR8,
00030     ImageFormatModeBGRA8,
00032     ImageFormatModeYUV422,
00034     ImageFormatBayerBg, 
00036     ImageFormatBayerGb, 
00038     ImageFormatBayerRg,
00040     ImageFormatBayerGr,
00042     ImageFormatDigiclopsStereo,
00044     ImageFormatDigiclopsRight,
00046     ImageFormatDigiclopsBoth,
00048     ImageFormatEnumSize
00049 };
00050 
00051 }
00052 #endif
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5