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

Kernels to (re)map thin channels, branching structure, and single outflow directions. More...

Go to the source code of this file.

Functions

__kernel void count_downchannels (__global const float2 *seed_point_array, __global const bool *mask_array, __global const float2 *uv_array, __global uint *mapping_array, __global uint *count_array, __global uint *link_array)
 REVISE? Integrate downstream from all channel heads until either a masked boundary pixel is reached or until a channel pixel with a non-zero count is reached. More...
 
__kernel void link_hillslopes (__global const float2 *seed_point_array, __global const bool *mask_array, __global const float2 *uv_array, __global uint *mapping_array, __global uint *count_array, __global uint *link_array)
 TBD. More...
 

Detailed Description

Kernels to (re)map thin channels, branching structure, and single outflow directions.

Author
CPS
Bug:
No known bugs

Definition in file countlink.cl.