OpenCV Mats of Type Float and Matrix Multiplication

286 views Asked by At

In OpenCV, why are the types for matrix multiplication (gemm, not mul) restricted to floats (CV_32FC1, CV_64FC1, etc.)? Are there other ways to perform matrix multiplication with other types in OpenCV?

0

There are 0 answers