Ask Your Question

MilevaMaric's profile - activity

2016-05-20 03:33:50 -0600 commented question How access to UMat pixel by pixel without getMat?

Thanks Berak but What is the minimum data access offered by UMat? I mean , If i need read a pixel value in a iteration , I must convert the 'UMat' to a 'Mat' many times and this (I guess) produces many overhead. If I convert the 'UMat' to a 'Mat' before the iteration I won't use GPU and I will lose perfomance. That is my dilemma.

Anyway there is any guide to use UMat/GPU beyond the OpenCV's Doxygen Documentation?

Thanks!!

2016-05-18 00:26:27 -0600 asked a question How access to UMat pixel by pixel without getMat?

Hi to everyone! I want to ask how I can access to UMat information pixel by pixel without using getMat. Thanks!