OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Namespaces | Macros | Functions
AtpOpenCV.cpp File Reference
#include <ossim/imaging/ossimImageData.h>
#include "AtpOpenCV.h"
#include "../AtpCommon.h"

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...
 

Macro Definition Documentation

◆ IPL_PIXEL_DEPTH

#define IPL_PIXEL_DEPTH   IPL_DEPTH_8U

Definition at line 16 of file AtpOpenCV.cpp.

Referenced by ATP::convertToIpl(), and ATP::copyIpl32ToOid().

◆ NUM_BYTES_PER_PIXEL

#define NUM_BYTES_PER_PIXEL   1

Definition at line 18 of file AtpOpenCV.cpp.

Referenced by ATP::convertToIpl(), and ATP::copyIplToOid().

◆ PIXEL_TYPE

#define PIXEL_TYPE   ossim_uint8

Definition at line 17 of file AtpOpenCV.cpp.

Referenced by ATP::convertToIpl(), and ATP::copyIplToOid().