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