softmatterlab / DeepTrack

MIT License
37 stars 13 forks source link

Made it so that the image_parameters in get_image_parameters hold on … #6

Closed aleide closed 5 years ago

aleide commented 5 years ago

…to the functions instead of the function's return values.

In the get_image_generator() function there is now a single assignment of get_image_parameters into a dictionary of lambda functions that are used to update the image parameters each iteration.