Class AbstractSelectedImagesFeatureGenerator

    • Field Detail

      • m_FilterError

        protected String m_FilterError
        for storing filtering errors.
      • m_Collected

        protected List<Row> m_Collected
        the collected data.
    • Constructor Detail

      • AbstractSelectedImagesFeatureGenerator

        public AbstractSelectedImagesFeatureGenerator()
    • Method Detail

      • canExecute

        public boolean canExecute​(ImagePanel panel)
        Checks whether the plugin can be executed given the specified image panel.

        Panel must be non-null and must contain an image.
        Overrides:
        canExecute in class AbstractSelectedImagesViewerPlugin
        Parameters:
        panel - the panel to use as basis for decision
        Returns:
        true if plugin can be executed
      • getDialogTitle

        protected String getDialogTitle()
        Returns the title for the dialog.
        Returns:
        the title
      • generateFeatures

        protected abstract Row[] generateFeatures​(BufferedImage image)
        Generats the features from the image.
        Parameters:
        image - the image to process
        Returns:
        the generated features