A B C D E F G H I J L M N O P Q R S T U V W X Y 

M

marvin - package marvin
Framework´s root package.
marvin.color - package marvin.color
 
marvin.gui - package marvin.gui
Provides classes to manipulate interface components.
marvin.gui.component - package marvin.gui.component
 
marvin.image - package marvin.image
Provides classes to manipulate images.
marvin.io - package marvin.io
Input/Ouput operations
marvin.machinelearning.decisiontree - package marvin.machinelearning.decisiontree
 
marvin.math - package marvin.math
 
marvin.performance - package marvin.performance
Provide classes to measure, analyze and compare plug-ins performances.
marvin.plugin - package marvin.plugin
Provides classes and interfaces to create plug-ins.
marvin.statistic - package marvin.statistic
Provides classes to create statistical charts.
marvin.test - package marvin.test
 
marvin.thread - package marvin.thread
Provides classes and interfaces to manipulate images using multiple threads.
marvin.util - package marvin.util
Utilities classes.
marvin.video - package marvin.video
Provides classes to manipulate capturing devices.
MarvinAbstractAlgorithmPlugin - Class in marvin.plugin
 
MarvinAbstractAlgorithmPlugin() - Constructor for class marvin.plugin.MarvinAbstractAlgorithmPlugin
 
MarvinAbstractImagePlugin - Class in marvin.plugin
 
MarvinAbstractImagePlugin() - Constructor for class marvin.plugin.MarvinAbstractImagePlugin
 
MarvinAbstractPlugin - Class in marvin.plugin
 
MarvinAbstractToolPlugin - Class in marvin.plugin
 
MarvinAbstractToolPlugin() - Constructor for class marvin.plugin.MarvinAbstractToolPlugin
 
MarvinAlgorithmPlugin - Interface in marvin.plugin
 
MarvinAttributes - Class in marvin.util
This class stores and manages plug-ins attributes and either integrates them with Marvin features, such as FilterHistory, Statistics and MarvinPluginWindow.
MarvinAttributes(MarvinPlugin) - Constructor for class marvin.util.MarvinAttributes
Constructor
MarvinAttributes() - Constructor for class marvin.util.MarvinAttributes
 
MarvinAttributesPanel - Class in marvin.gui
 
MarvinAttributesPanel() - Constructor for class marvin.gui.MarvinAttributesPanel
 
MarvinBarChart - Class in marvin.statistic
Bar Chart.
MarvinBarChart(String) - Constructor for class marvin.statistic.MarvinBarChart
 
MarvinBarChartEntry - Class in marvin.statistic
Bar Chart entry.
MarvinBarChartEntry() - Constructor for class marvin.statistic.MarvinBarChartEntry
 
MarvinBarChartEntry(String, double) - Constructor for class marvin.statistic.MarvinBarChartEntry
 
MarvinBarChartEntry(String, double, Color) - Constructor for class marvin.statistic.MarvinBarChartEntry
 
MarvinBlob - Class in marvin.image
 
MarvinBlob(int, int) - Constructor for class marvin.image.MarvinBlob
 
MarvinBlobSegment - Class in marvin.image
 
MarvinBlobSegment(int, int) - Constructor for class marvin.image.MarvinBlobSegment
 
MarvinBoundingBox - Class in marvin.util
 
MarvinBoundingBox() - Constructor for class marvin.util.MarvinBoundingBox
 
MarvinBoundingBox(int, int, int, int) - Constructor for class marvin.util.MarvinBoundingBox
 
MarvinColor - Class in marvin.color
 
MarvinColor(int, int, int) - Constructor for class marvin.color.MarvinColor
Constructor for developer created colors
MarvinColor(int, String, int, int, int) - Constructor for class marvin.color.MarvinColor
Constructor for predefined colors
MarvinColorModelConverter - Class in marvin.color
Image color model conversions.
MarvinColorModelConverter() - Constructor for class marvin.color.MarvinColorModelConverter
 
MarvinContour - Class in marvin.image
 
MarvinContour() - Constructor for class marvin.image.MarvinContour
 
MarvinDefinitions - Class in marvin
 
MarvinDefinitions() - Constructor for class marvin.MarvinDefinitions
 
MarvinEditableImagePanel - Class in marvin.gui
Panel to display and edit MarvinImages.
MarvinEditableImagePanel() - Constructor for class marvin.gui.MarvinEditableImagePanel
Constructor
MarvinErrorHandler - Class in marvin.util
Dialog message errors.
MarvinErrorHandler() - Constructor for class marvin.util.MarvinErrorHandler
 
MarvinErrorHandler.TYPE - Enum in marvin.util
Error types
MarvinFileChooser - Class in marvin.util
File Chooser.
MarvinFileChooser() - Constructor for class marvin.util.MarvinFileChooser
 
MarvinFileUtils - Class in marvin.util
 
MarvinFileUtils() - Constructor for class marvin.util.MarvinFileUtils
 
