mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
8a4a1bb018
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 |
||
---|---|---|
.. | ||
doc | ||
include/opencv2 | ||
perf | ||
src | ||
test | ||
CMakeLists.txt |