-
Adil Ibragimov authored
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
8a4a1bb0
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
opencl | ||
test_cascadeandhog.cpp | ||
test_main.cpp | ||
test_precomp.hpp |