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 |
||
|---|---|---|
| .. | ||
| ocl | ||
| test_brisk.cpp | ||
| test_descriptors_regression.cpp | ||
| test_detectors_regression.cpp | ||
| test_fast.cpp | ||
| test_keypoints.cpp | ||
| test_main.cpp | ||
| test_matchers_algorithmic.cpp | ||
| test_mser.cpp | ||
| test_nearestneighbors.cpp | ||
| test_orb.cpp | ||
| test_precomp.hpp | ||
| test_rotation_and_scale_invariance.cpp | ||