|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
This is the complete list of members for OpenCVForUnity.UnityUtils.ARUtils, including all inherited members.
| CalculateDistance(float frustumSize, float fov) | OpenCVForUnity.UnityUtils.ARUtils | static |
| CalculateFOVAngle(float frustumSize, float distance) | OpenCVForUnity.UnityUtils.ARUtils | static |
| CalculateFrustumSize(float distance, float fov) | OpenCVForUnity.UnityUtils.ARUtils | static |
| CalculateProjectionMatrixFromCameraMatrixValues(float fx, float fy, float cx, float cy, float width, float height, float near, float far) | OpenCVForUnity.UnityUtils.ARUtils | static |
| CameraMatrixValuesFromCalculateProjectionMatrix(Matrix4x4 projectionMatrix, float width, float height, float fovV) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ComposeMatrix(Vector3 localPosition, Quaternion localRotation, Vector3 localScale, out Matrix4x4 matrix) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ConvertMatrixToPoseData(ref Matrix4x4 matrix) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ConvertPoseDataToMatrix(ref PoseData poseData, bool toLeftHandCoordinateSystem=false) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ConvertRvecToRot(IList< double > rvec) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ConvertRvecTvecToPoseData(IList< double > rvec, IList< double > tvec) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ConvertTvecToPos(IList< double > tvec) | OpenCVForUnity.UnityUtils.ARUtils | static |
| CreatePoseDataDict(IList< int > ids, IList< double > rvecs, IList< double > tvecs) | OpenCVForUnity.UnityUtils.ARUtils | static |
| DecomposeMatrix(ref Matrix4x4 matrix, out Vector3 localPosition, out Quaternion localRotation, out Vector3 localScale) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ExtractRotationFromMatrix(ref Matrix4x4 matrix) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ExtractScaleFromMatrix(ref Matrix4x4 matrix) | OpenCVForUnity.UnityUtils.ARUtils | static |
| ExtractTranslationFromMatrix(ref Matrix4x4 matrix) | OpenCVForUnity.UnityUtils.ARUtils | static |
| LowpassPoseData(ref PoseData oldPose, ref PoseData newPose, float posThreshold, float rotThreshold) | OpenCVForUnity.UnityUtils.ARUtils | static |
| LowpassPoseDataDict(Dictionary< int, PoseData > oldDict, Dictionary< int, PoseData > newDict, float posThreshold, float rotThreshold) | OpenCVForUnity.UnityUtils.ARUtils | static |
| SetTransformFromMatrix(Transform transform, ref Matrix4x4 matrix) | OpenCVForUnity.UnityUtils.ARUtils | static |