First time here? Check out the FAQ!
answered 2020-01-18 22:05:45 -0600
cv::multiply is not a cross product. It is an element-wise product.
You want to do
vec_cross_result = PQ.cross(PR);