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

Namespaces

namespace  hmap
 
namespace  hmap::gpu
 

Functions

Array hmap::gpu::local_aspect_variance (const Array &array, int ir)
 Compute the average local aspect variance of an array.
 
Array hmap::gpu::local_max (const Array &array, int ir)
 Compute the local maximum using a disk kernel.
 
Array hmap::gpu::local_mean (const Array &array, int ir)
 See hmap::local_mean.
 
Array hmap::gpu::local_min (const Array &array, int ir)
 Compute the local minimum using a disk kernel.
 
Array hmap::gpu::local_median_deviation (const Array &array, int ir)
 See hmap::local_median_deviation.
 
Array hmap::gpu::local_relief (const Array &array, int ir)
 Compute the local relief of an array.
 
Array hmap::gpu::local_skewness (const Array &array, int ir)
 
Array hmap::gpu::local_variance (const Array &array, int ir)
 Compute the average local variance of an array.
 
Array hmap::gpu::local_z_score (const Array &array, int ir)
 Compute the local z-score of an array.
 
Array hmap::gpu::relative_elevation (const Array &array, int ir)
 See hmap::relative_elevation.
 
Array hmap::gpu::relative_elevation_square_kernel (const Array &array, int ir)
 See hmap::relative_elevation.
 
Array hmap::gpu::ruggedness (const Array &array, int ir)
 See hmap::ruggedness.
 
Array hmap::gpu::rugosity (const Array &z, int ir, bool convex=true)
 See hmap::rugosity.
 
Array hmap::gpu::topographic_position_index (const Array &array, int ir)
 Compute the Topographic Position Index (TPI).