1 | initial version |
There are 3 methods , to access MAT elements 1-Pointer method (effecint in time , but risky in handling piointers errors) 2-Iterator method 3-On the fly method also there is LUT which give best time because Opencv optmization for multithreading and multicore you can find examples for every method in the following link and h
2 | No.2 Revision |
There are 3 methods , to access MAT elements
1-Pointer method (effecint in time , but risky in handling piointers errors)
2-Iterator