Installing

If you have cargo installed: bash cargo install hough_circle_transform_for_cme

A pre-compiled binary is available at /target/release/houghse

Usage

```man USAGE: houghse [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information --overwrite Overwrite the output file, if it exists -V, --version Prints version information

OPTIONS: --generate-completions Generate shell completions (Defaults to /dev/stdout) --completion-path Path for the shell completion file generation -f, --format Format of the output circles is an image type output (does not work yet... does not support writing output to an image) -i, --input Image file to be searched -l, --limits Limits to be applied to the search: 1) radius constraints (upper radius limit, lower radius limit) (does not work yet...) 2) limit to the distance of multiple found circles (does not work yet...) -o, --output Image file to draw the circle to or a txt/npz/npy file to write the circle parameters to (does not work yet... prints to /dev/stdout) ```

Supported file types for input image tiff, jpeg, png

TODO

1) implement setting of a range of radii 2) output to image and npz/npy for numpy deserialization 3) finding local maxima based on the limits instead of global maximum in order to find more than one circle

a) A flag setting to change the needed significance of the local maxima