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
cacc3cdc557ddde825382d19f2aff9c2e8bedc24
Authored by
heziqi
2014-10-11 03:20:06 +0800
1 parent
6708cc25
attempt to fix CImg
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 @
cacc3cd
...
...
@@ -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)
...
...