From bdc350f8506b16540a1df390d5329c7625759ad5 Mon Sep 17 00:00:00 2001 From: Chih-Wei Chang Date: Mon, 16 Feb 2015 17:10:14 +0800 Subject: [PATCH] Add README for mat64. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3690c01..c3ac448 100644 --- a/README.md +++ b/README.md @@ -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). +*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 ### OpenCV2's initCameraMatrix2D