pierrepo / MalariaSmearSearch

Blood smears database for malaria diagnosis :microscope:
GNU General Public License v3.0
1 stars 0 forks source link

Fix the anno load #92

Closed nanls closed 7 years ago

nanls commented 7 years ago

Fix #47

It use to have a problem when the image was loaded after the annotations because the load image function called the annotation initialization with an empty data var.

Now, data is a global var that is set by the load data function and directly used by the annotation initialization function when both the image and the data are loaded.