codebase
/
stimlib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
3
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
646a89c547758f47f44bc4700d61ad546227d3af
Authored by
heziqi
2014-10-11 03:22:31 +0800
2 parents
e933c14e
cacc3cdc
Merge branch 'temporary-work'
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
envi/envi.h
Inline
Side-by-side
envi/envi.h
Wrap text
Show/Hide comments
View file @
646a89c
...
...
@@ -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)
...
...