Код C++
Код: Выделить всё
std::vector imgpnts { { 1095.5f, 1013.f },
{ 2382.f , 983.f },
{ 2813.f , 1079.f },
};
std::vector objpnts { { -2.74f , -2.822f , 58.028999f },
{ 2.4030001f, -3.0179999f, 60.153f },
{ 2.438f , -3.029f , 29.926001f },
};
cv::Mat matrix = ( cv::Mat_( 3, 3 )
Подробнее здесь: [url]https://stackoverflow.com/questions/75970602/different-results-in-c-and-python-opencv-code[/url]