Searched defs:rotate_matrix (Results 1 – 2 of 2) sorted by relevance
106 rotate_matrix(float angle, float x, float y, float z, float *r) in rotate_matrix() function
657 cv::Mat rotate_matrix = cv::getRotationMatrix2D(center, angle, 1.0); in TEST_F() local