Package org.ptolemy.opencv
Class ComputerVision.MakeHSV
- java.lang.Object
 - 
- com.jhlabs.image.AbstractBufferedImageOp
 - 
- org.ptolemy.opencv.ComputerVision.MakeHSV
 
 
 
- 
- All Implemented Interfaces:
 java.awt.image.BufferedImageOp,java.lang.Cloneable
- Enclosing class:
 - ComputerVision
 
public class ComputerVision.MakeHSV extends AbstractBufferedImageOp
A filter that converts the image to HSV (Hue, Saturation, and Value). 
- 
- 
Constructor Summary
Constructors Constructor Description MakeHSV() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagefilter(java.awt.image.BufferedImage source, java.awt.image.BufferedImage destination)Convert the source image to HSV.- 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColor 
 - 
 
 -