Searched refs:useCollection (Results 1 – 3 of 3) sorted by relevance
249 useCollection = false; in ImplCollector()252 bool useCollection; // enable/disable impl data collection member
1206 bool useCollection() in useCollection() function1208 return getImplData().useCollection; in useCollection()1215 getImplData().useCollection = flag; in setUseCollection()
64 CV_EXPORTS bool useCollection(); // return implementation collection state73 if(cv::useCollection()) \