Opencv4Android: are the opencv calls running on gpu or cpu?
I am using opencv4Android under Android right now. Yet my findContours is really slow, 70~100ms. Does the opencv calls already taking advantage of gpu if the device has one?
What options I have to make my opencv calls run faster?