Commit cacc3cdc557ddde825382d19f2aff9c2e8bedc24

Authored by heziqi
1 parent 6708cc25

attempt to fix CImg

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
envi/envi.h
... ... @@ -271,6 +271,11 @@ public:
271 271  
272 272 }
273 273  
  274 + //get the mask
  275 + bool mask(unsigned char* mask, mask_band, threshold) {
  276 +
  277 + }
  278 +
274 279 bool close(){
275 280 if(header.interleave == envi_header::BSQ){
276 281 if(header.data_type ==envi_header::float32)
... ...