current issues to solve Tuesday 21st of Feb (i hope) #4

Closed
opened 2018-11-11 17:40:09 +01:00 by gauthiier · 2 comments
Owner

Author: @heavyside Posted at: 21.02.2012 00:59

BIG PRIORITIES:

Tom:
*** WINDOWS compile that allows us to save images ****

David & Jamie:

  • figure out why its writing so many black images (David)
  • fix the double-run that occurs when the first anlysis runs (David)
  • do something pretty with the incoming image (Jamie)
  • alphabetical vs natural sorting in c++ (David)
  • pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie)
  • make pretty the imagery in general - openCV install + edge filters or similar

Fix Operational sequence
// 1) starts in a black screen
// 2) we 'start' with keypress "s" the entire set of analyses
// 3) at any point we need to be able to restart / stop-return-to-black / trigger each analysis individually (num 1-9)
// 4) should end in black screen as well
// 5) final kill button

Author: @heavyside Posted at: 21.02.2012 00:59 BIG PRIORITIES: Tom: *** WINDOWS compile that allows us to save images **** David & Jamie: - figure out why its writing so many black images (David) - fix the double-run that occurs when the first anlysis runs (David) - do something pretty with the incoming image (Jamie) - alphabetical vs natural sorting in c++ (David) - pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie) - make pretty the imagery in general - openCV install + edge filters or similar Fix Operational sequence // 1) starts in a black screen // 2) we 'start' with keypress "s" the entire set of analyses // 3) at any point we need to be able to restart / stop-return-to-black / trigger each analysis individually (num 1-9) // 4) should end in black screen as well // 5) final kill button
Author
Owner

Author: @tomschofield Posted at: 21.02.2012 08:41

"pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie)"

this is not fixed. When the images attempt to save out they app pushes the new file name into the vector. The problem is that this filename is added EVEN if the image doesn't save properly. In a previous email I suggested that I give ofSaveImage a boolean return which returns false if the image doesn't save. We could then use that boolean to determine whether this file name should be added to the vector of filenames or not.

Author: @tomschofield Posted at: 21.02.2012 08:41 "pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie)" this is not fixed. When the images attempt to save out they app pushes the new file name into the vector. The problem is that this filename is added EVEN if the image doesn't save properly. In a previous email I suggested that I give ofSaveImage a boolean return which returns false if the image doesn't save. We could then use that boolean to determine whether this file name should be added to the vector of filenames or not.
Author
Owner

Author: @heavyside Posted at: 21.02.2012 20:47

"pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie)"

this is fixed - as we 'return' if there is no new frame in the save_cb for each class

Author: @heavyside Posted at: 21.02.2012 20:47 "pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie)" this is fixed - as we 'return' if there is no new frame in the save_cb for each class
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Reference: gauthiier/RefractiveIndex#4
No description provided.