Closed nepstad closed 2 months ago
Image size from the model is looked up for every ROI call, instead of once in the init function. Profiling indicates that this takes a significant amount of time. Move the lookup to the class init function to resolve.
Image size from the model is looked up for every ROI call, instead of once in the init function. Profiling indicates that this takes a significant amount of time. Move the lookup to the class init function to resolve.