filterCols(image< T > &input, image< T > &output, std::vector< double > *prof1d) | mimas::filter< T > | [protected] |
filterIt(image< T > &input)=0 | mimas::filter< T > | [pure virtual] |
filterRows(image< T > &input, image< T > &output, std::vector< double > *prof1d) | mimas::filter< T > | [protected] |
filterTo(image< T > &input, image< T > &output)=0 | mimas::filter< T > | [pure virtual] |
gradX(const image< T > &input, image< T > &output) | mimas::filter< T > | [static] |
gradY(const image< T > &input, image< T > &output) | mimas::filter< T > | [static] |
nonMaximaSuppression(const image< T > &gradx, const image< T > &grady, const image< T > &gradsq, double threshold, property_image &output) | mimas::filter< T > | [static] |
~filter() | mimas::filter< T > | [inline, virtual] |