MarvinFilterWindow - Class in marvin.gui
Generic Window for filters.
MarvinFilterWindow(String, int, int, MarvinImagePanel, MarvinImagePlugin) - Constructor for class marvin.gui.MarvinFilterWindow
Constructs a MarvinFilterWindow
MarvinFilterWindow(String, int, int, int, int, MarvinImagePanel, MarvinImagePlugin) - Constructor for class marvin.gui.MarvinFilterWindow
Constructs a MarvinFilterWindow
MarvinHistogram - Class in marvin.statistic
Histogram chart.
MarvinHistogram(String) - Constructor for class marvin.statistic.MarvinHistogram
 
MarvinHistogramEntry - Class in marvin.statistic
Histogram entry.
MarvinHistogramEntry() - Constructor for class marvin.statistic.MarvinHistogramEntry
 
MarvinHistogramEntry(double, double) - Constructor for class marvin.statistic.MarvinHistogramEntry
 
MarvinHistogramEntry(double, double, Color) - Constructor for class marvin.statistic.MarvinHistogramEntry
 
MarvinHistogramEntry(String, double, double) - Constructor for class marvin.statistic.MarvinHistogramEntry
 
MarvinHistogramEntry(String, double, double, Color) - Constructor for class marvin.statistic.MarvinHistogramEntry
 
MarvinImage - Class in marvin.image
Image object with many operations.
MarvinImage() - Constructor for class marvin.image.MarvinImage
Creates an image with just 1x1 resolution.
MarvinImage(BufferedImage) - Constructor for class marvin.image.MarvinImage
Constructor using a image in memory
MarvinImage(BufferedImage, String) - Constructor for class marvin.image.MarvinImage
Constructor using a image in memory
MarvinImage(int, int) - Constructor for class marvin.image.MarvinImage
Constructor to blank image, passing the size of image
MarvinImage(int, int, int) - Constructor for class marvin.image.MarvinImage
 
MarvinImageIO - Class in marvin.io
Methods to load and save images.
MarvinImageIO() - Constructor for class marvin.io.MarvinImageIO
 
MarvinImageMap - Class in marvin.image
Map with an id/class/weight for earch pixel
MarvinImageMap() - Constructor for class marvin.image.MarvinImageMap
Constructor for null map
MarvinImageMap(int, int) - Constructor for class marvin.image.MarvinImageMap
Contructor
MarvinImageMap(int[][]) - Constructor for class marvin.image.MarvinImageMap
 
MarvinImageMask - Class in marvin.image
Mask indicating what pixels must be processed.
MarvinImageMask() - Constructor for class marvin.image.MarvinImageMask
Constructor for null mask
MarvinImageMask(int, int) - Constructor for class marvin.image.MarvinImageMask
Contructor
MarvinImageMask(boolean[][]) - Constructor for class marvin.image.MarvinImageMask
 
MarvinImageMask(int, int, int, int, int, int) - Constructor for class marvin.image.MarvinImageMask
 
MarvinImagePanel - Class in marvin.gui
Panel to display MarvinImages.
MarvinImagePanel() - Constructor for class marvin.gui.MarvinImagePanel
Constructor
MarvinImagePlugin - Interface in marvin.plugin
 
MarvinImageUtils - Class in marvin.util
 
MarvinImageUtils() - Constructor for class marvin.util.MarvinImageUtils
 
MarvinJarLoader - Class in marvin.util
ClassLoader to load classes from jar files dynamically.
MarvinJavaCVAdapter - Class in marvin.video
 
MarvinJavaCVAdapter() - Constructor for class marvin.video.MarvinJavaCVAdapter
 
MarvinMath - Class in marvin.math
 
MarvinMath() - Constructor for class marvin.math.MarvinMath
 
MarvinMatrixPanel - Class in marvin.gui.component
 
MarvinMatrixPanel(int, int) - Constructor for class marvin.gui.component.MarvinMatrixPanel
 
MarvinPerformanceEntry - Class in marvin.performance
Stores all the image process.
MarvinPerformanceEntry(String, String) - Constructor for class marvin.performance.MarvinPerformanceEntry
MarvinPerformanceEvent - Class in marvin.performance
Algorithms can be divided in events, each event store your own attributes for future analysis.
MarvinPerformanceEvent(String) - Constructor for class marvin.performance.MarvinPerformanceEvent
 
MarvinPerformanceEvent(String, String) - Constructor for class marvin.performance.MarvinPerformanceEvent
 
MarvinPerformanceMeter - Class in marvin.performance
The performance meter provides features to analysis algorithm performance.
MarvinPerformanceMeter() - Constructor for class marvin.performance.MarvinPerformanceMeter
Empty construtor
MarvinPerformanceRegistry - Class in marvin.performance
Stores performance entries.
MarvinPerformanceRegistry() - Constructor for class marvin.performance.MarvinPerformanceRegistry
empty constructor
MarvinPerformanceWindow - Class in marvin.performance
Window to show statistic information.
MarvinPerformanceWindow(MarvinPerformanceRegistry) - Constructor for class marvin.performance.MarvinPerformanceWindow
MarvinPlugin - Interface in marvin.plugin
Generic Marvin Plug-in.
MarvinPluginCollection - Class in marvin
 
MarvinPluginCollection() - Constructor for class marvin.MarvinPluginCollection
 
MarvinPluginHistory - Class in marvin.util
Store all plug-ins used on an image.
MarvinPluginHistory() - Constructor for class marvin.util.MarvinPluginHistory
Constructs a new PluginHistory.
MarvinPluginLoader - Class in marvin.util
Load plug-ins via MarvinJarLoader
MarvinPluginLoader() - Constructor for class marvin.util.MarvinPluginLoader
 
MarvinPluginWindow - Class in marvin.gui
Generic Window for plug-ins.
MarvinPluginWindow(String, int, int, MarvinAttributesPanel) - Constructor for class marvin.gui.MarvinPluginWindow
Constructs an MarvinPluginWindow
MarvinPluginWindowComponent - Class in marvin.gui
Generic component for PluginWindow.
MarvinPluginWindowComponent(String, String, MarvinAttributes, JComponent, MarvinPluginWindowComponent.ComponentType) - Constructor for class marvin.gui.MarvinPluginWindowComponent
MarvinPluginWindowComponent.ComponentType - Enum in marvin.gui
 
MarvinSegment - Class in marvin.image
 
MarvinSegment() - Constructor for class marvin.image.MarvinSegment
 
MarvinSegment(int, int, int, int) - Constructor for class marvin.image.MarvinSegment
 
MarvinStringParser - Class in marvin.util
 
MarvinStringParser(String) - Constructor for class marvin.util.MarvinStringParser
 
MarvinTestCase - Class in marvin.test
 
MarvinTestCase() - Constructor for class marvin.test.MarvinTestCase
 
MarvinThread - Class in marvin.thread
Thread to process a segment or an entire image.
MarvinThread(MarvinImagePlugin, MarvinImage, MarvinImage, MarvinImageMask) - Constructor for class marvin.thread.MarvinThread
Constructor.
MarvinThreadEvent - Class in marvin.thread
Thread Event.
MarvinThreadListener - Interface in marvin.thread
Interface to listen thread events.
MarvinToolPanel - Class in marvin.gui
 
MarvinToolPanel() - Constructor for class marvin.gui.MarvinToolPanel
 
MarvinToolPlugin - Interface in marvin.plugin
 
MarvinVideoInterface - Interface in marvin.video
 
MarvinVideoInterfaceException - Exception in marvin.video
 
MarvinVideoInterfaceException(String, Throwable) - Constructor for exception marvin.video.MarvinVideoInterfaceException
 
merge(MarvinBoundingBox) - Method in class marvin.util.MarvinBoundingBox
 
mergePhotos(List<MarvinImage>, MarvinImage, int) - Static method in class marvin.MarvinPluginCollection
Merge multiple photos from the same scene.
moravec(MarvinImage, MarvinImage, int, int) - Static method in class marvin.MarvinPluginCollection
Moravec corner detection
morphologicalBoundary(MarvinImage, MarvinImage) - Static method in class marvin.MarvinPluginCollection
Morphological boundary operation
morphologicalBoundary(MarvinImage, MarvinImage, boolean[][]) - Static method in class marvin.MarvinPluginCollection
Morphological boundary operation
morphologicalClosing(MarvinImage, MarvinImage, boolean[][]) - Static method in class marvin.MarvinPluginCollection
Morphological closing operation
morphologicalDilation(MarvinImage, MarvinImage, boolean[][]) - Static method in class marvin.MarvinPluginCollection
Morphological dilation operation
morphologicalErosion(MarvinImage, MarvinImage, boolean[][]) - Static method in class marvin.MarvinPluginCollection
Morphological erosion operation
morphologicalOpening(MarvinImage, MarvinImage, boolean[][]) - Static method in class marvin.MarvinPluginCollection
Morphological opening operation
mosaic(MarvinImage, MarvinImage, String, int, boolean) - Static method in class marvin.MarvinPluginCollection
Mosaic artistic filter
mouseClicked(MarvinImage, MarvinImageMask, int, int) - Method in interface marvin.plugin.MarvinToolPlugin
 
mousePressed(MarvinImage, MarvinImageMask, int, int) - Method in interface marvin.plugin.MarvinToolPlugin
 
mouseReleased(MarvinImage, MarvinImageMask, int, int) - Method in interface marvin.plugin.MarvinToolPlugin
 
Multi8p(int, int, int[][]) - Method in class marvin.image.MarvinImage
Convolution operator
multi8p(int, int, double) - Method in class marvin.image.MarvinImage
Multiple of gradient windwos per masc relation of x y
A B C D E F G H I J L M N O P Q R S T U V W X Y