You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome project (and of course the OpenCV package for gradle)! This really saved me so much trouble. I can convert my images to Mats, but when I try to use the clipping, then for
val yuv = YuvImage(image).clip(left=20, top=20, right=40, bottom=40)
I get a compile error saying
Expression 'YuvImage' of type 'YuvImage.Factory' cannot be invoked as a function. The function 'invoke()' is not found
Thanks for this awesome project (and of course the OpenCV package for gradle)! This really saved me so much trouble. I can convert my images to Mats, but when I try to use the clipping, then for
val yuv = YuvImage(image).clip(left=20, top=20, right=40, bottom=40)
I get a compile error saying
Expression 'YuvImage' of type 'YuvImage.Factory' cannot be invoked as a function. The function 'invoke()' is not found
My versions:
Do you have an idea what happens there?
The text was updated successfully, but these errors were encountered: