#include <mitkBasicCombinationOpenCVImageFilter.h>
|
std::vector< AbstractOpenCVImageFilter::Pointer > | m_FilterList |
| All filters applied to the given image during call of mitk::mitkBasicCombinationOpenCVImageFilter::FilterImage(). More...
|
|
int | m_CurrentImageId |
|
◆ Clone()
Pointer mitk::BasicCombinationOpenCVImageFilter::Clone |
( |
| ) |
const |
◆ GetIsEmpty()
bool mitk::BasicCombinationOpenCVImageFilter::GetIsEmpty |
( |
| ) |
|
Get the information if no filter is on the filter list.
- Returns
- true if the filter list if empty, false otherwise
◆ GetIsFilterOnTheList()
bool mitk::BasicCombinationOpenCVImageFilter::GetIsFilterOnTheList |
( |
AbstractOpenCVImageFilter::Pointer |
filter | ) |
|
Get the information if the given filter is on the filter list.
- Returns
- true if the filter is on the list, false otherwise
◆ mitkClassMacro()
◆ New()
static Pointer mitk::BasicCombinationOpenCVImageFilter::New |
( |
| ) |
|
|
static |
◆ OnFilterImage()
bool mitk::BasicCombinationOpenCVImageFilter::OnFilterImage |
( |
cv::Mat & |
image | ) |
|
|
overridevirtual |
Apply list of filters to the given image.
- Returns
- false if one of the filter returns false. Be careful, that the image could already be changed when the function returned false.
Implements mitk::AbstractOpenCVImageFilter.
◆ PopFilter()
AbstractOpenCVImageFilter::Pointer mitk::BasicCombinationOpenCVImageFilter::PopFilter |
( |
| ) |
|
Remove and return the last filter added to the list of filters.
- Returns
- last filter added to the list of filters
◆ PushFilter()
void mitk::BasicCombinationOpenCVImageFilter::PushFilter |
( |
AbstractOpenCVImageFilter::Pointer |
filter | ) |
|
Push an additional filter to the list of filters for applying to an image.
◆ RemoveFilter()
bool mitk::BasicCombinationOpenCVImageFilter::RemoveFilter |
( |
AbstractOpenCVImageFilter::Pointer |
filter | ) |
|
Remove the given filter from the list of filters.
- Returns
- true if the filter was on the list, false if it wasn't
◆ m_FilterList
std::vector<AbstractOpenCVImageFilter::Pointer> mitk::BasicCombinationOpenCVImageFilter::m_FilterList |
|
protected |
The documentation for this class was generated from the following file: