Skip to content

Commit 1e9a603

Browse files
committed
feat: add limitation in readme
1 parent e5086cd commit 1e9a603

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The code in this repository create a simple binding, function in c++ are impleme
1313
└── ...
1414
```
1515

16-
There is 3 way to build the project, more information can be found on pybin11 website [here](https://pybind11.readthedocs.io/en/stable/compiling.html#build-systems) :
16+
There is 3 way to build the project, more information can be found on pybind11 website [here](https://pybind11.readthedocs.io/en/stable/compiling.html#build-systems) :
1717
1. build with cmake : the basic, compiled library will be generated in build folder
1818
2. build with setup.py and cmake : install your module in python and dependency are managed by cmake/vcpkg (opencv and pybind11)
1919
3. build with setup.py and setuptools : install your module in python and dependency are managed by python package (opencv and pybind11) *** Soon ***
@@ -94,3 +94,8 @@ Tests use the binding module generate by cmake.
9494
```bash
9595
python -m pytest
9696
```
97+
98+
99+
## Limitation
100+
101+
Currently, the conversion between cv::Mat and Numpy.ndarray is done by copy.

0 commit comments

Comments
 (0)