Submodule: overlay¶
Time_Stamp¶
Scale_Bar¶
-
class
flika.process.overlay.
Scale_Bar
¶ scale_bar(width_microns, width_pixels, font_size, color, background, location, show=True)
Parameters: - width_microns (float) – width in microns
- width_pixels (float) – width in pixels
- font_size (int) – size of the font
- color (string) – [‘Black’, White’]
- background (string) – [‘Black’,’White’, ‘None’]
- location (string) – [‘Lower Right’,’Lower Left’,’Top Right’,’Top Left’]
- show (bool) – controls whether the Scale_bar is displayed or not