|
HighMap library (C++)
|
Namespaces | |
| namespace | hmap |
Functions | |
| template<typename T > | |
| void | hmap::convert_mat_to_array (const cv::Mat &mat, Array &array, bool flip_j) |
| Array | hmap::cv_mat_to_array (const cv::Mat &mat, bool remap_values=true, bool flip_j=false) |
Converts an OpenCV cv::Mat to a 2D Array with optional value scaling to [0, 1]. | |