- halftoneCircles(MarvinImage, MarvinImage, int, int, int, MarvinImageMask) - Static method in class marvin.MarvinPluginCollection
-
Image halftone using circles approach
- halftoneCircles(MarvinImage, MarvinImage, int, int, int) - Static method in class marvin.MarvinPluginCollection
-
Image halftone using circles approach
- halftoneDithering(MarvinImage, MarvinImage) - Static method in class marvin.MarvinPluginCollection
-
Image halftone using dithering approach
- halftoneErrorDiffusion(MarvinImage, MarvinImage) - Static method in class marvin.MarvinPluginCollection
-
Image halftone using error diffusion approach
- halftoneRaylanders(MarvinImage, MarvinImage) - Static method in class marvin.MarvinPluginCollection
-
Image halftone using raylander's approach
- handle(MarvinErrorHandler.TYPE, String) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error returning a new RuntimeException
- handle(MarvinErrorHandler.TYPE, String, Exception) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error returning a new RuntimeException
- handle(MarvinErrorHandler.TYPE, Exception) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error returning a new RuntimeException
- handleDialog(MarvinErrorHandler.TYPE) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error showing the message based on the enum error types
- handleDialog(MarvinErrorHandler.TYPE, Exception) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error showing the message based on the enum error types and writing the StackTrace at console
- handleDialog(MarvinErrorHandler.TYPE, String) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error showing the message based on the enum error types
- handleDialog(String, Exception) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error showing the message and writing the StackTrace at console
- handleDialog(String) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error showing the message
- handleDialog(String, String) - Static method in class marvin.util.MarvinErrorHandler
-
Handles error showing the message
- harrisCorner(MarvinImage, int, int, double) - Static method in class marvin.MarvinPluginCollection
-
Harris corner detector
- hasBefore(String, String) - Method in class marvin.util.MarvinStringParser
-
- height - Variable in class marvin.image.MarvinSegment
-
- histogramEqualization(MarvinImage, MarvinImage) - Static method in class marvin.MarvinPluginCollection
-
Histogram based image equalization.
- hsvToRgb(double[]) - Static method in class marvin.color.MarvinColorModelConverter
-
Converts hsv array [h,s,v,h2,s2,v2...] to rgb array [argb, argb2,