Method | Description | |
---|---|---|
Go ( |
SGI compiler bug: can't make this a template function with an unused last argument for the template parameter
|
|
brushfire_1 ( Floatarray &distance, Narray |
Brushfire transformation using 1-norm.
|
|
brushfire_2 ( Floatarray &distance, Narray |
Brushfire transformation using 2-norm.
|
|
brushfire_inf ( Floatarray &distance, Narray |
Brushfire transformation using infinity-norm.
|
public static Go ( |
||
m | ||
distance | Floatarray | |
source | Narray |
|
maxdist | float | |
return | void |
public static brushfire_1 ( Floatarray &distance, Narray |
||
distance | Floatarray | |
source | Narray |
|
maxdist | float | |
return | void |
public static brushfire_2 ( Floatarray &distance, Narray |
||
distance | Floatarray | |
source | Narray |
|
maxdist | float | |
return | void |
public static brushfire_inf ( Floatarray &distance, Narray |
||
distance | Floatarray | |
source | Narray |
|
maxdist | float | |
return | void |