|
ifw-ccf
3.0.0-pre2
|
#include <cpl.h>#include <clipm.h>#include <ccf/common/base.hpp>#include <ccf/common/db.hpp>#include <ccf/common/setup.hpp>#include <ccf/common/dataFrame.hpp>Go to the source code of this file.
Classes | |
| class | ccf::common::RecipeBase |
| Processing Recipe base class. All recipes shall be derived from this class. More... | |
Namespaces | |
| ccf | |
| ccf::common | |
Functions | |
| template<class SRC_IM_TYPE , class TRG_IM_TYPE > | |
| void | ccf::common::ConvertImage (SRC_IM_TYPE *image_buffer, uint32_t pixels, TRG_IM_TYPE **target_buf, uint32_t *target_buf_size) |
| void | ccf::common::PrepCplImage (const ccf::common::DataFrame &frame, cpl_image **image, ccf::DataTypes *target_data_type, uint32_t *target_buffer_size) |