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
I have a Numpy array in np.float16 format, from a greyscale image, with dimensions of HEIGHT and WIDTH
I am trying to scale it with ConvertTo and output it in 8 bit unsigned integer
expected behaviour is returning TargetGpuMat successfully
Actual behaviour
actual behaviour is an error code: cv2.error: Unknown C++ exception from OpenCV code
Steps to reproduce
example code : provided above
operating system : latest Windows 11
architecture : x64
opencv-python version : Cudawarped 4.10.0.84 version
The issue is related to the build scripts in this repository, to the pre-built binaries or is a feature request (such as "please enable this additional dependency")
I'm using the latest version of opencv-python
The text was updated successfully, but these errors were encountered:
Expected behaviour
I am using CUDA
I have a Numpy array in np.float16 format, from a greyscale image, with dimensions of HEIGHT and WIDTH
I am trying to scale it with ConvertTo and output it in 8 bit unsigned integer
expected behaviour is returning TargetGpuMat successfully
Actual behaviour
actual behaviour is an error code:
cv2.error: Unknown C++ exception from OpenCV code
Steps to reproduce
example code : provided above
operating system : latest Windows 11
architecture : x64
opencv-python version : Cudawarped 4.10.0.84 version
The issue is related to the build scripts in this repository, to the pre-built binaries or is a feature request (such as "please enable this additional dependency")
I'm using the latest version of
opencv-python
The text was updated successfully, but these errors were encountered: