Home
last modified time | relevance | path

Searched refs:invertMask (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/
Dts.hpp100 CV_EXPORTS void copy(const Mat& src, Mat& dst, const Mat& mask=Mat(), bool invertMask=false);
/external/opencv3/modules/ts/src/
Dts_func.cpp337 void copy(const Mat& src, Mat& dst, const Mat& mask, bool invertMask) in copy() argument
372 if( (mptr[j] != 0) ^ invertMask ) in copy()