Commit 646a89c547758f47f44bc4700d61ad546227d3af

Authored by heziqi
2 parents e933c14e cacc3cdc

Merge branch 'temporary-work'

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