OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdal2opencv
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgcodecs/src/
grfmt_gdal.hpp
79
int
gdal2opencv
( const GDALDataType& gdalType, const int& channels );
grfmt_gdal.cpp
101
int
gdal2opencv
( const GDALDataType& gdalType, const int& channels ){
function in namespace:cv
491
tempType =
gdal2opencv
( m_dataset->GetRasterBand(1)->GetRasterDataType(), m_dataset->GetRasterCount() );
Completed in 2397 milliseconds