|
| Array | hmap::gpu::border (const Array &array, int ir) |
| | See hmap::border.
|
| |
| Array | hmap::gpu::closing (const Array &array, int ir) |
| | See hmap::closing.
|
| |
| Array | hmap::gpu::closing_by_reconstruction (const Array &array, int ir, float k_smooth_max=0.f) |
| | See hmap::closing_by_reconstruction.
|
| |
| Array | hmap::gpu::contour_smoothing (const Array &array, int ir, float transition_ratio=0.1f) |
| | See hmap::contour_smoothing.
|
| |
| Array | hmap::gpu::dilation (const Array &array, int ir) |
| | See hmap::dilation.
|
| |
| Array | hmap::gpu::dilation_expand_border_only (const Array &array, int ir) |
| | See hmap::dilation_expand_border_only.
|
| |
| Array | hmap::gpu::erosion (const Array &array, int ir) |
| | See hmap::erosion.
|
| |
| Array | hmap::gpu::morphological_black_hat (const Array &array, int ir) |
| | See hmap::morphological_black_hat.
|
| |
| Array | hmap::gpu::morphological_gradient (const Array &array, int ir) |
| | See hmap::morphological_gradient.
|
| |
| Array | hmap::gpu::morphological_laplacian (const Array &array, int ir) |
| | See hmap::morphological_laplacian.
|
| |
| Array | hmap::gpu::morphological_top_hat (const Array &array, int ir) |
| | See hmap::morphological_top_hat.
|
| |
| Array | hmap::gpu::opening (const Array &array, int ir) |
| | See hmap::opening.
|
| |
| Array | hmap::gpu::opening_by_reconstruction (const Array &array, int ir, float k_smooth_min=0.f) |
| | See hmap::opening_by_reconstruction.
|
| |
| Array | hmap::gpu::reconstruction_by_dilation (const Array &marker, const Array &mask, int ir, float k_smooth_min=0.f) |
| | See hmap::reconstruction_by_dilation.
|
| |
| Array | hmap::gpu::reconstruction_by_erosion (const Array &marker, const Array &mask, int ir, float k_smooth_max=0.f) |
| | See hmap::reconstruction_by_erosion.
|
| |
| Array | hmap::gpu::relative_distance_from_skeleton (const Array &array, int ir_search, bool zero_at_borders=true, int ir_erosion=1) |
| | See hmap::relative_distance_from_skeleton.
|
| |
| Array | hmap::gpu::skeleton (const Array &array, bool zero_at_borders=true) |
| | See hmap::skeleton.
|
| |