28 if (! (*it)->FilterImage(image, imageId) ) {
return false; }
AbstractOpenCVImageFilter::Pointer PopFilter()
Remove and return the last filter added to the list of filters.
bool OnFilterImage(cv::Mat &image) override
Apply list of filters to the given image.
std::vector< AbstractOpenCVImageFilter::Pointer > m_FilterList
All filters applied to the given image during call of mitk::mitkBasicCombinationOpenCVImageFilter::Fi...
bool RemoveFilter(AbstractOpenCVImageFilter::Pointer filter)
Remove the given filter from the list of filters.
bool GetIsFilterOnTheList(AbstractOpenCVImageFilter::Pointer filter)
Get the information if the given filter is on the filter list.
bool GetIsEmpty()
Get the information if no filter is on the filter list.
void PushFilter(AbstractOpenCVImageFilter::Pointer filter)
Push an additional filter to the list of filters for applying to an image.