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
/*2. Compact matrix and vector types:
a. Using the cv::Mat33f and cv::Vec3f objects (respectively), create a 3 × 3
matrix and 3-row vector.
b. Can you multiply them together directly? If not, why not?
chage cv::Mat33f into cv::Matx33f ?
as we dont have Mat33f in opencv3……
The text was updated successfully, but these errors were encountered:
chage cv::Mat33f into cv::Matx33f ?
as we dont have Mat33f in opencv3……
The text was updated successfully, but these errors were encountered: