Searched refs:CV_IS_STORAGE (Results 1 – 3 of 3) sorted by relevance
781 if( CV_IS_STORAGE( lineStorage )) in cvHoughLines2()1111 if( CV_IS_STORAGE( circle_storage )) in cvHoughCircles()
272 if( CV_IS_STORAGE( hull_storage )) in cvConvexHull2()
1171 #define CV_IS_STORAGE(storage) \ macro