OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeLibTiff
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgcodecs/src/
grfmt_tiff.hpp
135
bool
writeLibTiff
( const Mat& img, const std::vector<int>& params );
grfmt_tiff.cpp
517
bool TiffEncoder::
writeLibTiff
( const Mat& img, const std::vector<int>& params)
710
return
writeLibTiff
(img, params);
Completed in 69 milliseconds