Uses of Enum Class
boofcv.gui.dialogs.OpenImageSetDialog.Mode
Packages that use OpenImageSetDialog.Mode
-
Uses of OpenImageSetDialog.Mode in boofcv.gui
Methods in boofcv.gui with parameters of type OpenImageSetDialog.ModeModifier and TypeMethodDescriptionstatic @Nullable String[]BoofSwingUtil.openImageSetChooser(@Nullable Window parent, OpenImageSetDialog.Mode mode, int numberOfImages) -
Uses of OpenImageSetDialog.Mode in boofcv.gui.dialogs
Methods in boofcv.gui.dialogs that return OpenImageSetDialog.ModeModifier and TypeMethodDescriptionstatic OpenImageSetDialog.ModeReturns the enum constant of this class with the specified name.static OpenImageSetDialog.Mode[]OpenImageSetDialog.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.gui.dialogs with parameters of type OpenImageSetDialog.ModeModifier and TypeMethodDescriptionstatic @Nullable String[]OpenImageSetDialog.showDialog(File directory, OpenImageSetDialog.Mode mode, int numberOfImages, @Nullable Window owner)