mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
a8a208e0fe
Add support for printing out cv::Complex. (#8208) * Add support for printing out cv::Complex. * Conform to the format of std::complex. * Remove extra spaces. * Remove extra spaces.