Uses of Class
com.irurueta.ar.sfm.EstimatedCamera
Packages that use EstimatedCamera
Package
Description
This package contains classes related to Structure From Motion
techniques in order to obtain 3D reconstructed data from matched points
obtained when a camera moves
-
Uses of EstimatedCamera in com.irurueta.ar.sfm
Fields in com.irurueta.ar.sfm declared as EstimatedCameraModifier and TypeFieldDescriptionprivate EstimatedCamera[]MatchedSamples.camerasCameras associated to the views of each of the matched points.protected EstimatedCameraBasePairedViewsSparseReconstructor.currentEuclideanEstimatedCameraCurrent estimated camera in euclidean stratum (i.e. with actual scale).protected EstimatedCameraBaseSparseReconstructor.currentEuclideanEstimatedCameraCurrent estimated camera in euclidean stratum (i.e. with actual scale).protected EstimatedCameraBasePairedViewsSparseReconstructor.currentMetricEstimatedCameraCurrent estimated camera in a metric stratum (i.e. up to scale).protected EstimatedCameraBaseSparseReconstructor.currentMetricEstimatedCameraCurrent estimated camera in a metric stratum (i.e. up to scale).protected EstimatedCameraBaseTwoViewsSparseReconstructor.estimatedCamera1Estimated first camera.protected EstimatedCameraBaseTwoViewsSparseReconstructor.estimatedCamera2Estimated second camera.protected EstimatedCameraBasePairedViewsSparseReconstructor.previousEuclideanEstimatedCameraPrevious estimated camera in Euclidean stratum (i.e. with actual scale).protected EstimatedCameraBaseSparseReconstructor.previousEuclideanEstimatedCameraPrevious estimated camera in Euclidean stratum (i.e. with actual scale).protected EstimatedCameraBasePairedViewsSparseReconstructor.previousMetricEstimatedCameraPrevious estimated camera in a metric stratum (i.e. up to scale).protected EstimatedCameraBaseSparseReconstructor.previousMetricEstimatedCameraPrevious estimated camera in a metric stratum (i.e. up to scale).Methods in com.irurueta.ar.sfm that return EstimatedCameraModifier and TypeMethodDescriptionMatchedSamples.getCameras()Gets cameras associated to the views of each of the matched points.BasePairedViewsSparseReconstructor.getCurrentEuclideanEstimatedCamera()Gets estimated euclidean camera for current view (i.e. with actual scale).BaseSparseReconstructor.getCurrentEuclideanEstimatedCamera()Gets estimated euclidean camera for current view (i.e. with actual scale).protected EstimatedCameraBasePairedViewsSparseReconstructor.getCurrentMetricEstimatedCamera()Gets estimated metric camera for current view (i.e. up to scale).BaseSparseReconstructor.getCurrentMetricEstimatedCamera()Gets estimated metric camera for current view (i.e. up to scale).BaseTwoViewsSparseReconstructor.getEstimatedCamera1()Gets estimated first camera.BaseTwoViewsSparseReconstructor.getEstimatedCamera2()Gets estimated second camera.BasePairedViewsSparseReconstructor.getPreviousEuclideanEstimatedCamera()Gets estimated Euclidean camera for previous view (i.e. with actual scale).BaseSparseReconstructor.getPreviousEuclideanEstimatedCamera()Gets estimated Euclidean camera for previous view (i.e. with actual scale).protected EstimatedCameraBasePairedViewsSparseReconstructor.getPreviousMetricEstimatedCamera()Gets estimated camera for previous view (i.e. up to scale).BaseSparseReconstructor.getPreviousMetricEstimatedCamera()Gets estimated camera for previous view (i.e. up to scale).Methods in com.irurueta.ar.sfm with parameters of type EstimatedCameraModifier and TypeMethodDescriptiondoublePairedViewsSparseReconstructorListener.onBaselineRequested(PairedViewsSparseReconstructor reconstructor, int viewId1, int viewId2, EstimatedCamera metricCamera1, EstimatedCamera metricCamera2) Requests baseline for the provided pair of views so that actual scale can be estimated to obtain cameras and reconstructed points in an Euclidean space (up to certain rotation and translation).voidBaseTwoViewsSparseReconstructorListener.onCamerasEstimated(R reconstructor, int viewId1, int viewId2, EstimatedCamera camera1, EstimatedCamera camera2) Notifies when cameras for provided matched pair of views have been estimated.voidBaseSparseReconstructorListener.onEuclideanCameraEstimated(R reconstructor, int previousViewId, int currentViewId, double scale, EstimatedCamera previousCamera, EstimatedCamera currentCamera) Called when cameras for provided matched pair of views have been estimated in an Euclidean stratum (when possible and up to a certain accuracy).voidBasePairedViewsSparseReconstructorListener.onEuclideanCameraPairEstimated(R reconstructor, int viewId1, int viewId2, double scale, EstimatedCamera camera1, EstimatedCamera camera2) Called when cameras for provided matched pair of views have been estimated in an Euclidean stratum (up to certain translation and rotation).voidBaseSparseReconstructorListener.onMetricCameraEstimated(R reconstructor, int previousViewId, int currentViewId, EstimatedCamera previousCamera, EstimatedCamera currentCamera) Notifies when cameras for provided matched pair of views have been estimated.voidMatchedSamples.setCameras(EstimatedCamera[] cameras) Sets cameras associated to the views of each of the matched points.