1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #7064 from DmtKats:pam

This commit is contained in:
Alexander Alekhin
2016-09-06 16:56:26 +00:00
8 changed files with 871 additions and 4 deletions
+2
View File
@@ -109,6 +109,8 @@ struct ImageCodecInitializer
/// Attach the GDAL Decoder
decoders.push_back( makePtr<GdalDecoder>() );
#endif/*HAVE_GDAL*/
decoders.push_back( makePtr<PAMDecoder>() );
encoders.push_back( makePtr<PAMEncoder>() );
}
std::vector<ImageDecoder> decoders;