HomeSort by relevance Sort by last modified time
    Searched refs:gdalColorTable (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.hpp 97 const GDALColorTable* gdalColorTable,
grfmt_gdal.cpp 299 GDALColorTable const* gdalColorTable,
305 if( gdalColorTable == NULL ){
310 if( gdalColorTable->GetPaletteInterpretation() == GPI_Gray ){
315 else if( gdalColorTable->GetPaletteInterpretation() == GPI_RGB ){
318 short r = gdalColorTable->GetColorEntry( (int)pixelValue )->c1;
319 short g = gdalColorTable->GetColorEntry( (int)pixelValue )->c2;
320 short b = gdalColorTable->GetColorEntry( (int)pixelValue )->c3;
321 short a = gdalColorTable->GetColorEntry( (int)pixelValue )->c4;
365 GDALColorTable* gdalColorTable = NULL
    [all...]

Completed in 716 milliseconds