mirror of
https://github.com/opencv/opencv.git
synced 2024-12-01 06:49:50 +08:00
updated README.md formatting
This commit is contained in:
parent
2a0e357cd0
commit
569e8006e3
@ -331,7 +331,6 @@ mat.isClass();
|
||||
mat.className();
|
||||
mat.real();
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user