Re-exports§
pub use file_util::get_test_folder;
pub use main_loop::MainEventLoop;
Modules§
- cfg
- control
- file_
util - history
- httpserver
- image_
util - main_
loop - menu
- result
- test_
helpers - tools
- tracing_
setup - view
- world
Macros§
- annotations_
accessor_ mut - apply_
tool_ method_ mut - defer
- defer_
file_ removal - defer_
folder_ removal - get_
annos_ from_ tdm - get_
labelinfo_ from_ tdm - get_
specifics_ from_ tdm - implement_
annotate - implement_
annotations_ getters - instance_
annotations_ accessor - make_
tool_ transform - measure_
time - p_to_rv
- time_
scope - tools_
data_ accessors - tools_
data_ accessors_ objects - toolsdata_
by_ name - world_
annotations_ accessor
Structs§
- Bbox
Annotation - Brush
Annotation - Brush
Line - Defer
- Events
- Last
Sensed Btns - Line
- Meta
Data - Polygon
- Rot90
Tool Data - Stroke
- Tools
Data Map - Update
View
Enums§
- Annotation
- Event
- GeoFig
- Instance
Label Display - Small little labels to be displayed in a box below instance annotations
- KeyCode
- Zoom
Amount
Traits§
Functions§
- bresenham_
iter - color_
with_ intensity - map_key
- map_
key_ events - map_
mouse_ events - read_
coco - Import annotations in Coco format. Any orientations changes applied with the rotation tool to images that have annotations in the Coco file are applied to the annotations before importing. We expect, that the Coco file contains the annotations relative to the image as it is found in memory ignoring any meta-data.
- to_
per_ file_ crowd - write_
coco - Serialize annotations in Coco format. Any orientations changes applied with the rotation tool are reverted, since the rotation tool does not change the image file. Hence, the Coco file contains the annotation relative to the image as it is found in memory ignoring any meta-data.