79 void blueSliderChanged(
int val);
82 void save(
const std::string &filename =
"");
85 void load(
const std::string &filename =
"");
ChromaWidget * m_poChromaWidget
Wrapped ChromaWidget (an internal class)
Definition: ChromaGUI.h:89
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
Main Class of ICL's GUI creation framework.
Definition: GUI.h:60
ICLQt_API core::Img< T > load(const std::string &filename)
load an image file read file (affinity for floats)
Dedicated GUI component which can be used to adjust segmentation parameters.
Definition: ChromaGUI.h:64
#define ICLQt_API
Definition: CompatMacros.h:178
Classifier interface using RG-chromaticity space and two parables.
Definition: ChromaClassifier.h:40
Handle class for slider componets.
Definition: SliderHandle.h:50