grfmt_gdal.cpp | 215 void write_pixel( const double& pixelValue, function in namespace:cv 306 write_pixel( pixelValue, gdalType, 1, image, y, x, c ); 311 write_pixel( pixelValue, gdalType, 1, image, y, x, c ); 323 write_pixel( r, gdalType, 4, image, y, x, 2 ); 324 write_pixel( g, gdalType, 4, image, y, x, 1 ); 325 write_pixel( b, gdalType, 4, image, y, x, 0 ); 327 write_pixel( a, gdalType, 4, image, y, x, 1 ); 333 write_pixel( pixelValue, gdalType, 1, image, y, x, c ); 404 write_pixel( scanline[x], gdalType, nChannels, img, y, x, c );
|