Add README for mat64.
This commit is contained in:
parent
15a1472425
commit
bdc350f850
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ If you want to use CV2's API, please refer to the code under `gocv/` directory.
|
||||||
|
|
||||||
Please also note that the basic data structures in OpenCV (e.g., `cv::Mat`, `cv::Point3f`) are wrapped partially for now. For more detail on how to use these types, please refer to [GoCV's README](gocv/README.md).
|
Please also note that the basic data structures in OpenCV (e.g., `cv::Mat`, `cv::Point3f`) are wrapped partially for now. For more detail on how to use these types, please refer to [GoCV's README](gocv/README.md).
|
||||||
|
|
||||||
|
*Requirement*: we will build the wrappers based on [mat64](https://godoc.org/github.com/gonum/matrix/mat64), given it is much easier to manipulate the underlaying data. In most case, it is not necessary to access the original CV data, e.g., `cv::Mat` can be converted from/to `*mat64.Dense`.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
### OpenCV2's initCameraMatrix2D
|
### OpenCV2's initCameraMatrix2D
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue