HighMap library (C++)
Loading...
Searching...
No Matches
morphology_gpu.cpp File Reference

Namespaces

namespace  hmap
 
namespace  hmap::gpu
 

Functions

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::dilation (const Array &array, int ir)
 See hmap::dilation.
 
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_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::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.