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
15 Apr, 2016
2 commits
  • 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 »

06 Apr, 2016
1 commit
  • moved a lot of the tracing functionality into the spider class. From the outside… ...
    8761b649
    … just attach spider and run trace()
    Pavel Govyadinov authored
    2016-04-06 16:04:12 -0500  
    Browse Code »

30 Mar, 2016
1 commit
  • fixed the issue with the seed points, fixed the issue with the no-terminating st… ...
    8c4f5d84
    …atement, this commit is still using ivote due to instability with the LaG version
    Pavel Govyadinov authored
    2016-03-30 17:28:14 -0500  
    Browse Code »

21 Mar, 2016
1 commit
  • changed circle class to extend plane.h instead of extending rect.h. Other minor … ...
    26aee9ed
    …stability changes. STABLE- PRECYLINDER WORK
    Pavel Govyadinov authored
    2016-03-21 18:03:18 -0500  
    Browse Code »

03 Mar, 2016
3 commits
  • fixes to the cylinder class
    d10af691
    Pavel Govyadinov authored
    2016-03-03 17:31:46 -0600  
    Browse Code »
  • safety commit, I broke something and couldn't go back because I didn't commit
    e45b97ce
    Pavel Govyadinov authored
    2016-03-03 14:22:53 -0600  
    Browse Code »
  • fixed linux compatibility issues
    eb5dfb2b
    David Mayerich authored
    2016-03-03 11:50:28 -0600  
    Browse Code »

02 Mar, 2016
2 commits
  • added code for saving ENVI files in matlab
    abdb93f5
    David Mayerich authored
    2016-03-02 13:50:02 -0600  
    Browse Code »
  • fixed hsiproc bugs, added insert() method into stim::filename, added Matlab func… ...
    3d0b6243
    …tion to save ENVI files
    David Mayerich authored
    2016-03-02 13:49:08 -0600  
    Browse Code »

26 Feb, 2016
1 commit
  • stable, pre-major changes
    d06d3dbd
    Pavel Govyadinov authored
    2016-02-26 13:45:33 -0600  
    Browse Code »

24 Feb, 2016
1 commit
  • major bug fixes for PCA, covariance, and mean spectrum calculations, added Matla… ...
    2aa68315
    …b code for loading entire ENVI files
    David Mayerich authored
    2016-02-24 13:35:24 -0600  
    Browse Code »

16 Feb, 2016
1 commit
  • added code for sifting BSQ files in memory, updated CImg
    43dec788
    David Mayerich authored
    2016-02-16 00:12:59 -0600  
    Browse Code »

08 Feb, 2016
4 commits
  • added the ability to quickly render networks in OpenGL, renamed the bounding box class
    b3a38641
    David Mayerich authored
    2016-02-08 23:29:36 -0600  
    Browse Code »
  • implemented display lists for interactive rendering of stim::gl_network
    649a5e34
    David Mayerich authored
    2016-02-08 21:06:52 -0600  
    Browse Code »
  • fixed bugs in AABB wireframe rendering
    c184655c
    David Mayerich authored
    2016-02-08 13:23:56 -0600  
    Browse Code »
  • added an axis-aligned bounding box class, as well as classes for rendering networks
    9c97e126
    David Mayerich authored
    2016-02-08 13:07:32 -0600  
    Browse Code »

05 Feb, 2016
7 commits
  • incorporated stim::cylinder into stim::network, replacing stim::fiber
    58ee2b21
    David Mayerich authored
    2016-02-05 17:23:22 -0600  
    Browse Code »
  • Merge branch 'glnetwork'
    a42c92ae
    David Mayerich authored
    2016-02-05 15:51:53 -0600  
    Browse Code »
  • circle added
    e24ed5a6
    Pavel Govyadinov authored
    2016-02-05 15:43:31 -0600  
    Browse Code »
  • Merge branch 'Glnetwork'
    88088186
    David Mayerich authored
    2016-02-05 15:37:29 -0600  
    Browse Code »
  • fixed some errors with loading networks as OBJ files
    5bccf89d
    David Mayerich authored
    2016-02-05 15:36:39 -0600  
    Browse Code »
  • Merge branch 'pranathi_stimlib'
    2f365fd5
    David Mayerich authored
    2016-02-05 13:28:58 -0600  
    Browse Code »
  • added matlab files
    5d272e9b
    David Mayerich authored
    2016-02-05 08:24:08 -0600  
    Browse Code »

04 Feb, 2016
2 commits
  • added comments to cylinder
    8495a970
    Pavel Govyadinov authored
    2016-02-04 14:43:07 -0600  
    Browse Code »
  • fixed OS interop problems with filename
    f28202b1
    David Mayerich authored
    2016-02-04 13:55:53 -0600  
    Browse Code »

03 Feb, 2016
2 commits
  • more minor bug fixes in unused methods, as well as a safety checks
    bf23ee36
    Pavel Govyadinov authored
    2016-02-03 13:52:34 -0600  
    Browse Code »
  • fixed minor typo
    66fe63f3
    Pavel Govyadinov authored
    2016-02-03 13:39:24 -0600  
    Browse Code »

02 Feb, 2016
1 commit
  • added the necessary methods to circle and cylinder classes in order to merge those with network
    10654a1f
    Pavel Govyadinov authored
    2016-02-02 18:41:13 -0600  
    Browse Code »

01 Feb, 2016
3 commits
  • extended the glnetwork.h class to use cylinders and render a cylinder network as… ...
    1bdf7c1e
    … well as a line network, note that the includes need to be fixed once the network.h class is complete
    Pavel Govyadinov authored
    2016-02-01 17:12:06 -0600  
    Browse Code »
  • glnetwork is under stim/visualization/
    a9073ab5
    Pavel Govyadinov authored
    2016-02-01 14:12:00 -0600  
    Browse Code »
  • removed functions not in use
    e06b2e0b
    pranathivemuri authored
    2016-02-01 11:38:04 -0600  
    Browse Code »

31 Jan, 2016
1 commit
  • implemented the cylinder with accordance with the plane/rect/circle implementati… ...
    5b6c317a
    …on. Fixed minor bugs in other classes
    Pavel Govyadinov authored
    2016-01-31 19:12:33 -0600  
    Browse Code »

29 Jan, 2016
2 commits
  • cleaned up the stim::network comparison calculation
    797f8ab0
    David Mayerich authored
    2016-01-29 18:16:09 -0600  
    Browse Code »
  • compare networks and give netmets metric function added in network class
    4df9ec0e
    pranathivemuri authored
    2016-01-29 00:23:16 -0600  
    Browse Code »

28 Jan, 2016
5 commits
  • fixed a very subtle constructor bug
    591f04ec
    Pavel Govyadinov authored
    2016-01-28 18:15:07 -0600  
    Browse Code »
  • added code to subdivide networks
    3800c27f
    David Mayerich authored
    2016-01-28 17:47:15 -0600  
    Browse Code »
  • return resampled edge as fiber
    7c43b7f9
    pranathivemuri authored
    2016-01-28 16:38:42 -0600  
    Browse Code »
  • added in comments the code to call resampling function
    df480014
    pranathivemuri authored
    2016-01-28 03:56:59 -0600  
    Browse Code »
  • added function to resample stim vec of points on fiber
    964b4898
    pranathivemuri authored
    2016-01-28 03:56:24 -0600  
    Browse Code »