I am having a object of image declared as Mat img now how to get the address of zeroth row and zeroth column
in what datatype it will be? how many bytes it takes to store value in one single cell of matrix?
1 | initial version |
I am having a object of image declared as Mat img now how to get the address of zeroth row and zeroth column
in what datatype it will be? how many bytes it takes to store value in one single cell of matrix?
2 | No.2 Revision |
I am having a object of image declared as Mat img
img;
now how to get the address of zeroth row and zeroth column in memory
in what datatype it will be? how many bytes it takes to store value in one single cell of matrix?