Documentation of 'boofcv.alg.geo.PositiveDepthConstraintCheck' Java class
PositiveDepthConstraintCheck
boofcv.alg.geo

Class PositiveDepthConstraintCheck



  • public class PositiveDepthConstraintCheck
    extends java.lang.Object

    Given two views of the same point and a known 3D transform checks to see if the point is in front of both cameras. This is the positive depth constraint. A class is provided instead of a function to reduce computational overhead each time the function is called. Memory only needs to be declared once. Also less chance of messing up and only checking one view instead of two views if you use this class.

    COORDINATE SYSTEM: Right handed coordinate system with +z is pointing along the camera's optical axis,

    • Constructor Detail

      • PositiveDepthConstraintCheck

        public PositiveDepthConstraintCheck()
    • Method Detail

      • checkConstraint

        public boolean checkConstraint(Point2D_F64 viewA,
                                       Point2D_F64 viewB,
                                       Se3_F64 fromAtoB)
        Checks to see if a single point meets the constraint.
        Parameters:
        viewA - View of the 3D point from the first camera. Calibrated coordinates.
        viewB - View of the 3D point from the second camera. Calibrated coordinates.
        fromAtoB - Transform from the B to A camera frame.
        Returns:
        If the triangulated point appears in front of both cameras.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.