_cachedCamera | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_camMatrix | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_camMatrixValues | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_distCoeffs | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_distCoeffsValues | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_imageHeight | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_imageWidth | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_scale | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_screenHeight | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_screenWidth | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
_translation | OpenCVForUnity.UnityUtils.Helper.ARCamera | protected |
Awake() | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedvirtual |
CalculateProjectionMatrixFromCameraMatrixValuesWithTranslationAndScale(float fx, float fy, float cx, float cy, float width, float height, float near, float far, Vector2 translation, Vector2 scale, float screenWidth, float screenHeight) | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedvirtual |
CamMatrixValues | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
CAMMATRIXVALUES_MAX_SIZE | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedstatic |
CAMMATRIXVALUES_MIN_SIZE | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedstatic |
CopyCamMatrixToCamMatrixValues(Mat camMatrix) | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedvirtual |
CopyDistCoeffsToDistCoeffsValues(MatOfDouble distCoeffs) | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedvirtual |
Dispose() | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
DistCoeffsValues | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
DISTCOEFFSVALUES_MAX_SIZE | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedstatic |
DISTCOEFFSVALUES_MIN_SIZE | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedstatic |
GetCamMatrix() | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
GetDistCoeffs() | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
ImageHeight | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
ImageWidth | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
Initialize() | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
OnDestroy() | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedvirtual |
OnValidate() | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedvirtual |
Scale | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
ScreenHeight | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
ScreenWidth | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
SetARCameraParameters(int screenWidth, int screenHeight, int imageWidth, int imageHeight, Vector2 translation, Vector2 scale, double[] camMatrixValues=null, double[] distCoeffsValues=null) | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
SetCamMatrix(Mat camMatrix) | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
SetCamMatrixValuesFromImageSize() | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
SetDistCoeffs(MatOfDouble distCoeffs) | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
Translation | OpenCVForUnity.UnityUtils.Helper.ARCamera | |
UpdateProjectionMatrix() | OpenCVForUnity.UnityUtils.Helper.ARCamera | virtual |
ValidateArraySize(double[] array, int maxSize) | OpenCVForUnity.UnityUtils.Helper.ARCamera | protectedvirtual |