HomeSort by relevance Sort by last modified time
    Searched refs:rotation_matrix (Results 1 - 6 of 6) sorted by null

  /external/libxcam/xcore/
image_projector.cpp 261 Mat3d extrinsics = quat.rotation_matrix ();
308 Mat3d extrinsics = quat.rotation_matrix ();
vec_mat.h 1166 inline Mat3d rotation_matrix () { function in class:XCam::Quaternion
    [all...]
  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 36 def rotation_matrix(rotation): function
194 r = rotation_matrix(ref_rotation)
  /external/opencv/cv/include/
cvcompat.h 690 /* Converts rotation_matrix matrix to rotation_matrix vector or vice versa */
691 CV_INLINE void cvRodrigues( CvMat* rotation_matrix, CvMat* rotation_vector,
695 cvRodrigues2( rotation_vector, rotation_matrix, jacobian );
697 cvRodrigues2( rotation_matrix, rotation_vector, jacobian );
743 CvMat rotation_matrix = cvMat( 3, 3, CV_64FC1, _rotation_matrix ); local
748 cvProjectPoints2( &object_points, &rotation_matrix, &translation_vector,
    [all...]
cv.h 282 /* Computes rotation_matrix matrix */
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
image.py 92 rotation_matrix = np.array([[np.cos(theta), -np.sin(theta), 0],
96 transform_matrix = transform_matrix_offset_center(rotation_matrix, h, w)
724 rotation_matrix = np.array([[np.cos(theta), -np.sin(theta), 0],
727 transform_matrix = rotation_matrix
    [all...]

Completed in 3855 milliseconds