Image Component Library (ICL)
|
This is the complete list of members for icl::cv::FloodFiller, including all inherited members.
apply(const core::ImgBase *image, const utils::Point &seed, double referenceValue, double threshold) | icl::cv::FloodFiller | |
applyColor(const core::ImgBase *image, const utils::Point &seed, double refR, double refG, double refB, double threshold) | icl::cv::FloodFiller | |
applyColorGeneric(const core::Img< T > &image, const utils::Point &seed, Criterion3Channels crit) | icl::cv::FloodFiller | inline |
applyGeneric(const core::Img< T > &image, const utils::Point &seed, Criterion crit) | icl::cv::FloodFiller | inline |
futurePoints | icl::cv::FloodFiller | private |
prepare(const utils::Size &imageSize, const utils::Point &seed) | icl::cv::FloodFiller | private |
result | icl::cv::FloodFiller |