Logo white

codebase / stimlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 3
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 38
  • Tags 0
  • stimlib
01 Jun, 2016
4 commits
  • replaced C++11 code in stim::image with something more compatible
    3ff136b3
    David Mayerich authored
    2016-06-01 18:34:53 -0500  
    Browse Code »
  • temporarily removed support for different data types in image.h
    0196c9ed
    David Mayerich authored
    2016-06-01 18:05:15 -0500  
    Browse Code »
  • fixed merge conficts
    f2c883d8
    Pavel Govyadinov authored
    2016-06-01 16:39:12 -0500  
    Browse Code »
  • minor bug fixes and comments
    6422f96a
    Pavel Govyadinov authored
    2016-06-01 16:37:59 -0500  
    Browse Code »

31 May, 2016
1 commit
  • fixed a segmentation fault when returning image channels greater than 0
    8e2fb2b4
    David Mayerich authored
    2016-05-31 01:13:06 -0500  
    Browse Code »

30 May, 2016
1 commit
  • created a stim::envi default constructor and fixed a seg fault when an unopened file is closed
    edb975b0
    David Mayerich authored
    2016-05-30 01:56:46 -0500  
    Browse Code »

29 May, 2016
2 commits
  • added comments and fixed errors in the file_list() function of stim::filename
    6d242237
    David Mayerich authored
    2016-05-29 21:46:15 -0500  
    Browse Code »
  • added better comments for stim::filename
    4f007f77
    David Mayerich authored
    2016-05-29 19:02:11 -0500  
    Browse Code »

28 May, 2016
2 commits
  • Merge branch 'master' of git.stim.ee.uh.edu:codebase/stimlib
    dc913a73
    David Mayerich authored
    2016-05-28 22:29:30 -0500  
    Browse Code »
  • fixed the in-memory sifting functions for stim::envi to take NULL masks
    d4aa4cf7
    David Mayerich authored
    2016-05-28 22:29:19 -0500  
    Browse Code »

26 May, 2016
1 commit
  • minor bug fixes and an extension to image.h
    11c1b46b
    Pavel Govyadinov authored
    2016-05-26 14:00:54 -0500  
    Browse Code »

25 May, 2016
2 commits
  • fixed a Linux compiler bug
    d0ef98e3
    David Mayerich authored
    2016-05-25 21:37:14 -0500  
    Browse Code »
  • fixed a Linux compiler bug
    c4dd399a
    David Mayerich authored
    2016-05-25 21:34:35 -0500  
    Browse Code »

24 May, 2016
1 commit
  • started testing out template casting support for stim::envi, added a stim::table… ...
    735a2a24
    … class for reading csv files
    David Mayerich authored
    2016-05-24 11:29:52 -0500  
    Browse Code »

23 May, 2016
2 commits
  • Merge branch 'master' of git.stim.ee.uh.edu:codebase/stimlib
    c5da6290
    David Mayerich authored
    2016-05-23 09:43:17 -0500  
    Browse Code »
  • added normalization for BIP files, and added get_noninterleaved to stim::image
    904614c3
    David Mayerich authored
    2016-05-23 09:43:13 -0500  
    Browse Code »

20 May, 2016
1 commit
  • fixed image.h bug with constructors not working in windows
    fba6e7e3
    Pavel Govyadinov authored
    2016-05-20 18:46:20 -0500  
    Browse Code »

18 May, 2016
1 commit
  • imlemented Dr. Mayeriches fix for the memory leak. Removed extranous comments
    e9a1b974
    Pavel Govyadinov authored
    2016-05-18 15:28:36 -0500  
    Browse Code »

17 May, 2016
1 commit
  • Found an error with the image.h class. Not sure how to fix, but it is pretty ser… ...
    ae05c3e4
    …ious. Since using openCV uses it's own mechanics internally, memcpy does not create a copy correctly and hence when loading multiple images with 1 in memory at a time, the previously loaded image data is never released leading to OOM errors
    Pavel Govyadinov authored
    2016-05-17 15:29:54 -0500  
    Browse Code »

