HighMap library (C++)
Loading...
Searching...
No Matches
array.hpp File Reference

Declaration of the Array class for 2D floating-point arrays with various mathematical operations and utilities. More...

Go to the source code of this file.

Classes

class  hmap::Array
 Array class, helper to manipulate 2D float array with "(i, j)" indexing. More...
 

Namespaces

namespace  hmap
 

Typedefs

typedef unsigned int uint
 

Functions

Array hmap::cv_mat_to_array (const cv::Mat &mat, bool remap_values=true)
 Converts an OpenCV cv::Mat to a 2D Array with optional value scaling to [0, 1].
 

Detailed Description

Declaration of the Array class for 2D floating-point arrays with various mathematical operations and utilities.

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)

Typedef Documentation

◆ uint

typedef unsigned int uint