Home
last modified time | relevance | path

Searched defs:MatInfo (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/
Dts.hpp167 struct CV_EXPORTS MatInfo struct
169 MatInfo(const Mat& _m) : m(&_m) {} in MatInfo() function
170 const Mat* m;