HI, All
How to convert custom object (say, MAT object of jOpenCV lib) to a bytes array for sending by B4XSerialization ?
@JordiCP, maybe do you know as the lib author ?
It's for speed optimization:
1) the video frame is pre-processed into the MAT
2) object examples in the vocabulary are also to be pre-processed into the MATs, and to be saved into a DB
3) And it's needed p.1 is to be passed to the p.2 by network.
How to convert custom object (say, MAT object of jOpenCV lib) to a bytes array for sending by B4XSerialization ?
@JordiCP, maybe do you know as the lib author ?
It's for speed optimization:
1) the video frame is pre-processed into the MAT
2) object examples in the vocabulary are also to be pre-processed into the MATs, and to be saved into a DB
3) And it's needed p.1 is to be passed to the p.2 by network.
Last edited: