摘要:
Mat& getPhase(Mat&complex) { CV_Assert(complex.channels()==2&&complex.depth()>4); int rows=complex.rows,cols=complex.cols; int depth=complex.depth(); 阅读全文
摘要:
CV_EXPORTS_W is defined in modules/core/include/opencv2/core/types_c.h as alias for CV_EXPORTS, CV_EXPORTS is defined as: #if (defined WIN32 || define 阅读全文