Hello !
I have only recently started working with OpenCV.
How to make the conversion in the fastest way so that there is a minimum delay for conversion:
- Mat to TBitmap ?
- TBitmap to Mat ?
Graphics::TBitmap* BMP_TEST = new Graphics::TBitmap();
Mat frame;