OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.UnityUtils.ARUtils Member List

This is the complete list of members for OpenCVForUnity.UnityUtils.ARUtils, including all inherited members.

CalculateDistance(float frustumSize, float fov)OpenCVForUnity.UnityUtils.ARUtilsstatic
CalculateFOVAngle(float frustumSize, float distance)OpenCVForUnity.UnityUtils.ARUtilsstatic
CalculateFrustumSize(float distance, float fov)OpenCVForUnity.UnityUtils.ARUtilsstatic
CalculateProjectionMatrixFromCameraMatrixValues(float fx, float fy, float cx, float cy, float width, float height, float near, float far)OpenCVForUnity.UnityUtils.ARUtilsstatic
CameraMatrixValuesFromCalculateProjectionMatrix(Matrix4x4 projectionMatrix, float width, float height, float fovV)OpenCVForUnity.UnityUtils.ARUtilsstatic
ComposeMatrix(Vector3 localPosition, Quaternion localRotation, Vector3 localScale, out Matrix4x4 matrix)OpenCVForUnity.UnityUtils.ARUtilsstatic
ConvertMatrixToPoseData(ref Matrix4x4 matrix)OpenCVForUnity.UnityUtils.ARUtilsstatic
ConvertPoseDataToMatrix(ref PoseData poseData, bool toLeftHandCoordinateSystem=false)OpenCVForUnity.UnityUtils.ARUtilsstatic
ConvertRvecToRot(IList< double > rvec)OpenCVForUnity.UnityUtils.ARUtilsstatic
ConvertRvecTvecToPoseData(IList< double > rvec, IList< double > tvec)OpenCVForUnity.UnityUtils.ARUtilsstatic
ConvertTvecToPos(IList< double > tvec)OpenCVForUnity.UnityUtils.ARUtilsstatic
CreatePoseDataDict(IList< int > ids, IList< double > rvecs, IList< double > tvecs)OpenCVForUnity.UnityUtils.ARUtilsstatic
DecomposeMatrix(ref Matrix4x4 matrix, out Vector3 localPosition, out Quaternion localRotation, out Vector3 localScale)OpenCVForUnity.UnityUtils.ARUtilsstatic
ExtractRotationFromMatrix(ref Matrix4x4 matrix)OpenCVForUnity.UnityUtils.ARUtilsstatic
ExtractScaleFromMatrix(ref Matrix4x4 matrix)OpenCVForUnity.UnityUtils.ARUtilsstatic
ExtractTranslationFromMatrix(ref Matrix4x4 matrix)OpenCVForUnity.UnityUtils.ARUtilsstatic
LowpassPoseData(ref PoseData oldPose, ref PoseData newPose, float posThreshold, float rotThreshold)OpenCVForUnity.UnityUtils.ARUtilsstatic
LowpassPoseDataDict(Dictionary< int, PoseData > oldDict, Dictionary< int, PoseData > newDict, float posThreshold, float rotThreshold)OpenCVForUnity.UnityUtils.ARUtilsstatic
SetTransformFromMatrix(Transform transform, ref Matrix4x4 matrix)OpenCVForUnity.UnityUtils.ARUtilsstatic