slm: OpenCL code base  0.1
Functions
lengths.cl File Reference

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...
 

Detailed Description

Kernel to measure distances from midslope to thin channel pixels aka hillslope length.

Author
CPS
Bug:
No known bugs

Definition in file lengths.cl.