|
| void | hmap::add_kernel (Array &array, const Array &kernel, int i, int j) |
| | Add a kernel to a specified position in an array.
|
| |
| void | hmap::add_kernel_maximum_smooth (Array &array, const Array &kernel, float k_smooth, int i, int j) |
| | Adds a smoothed maximum value from a kernel to a specified position in a 2D array.
|
| |
| Array | hmap::hstack (const Array &array1, const Array &array2) |
| | Horizontally stack two arrays side by side.
|
| |
| void | hmap::swap (Array &a, Array &b) |
| | Swaps the contents of two Array objects.
|
| |
| Array | hmap::vstack (const Array &array1, const Array &array2) |
| | Vertically stack two arrays.
|
| |