Package com.jhlabs.image
Class DeinterlaceFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.DeinterlaceFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
A filter for de-interlacing video frames.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter
(BufferedImage src, BufferedImage dst) int
getMode()
void
setMode
(int mode) toString()
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Field Details
-
EVEN
public static final int EVEN- See Also:
-
ODD
public static final int ODD- See Also:
-
AVERAGE
public static final int AVERAGE- See Also:
-
-
Constructor Details
-
DeinterlaceFilter
public DeinterlaceFilter()
-
-
Method Details