HomeSort by relevance Sort by last modified time
    Searched full:imwrite_ (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/imgcodecs/src/
loadsave.cpp 429 static bool imwrite_( const String& filename, const Mat& image, function in namespace:cv
464 return imwrite_(filename, img, params, false);
658 return cv::imwrite_(filename, cv::cvarrToMat(arr),

Completed in 55 milliseconds