mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +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 |
||
---|---|---|
.. | ||
decolorization | ||
hdr_imaging | ||
non_photorealistic_rendering | ||
seamless_cloning |