Reference

Table of Contents  ▸  List of Commands  ▸  User Karo's CLI Utilities  ▸  karo_skeleton◀  karo_xcimg    |    karo_nlmeans  ▶

karo_skeleton

Arguments:

Description:

Execute use_skeleton (CImg demo) external.

For help execute in terminal shell "use_skeleton -help"
~~~
 use_skeleton: Compute the skeleton of a shape, using Hamilton-Jacobi equations (Aug 11 2021, 20:46:01)
 
Input/Output options
--------------------
    -i               img/milla.bmp            Input (black&white) image
    -median          0                        Apply median filter
    -inv             false                    Invert image values
    -o               0                        Output skeleton image
    -visu            true                     Display results
Skeleton computation parameters
-------------------------------
    -t               -0.3                     Threshold
    -curve           false                    Create medial curve
Torsello correction parameters
------------------------------
    -corr            false                    Torsello correction
    -dlt             1                        Discrete step
~~~

Example of use:

$ gmic sp car otsu 256 +karo_skeleton "-median,5,-inv,1"

Command: sp car otsu 256 +karo_skeleton "-median,5,-inv,1"
Command: sp car otsu 256 +karo_skeleton "-median,5,-inv,1"
Loading...