mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
![]() 1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions |
||
---|---|---|
.. | ||
android | ||
cpp | ||
directx | ||
gpu | ||
java | ||
python2 | ||
tapi | ||
winrt | ||
CMakeLists.txt |