Directory mrLoadRet/ROI/

Directory Created:
2007-01-19 00:37
Total Files:
23
Deleted Files:
1
Lines of Code:
3092

[root]/mrLoadRet/ROI

Lines of Code

mrLoadRet/ROI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 119 (100.0%) 3737 (100.0%) 31.4
justin 92 (77.3%) 3343 (89.5%) 36.3
eli 7 (5.9%) 148 (4.0%) 21.1
david 10 (8.4%) 136 (3.6%) 13.6
tsliu 1 (0.8%) 64 (1.7%) 64.0
shani 5 (4.2%) 31 (0.8%) 6.2
farshadm 4 (3.4%) 15 (0.4%) 3.7

Most Recent Commits

justin 2010-03-09 13:32 Rev.: 1662

sometimes, outputVoxSize was not a row matrix and element-wise matrix multiplication would fail. if not row matrix, then transform lines were added to fix this

3 lines of code changed in 1 file:

  • mrLoadRet/ROI: xformROIcoords.m (+3)
justin 2009-11-29 12:36 Rev.: 1549

Adding changes made by Luke Robot Hospadaruk (Taosheng Liu's tech) to allow drawing ROIs on surfaces. Note that Luke used another downloaded version of dijkstra's algorithm because he needed one that also retured info about the shortest path, rather than just the path length. This version is called dijkstrap.cpp and should be compiled with fibheap.cpp using -largeArrayDims. These files are in the mrLoadRet/ROI directory. (I've compiled for mexmaci and mexmaci64). If they are not compiled the user will get an error message telling them to compile.

Also, fixed a small bug with the 3d free rotation of surfaces in which it was using an old view variable -- which would have caused it to lose any changes in between 3d free rotations.

1621 lines of code changed in 10 files:

  • mrLoadRet/ROI: dijkstrap.cpp (new 179), dijkstrap.m (new 38), dijkstrap.mexa64 (new), dijkstrap.mexmaci (new), dijkstrap.mexmaci64 (new), drawROI.m (+10 -5), drawSurfaceROI.m (new 551), fibheap.cpp (new 656), fibheap.h (new 105), pred2path.m (new 82)
justin 2009-11-27 16:55 Rev.: 1548

adding some hooks so that surfaces can be rotated with the mouse instead of having to use the sliders. This calls the function the function mlrSetRotate3d, which truns on rotate3d and adds some callbacks to update the sliders after the rotation is finished (i.e. user releases mouse).

10 lines of code changed in 1 file:

  • mrLoadRet/ROI: drawROI.m (+10)
justin 2009-11-26 10:43 Rev.: 1547

Fixing drawROI so that it unhooks any mrInterrogator callbacks before allowing drawing of ROI.

20 lines of code changed in 1 file:

  • mrLoadRet/ROI: drawROI.m (+20 -2)
justin 2009-02-09 11:13 Rev.: 1394

Function that is similar to getROICoordinates (actually calls getROICoordinates), but gets coordinates for the ROI that match voxel for voxel another scan. This can be useful if you have two scans taken with different slice prescriptions and you want to have an ROI from both scans that has exactly the same number of voxels from the same cortical locations -- which is something you might want to do if you are cross-classifying across scan days

49 lines of code changed in 1 file:

  • mrLoadRet/ROI: getROICoordinatesMatching.m (new 49)
tsliu 2009-01-14 02:27 Rev.: 1372

made the function to take params so user can call it in script without the GUI.
Modified Files:
convertROICorticalDepth.m

64 lines of code changed in 1 file:

  • mrLoadRet/ROI: convertROICorticalDepth.m (+64 -49)
justin 2008-09-19 05:04 Rev.: 1294

updated convertROI so that it copies the vol2mag and vol2tal and sformCode properly. Also roiInfo display sformCode now.

9 lines of code changed in 2 files:

  • mrLoadRet/ROI: convertROI.m (+7), roiInfo.m (+2)
justin 2008-09-19 04:26 Rev.: 1293

small type view needed to be changed to v

1 lines of code changed in 1 file:

  • mrLoadRet/ROI: roiInfo.m (+1 -1)
justin 2008-08-11 03:23 Rev.: 1253

Changes related to naming convention changes on surfaces/flats

3 lines of code changed in 2 files:

  • mrLoadRet/ROI: findROI.m (+2 -2), roiInfo.m (+1 -1)
justin 2008-06-26 04:42 Rev.: 1208

curSlice needed to be set by using viewSet not by changing the gui through mlrGuiSet (this recently was updated to work in this way).

1 lines of code changed in 1 file:

  • mrLoadRet/ROI: findROI.m (+1 -1)
justin 2008-06-18 05:47 Rev.: 1199

Uses non-mgl call to get whether shift key is down

4 lines of code changed in 1 file:

  • mrLoadRet/ROI: roiInfo.m (+4 -4)
justin 2008-05-09 00:26 Rev.: 1127

getptsNoDoubleClick support

8 lines of code changed in 1 file:

  • mrLoadRet/ROI: drawROI.m (+8 -3)
justin 2008-05-07 00:08 Rev.: 1123

making sure to reset the current roi based on name after done (so it doesn't weirdly side-effect the viewer)

2 lines of code changed in 1 file:

  • mrLoadRet/ROI: getROICoordinates.m (+2 -2)
justin 2008-05-06 06:06 Rev.: 1117

make sure code runs w/out changing current roi--otherwise this will have funny side-effects on the GUI

4 lines of code changed in 1 file:

  • mrLoadRet/ROI: getROICoordinates.m (+4)
justin 2008-04-12 04:07 Rev.: 1048

Small fix so that both Volume and Gray ROIs can be imported

1 lines of code changed in 1 file:

  • mrLoadRet/ROI: importROI.m (+1 -1)
eli 2008-04-11 01:50 Rev.: 1038

fixed small typo (coords1) in setxor call

1 lines of code changed in 1 file:

  • mrLoadRet/ROI: combineROIs.m (+1 -1)
justin 2008-04-09 22:48 Rev.: 1021

if user passes in a string for the roi name first check to see if it is in the view already before reloading

13 lines of code changed in 1 file:

  • mrLoadRet/ROI: getROICoordinates.m (+13 -6)
justin 2008-03-25 12:01 Rev.: 1002

button to display roi coordinates in base coordinate frame

23 lines of code changed in 1 file:

  • mrLoadRet/ROI: roiInfo.m (+23 -1)
eli 2008-03-21 12:02 Rev.: 999

commented out 'Zero index corrected' warning

1 lines of code changed in 1 file:

  • mrLoadRet/ROI: xformROIcoords.m (+1 -1)
farshadm 2008-02-20 04:12 Rev.: 955

*** empty log message ***

4 lines of code changed in 1 file:

  • mrLoadRet/ROI: getROICoordinates.m (+4 -3)

(65 more)

Generated by StatSVN 0.4.1