|
latest version v1.9 - last update 10 Apr 2010 |
|
alias with standard LTI-interface for maskOr member of the maskFunctor More...
#include <ltiMaskFunctors.h>


Public Member Functions | |
| bool | apply (const matrix< T > &m1, matrix< T > &m2) |
| bool | apply (const matrix< T > &m1, const matrix< T > &m2, matrix< T > &result) |
alias with standard LTI-interface for maskOr member of the maskFunctor
| bool lti::maskOr< T >::apply | ( | const matrix< T > & | m1, | |
| const matrix< T > & | m2, | |||
| matrix< T > & | result | |||
| ) | [inline] |
apply on copy (see also lti::maskFunctor::maskOr())
References lti::maskFunctor< T >::maskOr().
| bool lti::maskOr< T >::apply | ( | const matrix< T > & | m1, | |
| matrix< T > & | m2 | |||
| ) | [inline] |
apply on place (see also lti::maskFunctor::maskOr())
References lti::maskFunctor< T >::maskOr().