Interface MonocularPlaneVisualOdometry<T extends boofcv.struct.image.ImageBase<T>>

    • Method Detail

      • setCalibration

        void setCalibration​(boofcv.struct.calib.MonoPlaneParameters param)
        Specifies the camera's intrinsic and extrinsic parameters. Can be changed at any time.
        Parameters:
        param - Camera calibration parameters
      • process

        boolean process​(T input)
        Process the new image and update the motion estimate. The return value must be checked to see if the estimate was actually updated. If false is returned then VisualOdometry.isFault() also needs to be checked to see if the pose estimate has been reset.
        Parameters:
        input - Next image in the sequence.
        Returns:
        If the motion estimate has been updated or not
      • getImageType

        boofcv.struct.image.ImageType<T> getImageType()
        Type of input images it can process.
        Returns:
        The image type