OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Namespaces | |
ATP | |
THESE FUNCTIONS REQUIRE OPENCV. | |
Macros | |
#define | IPL_PIXEL_DEPTH IPL_DEPTH_8U |
#define | PIXEL_TYPE ossim_uint8 |
#define | NUM_BYTES_PER_PIXEL 1 |
Functions | |
IplImage * | ATP::convertToIpl (const ossimImageData *data) |
Converts an ossimImageData pointer to an IplImage for use in OpenCV. More... | |
IplImage * | ATP::convertToIpl32 (const ossimImageData *data) |
void | ATP::copyIpl32ToOid (IplImage *ipl, ossimImageData *oid) |
void | ATP::copyIplToOid (IplImage *ipl, ossimImageData *oid) |
Converts an IPL image to an ossimImageData object: More... | |
#define IPL_PIXEL_DEPTH IPL_DEPTH_8U |
Definition at line 16 of file AtpOpenCV.cpp.
Referenced by ATP::convertToIpl(), and ATP::copyIpl32ToOid().
#define NUM_BYTES_PER_PIXEL 1 |
Definition at line 18 of file AtpOpenCV.cpp.
Referenced by ATP::convertToIpl(), and ATP::copyIplToOid().
#define PIXEL_TYPE ossim_uint8 |
Definition at line 17 of file AtpOpenCV.cpp.
Referenced by ATP::convertToIpl(), and ATP::copyIplToOid().