Class OpenStereoSequencesChooser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OpenStereoSequencesChooser extends JSpringPanel
Presents a file choose that lets the user select two sequences for left and right stereo camera as well as the stereo calibration file.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • showDialog

      @Nullable public static @Nullable OpenStereoSequencesChooser.Selected showDialog(@Nullable @Nullable Window owner, boolean sequences, boolean justImages, File path)
      Opens a blocking dialog to select stereo input
      Parameters:
      owner - The owner for this dialog
      sequences - True for sequences of images or false for still images
      justImages - If it only needs image and no calibration file
      path - Path to input file
      Returns:
      The selected stereo files or null of it canceled