mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 08:19:52 +08:00
updated README.md formatting
This commit is contained in:
parent
2a0e357cd0
commit
569e8006e3
@ -331,7 +331,6 @@ mat.isClass();
|
|||||||
mat.className();
|
mat.className();
|
||||||
mat.real();
|
mat.real();
|
||||||
mat.imag();
|
mat.imag();
|
||||||
etc…
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The MxArray object uses scoped memory management. If you wish to pass an MxArray back to Matlab (as a lhs pointer), you need to explicitly release ownership of the array so that it is not destroyed when it leaves scope:
|
The MxArray object uses scoped memory management. If you wish to pass an MxArray back to Matlab (as a lhs pointer), you need to explicitly release ownership of the array so that it is not destroyed when it leaves scope:
|
||||||
|
Loading…
Reference in New Issue
Block a user