summaryrefslogtreecommitdiff
path: root/gui_win.m
Commit message (Collapse)AuthorAgeFilesLines
* check_bound moved to separate functionEugeniy Mikhailov2012-09-201-16/+0
|
* Some commets added, unused variables deleted.Mi Zhang2012-09-191-10/+26
|
* another typo fixed, subtract only from original imageMi Zhang2012-09-191-0/+1
|
* removed unused code for background subtractionEugeniy Mikhailov2012-09-181-8/+0
|
* fixed issue with skewed color mapEugeniy Mikhailov2012-09-181-0/+5
| | | | | apparently drawing a line mess things up if 'hold off' is not enabled for further redrawing.
* function name typo fixEugeniy Mikhailov2012-09-181-3/+3
|
* when loading do not check radio buttonEugeniy Mikhailov2012-09-181-0/+1
|
* gui background subtraction rewrkedEugeniy Mikhailov2012-09-181-43/+87
|
* Fitting callback cleaned upEugeniy Mikhailov2012-09-181-108/+57
|
* spelling typo fixEugeniy Mikhailov2012-09-181-8/+8
|
* reading and saving imaging logic is reworkedEugeniy Mikhailov2012-09-181-59/+44
|
* one more fix for image data folderEugeniy Mikhailov2012-09-181-3/+1
|
* cross logic reworkedEugeniy Mikhailov2012-09-181-67/+85
|
* added modeline for vim editorEugeniy Mikhailov2012-09-181-0/+3
| | | | | Matlab expands tabs with spaces and use default space number equal to 4. So I need to adjust vim to this
* simplified logic for continuous and single runEugeniy Mikhailov2012-09-181-31/+13
| | | | For whatever reason pushing stop does not do a thing
* Removed seemingly useless codeEugeniy Mikhailov2012-09-181-4/+0
| | | | It also crashes matlab since it calls for unset variable
* when we call system we assign result and statusEugeniy Mikhailov2012-09-181-1/+1
| | | | | This good since we can use it later and also suppresses output from the grabber which fills the matlab command window.
* Name of the directory for saved images fixed yet againEugeniy Mikhailov2012-09-171-1/+1
|
* deleted unused functionsMi Zhang2012-09-171-41/+0
|
* change button names to humanreadableMi Zhang2012-09-171-141/+162
|
* more load/clean bugs fixedMi Zhang2012-09-171-2/+10
|
* fixed typo in the data directory nameEugeniy Mikhailov2012-09-141-1/+1
|
* draw crosssectionsMi Zhang2012-09-131-0/+21
|
* cross drawn separately, minor bugs fixedMi Zhang2012-09-131-60/+106
|
* first attempt to draw the cross, succeed randomlyMi Zhang2012-09-121-5/+33
|
* fix display bugMi Zhang2012-09-121-10/+39
|
* initial commitMi Zhang2012-09-111-0/+739