63 static std::vector<core::ImgBase*> split(
core::ImgBase *src,
int nParts);
66 static const std::vector<core::ImgBase*> split(
const core::ImgBase *src,
int nParts);
69 static void release(
const std::vector<core::ImgBase*> &v);
78 static void splitImage(
core::ImgBase *src, std::vector<core::ImgBase*> &parts);
undocument this line if you encounter any issues!
Definition: Any.h:37
ImageSplitter()
private constructor
Definition: ImageSplitter.h:73
ICLQt_API core::Img< T > filter(const core::Img< T > &image, const std::string &filter)
applies a filter operation on the source image (affinity for float)
#define ICLFilter_API
Definition: CompatMacros.h:175
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
Utility class to split an images roi into a set of shallow copies.
Definition: ImageSplitter.h:60