13 May, 2016
4 commits
  • fixed an error produced when file lists are used without Boost in Unix
    84bae1ab
    David Mayerich authored
    2016-05-13 11:46:37 -0500  
    Browse Code »
  • fixed an error produced when file lists are used without Boost in Unix
    4e2809fa
    David Mayerich authored
    2016-05-13 11:45:46 -0500  
    Browse Code »
  • Merge branch 'master' of git.stim.ee.uh.edu:codebase/stimlib
    6236289c
    David Mayerich authored
    2016-05-13 11:30:53 -0500  
    Browse Code »
  • fixed problems with images that don't have specified wavelengths: now a waveleng… ...
    721fd9d1
    …th vector is created from band numbers
    David Mayerich authored
    2016-05-13 11:30:42 -0500  
    Browse Code »

12 May, 2016
1 commit
  • completed merge fixes, fixed linux filelist problems
    9b766f1f
    Pavel Govyadinov authored
    2016-05-12 19:06:15 -0500  
    Browse Code »

03 May, 2016
2 commits
  • fixed linux compatibility issues
    1a224b6a
    David Mayerich authored
    2016-05-03 19:00:09 -0500  
    Browse Code »
  • added vector normalization to stim::envi
    c30dd3e6
    David Mayerich authored
    2016-05-03 16:26:28 -0500  
    Browse Code »

02 May, 2016
2 commits
  • updates for HSIview to support multiple files, enabled masking for convolution a… ...
    9d77bbd9
    …nd derivative approximations
    David Mayerich authored
    2016-05-02 15:09:50 -0500  
    Browse Code »
  • cuBLAS won't run if only emulation is available
    b37665a9
    David Mayerich authored
    2016-05-02 10:45:18 -0500  
    Browse Code »

01 May, 2016
1 commit
  • implemented finite differences and SG filters in stim::envi
    9b2a5d71
    David Mayerich authored
    2016-05-01 18:32:08 -0500  
    Browse Code »

27 Apr, 2016
2 commits
  • added the ability to combine images
    2ce6954b
    David Mayerich authored
    2016-04-27 17:42:43 -0500  
    Browse Code »
  • added band trimming to ENVI objects
    dc8eb8aa
    David Mayerich authored
    2016-04-27 01:41:07 -0500  
    Browse Code »

25 Apr, 2016
2 commits
  • fixed bugs in applying masks to files
    6a46c8ff
    David Mayerich authored
    2016-04-25 17:22:08 -0500  
    Browse Code »
  • fixed metric calculations, added a finite-value mask, as_float() in stim::arglist returns a double
    ba51ae6a
    David Mayerich authored
    2016-04-25 01:29:38 -0500  
    Browse Code »

20 Apr, 2016
1 commit
  • fixed a minor bug involving the progress update for BSQ files without wavelength vectors
    44f44bb5
    David Mayerich authored
    2016-04-20 22:42:29 -0500  
    Browse Code »

19 Apr, 2016
2 commits
  • Merge branch 'master' of git.stim.ee.uh.edu:codebase/stimlib
    e3449029
    David Mayerich authored
    2016-04-19 21:58:46 -0500  
    Browse Code »
  • general bug fixes and clean compiling and exiting for HSIproc
    a2bf1d08
    David Mayerich authored
    2016-04-19 21:58:18 -0500  
    Browse Code »

15 Apr, 2016
3 commits
  • Merge branch 'master' of git.stim.ee.uh.edu:codebase/stimlib
    d4f06a7e
    Pavel Govyadinov authored
    2016-04-15 16:40:12 -0500  
    Browse Code »
  • merged the changes from Master_Clone_W_Branch with into master
    3e5d3ad3
    Pavel Govyadinov authored
    2016-04-15 16:39:30 -0500  
    Browse Code »
  • major bug fixes, stopped using the ivote code for branch detection and started u… ...
    27194b56
    …sing a general Laplassian of Gaussians algorithm (the algorithm invers the image atm), fixed a minor bug with the dynamic network creation
    Pavel Govyadinov authored
    2016-04-15 15:55:58 -0500  
    Browse Code »

14 Apr, 2016
1 commit
  • replaced CImg with OpenCV, fixed warnings for a clean build, still not completely tested
    c8c976a9
    David Mayerich authored
    2016-04-14 09:58:23 -0500  
    Browse Code »