↓ 13 callersFunctionexport_coco_json(all_annotations, class_mapping, image_paths, slices, image_slices, output_dir, json_filename=None)
src/digitalsreeni_image_annotator/io/export_formats.py:29
↓ 6 callersFunctionclamp_segmentationClamp every vertex of a flat ``[x1, y1, x2, y2, ...]`` polygon into the image rectangle ``[0, width] x [0, height]``. Per-coordinate clamping
src/digitalsreeni_image_annotator/utils.py:55