46 const std::string &filename,
47 const std::string &name=
"chroma-classifier");
50 const std::string &filename);
53 const std::string &name=
"chroma-classifier");
Combination classifier using RG-chroma. as well as RGB-thresholded reference color classifiation.
Definition: ChromaAndRGBClassifier.h:39
ICLQt_API void save(const core::ImgBase &image, const std::string &filename)
write an image to HD
undocument this line if you encounter any issues!
Definition: Any.h:37
ICLQt_API ImgQ cc(const ImgQ &image, core::format fmt)
applies a color conversion
ICLQt_API core::Img< T > load(const std::string &filename)
load an image file read file (affinity for floats)
Definition: ChromaClassifierIO.h:43
#define ICLQt_API
Definition: CompatMacros.h:178
Classifier interface using RG-chromaticity space and two parables.
Definition: ChromaClassifier.h:40