slm: OpenCL code base
0.1
|
Kernel to measure distances from midslope to thin channel pixels aka hillslope length. More...
Go to the source code of this file.
Functions | |
__kernel void | hillslope_lengths (__global const float2 *seed_point_array, __global const bool *mask_array, __global const float2 *uv_array, __global const uint *mapping_array, __global const uint *label_array, __global float *traj_length_array) |
TBD. More... | |
Kernel to measure distances from midslope to thin channel pixels aka hillslope length.
Definition in file lengths.cl.