Searched refs:invertMask (Results 1 – 2 of 2) sorted by relevance
100 CV_EXPORTS void copy(const Mat& src, Mat& dst, const Mat& mask=Mat(), bool invertMask=false);
337 void copy(const Mat& src, Mat& dst, const Mat& mask, bool invertMask) in copy() argument372 if( (mptr[j] != 0) ^ invertMask ) in copy()