CLI marker-locator

Locate Markers in image.

usage: marker-locator [-h] [--order [ORDER ...]] [--kernel-size KERNEL_SIZE]
                      [--scale-factor SCALE_FACTOR] [-o OUTPUT]
                      [--output-image OUTPUT_IMAGE]
                      image

Positional Arguments

image

Image on which to locate markers. Or folder with images.

Named Arguments

--order

Order of Markers to locate.

Default: [5]

--kernel-size

Kernel size to use for marker location

Default: 55

--scale-factor

Scale factor to scale image by.

Default: 1000

-o, --output

Location to save csv file with marker location for each image.

--output-image

Location to save image with markers drawn on. Good for debugging.