CellTrackingChallenge / CTC-FijiPlugins

[OBSOLETE] A collection of plugins related to the cell/nucleus tracking, motivated by the Cell Tracking Challenge.
http://www.celltrackingchallenge.net/
10 stars 5 forks source link

calculate only neccessary stuff in ImgQualityDataCache #3

Closed xulman closed 7 years ago

xulman commented 7 years ago

Introduce a control inner-class that holds "request list" of features to be calculated (based on the GUI checkboxes) during calculate(). The client classes (e.g., SNR, CR...) have to check for proper data availability.

Server/GUI will initially create a fake/emtpy cache which it sets up with proper "request list". The client classes has to forward this "request list" if they get some suggested cache.

xulman commented 7 years ago

This has been covered in the commit 92704b5fe03b0d9bf68ec50d2840b66d8edb8734 .