ivapylibs / Surveillance

The surveillance system for the SuperviseIt project
0 stars 1 forks source link

Puzzle ROI #18

Closed pv33 closed 1 month ago

pv33 commented 2 years ago

Include simple puzzle ROI selection process. Simple slider bar kind of thing. Not sure how to implement but will try.

Main idea:

  1. get image from calibration video.
  2. ask user to select threshold (start with default value) that best partitions board from non-board.
  3. user hits OK button to store current partition
  4. partition saved as file or as topic.
  5. update configuration to file or topic.

For now, best to have as file, but later roll into a topic.

Good option for threshold selection is a slider bar (how to page).

pv33 commented 1 month ago

Done. This calibration mask works. It is stored in HDF5 calibration file. Moving to a black work mat removed need for a slider bar.