Class Summary |
Brick |
Brick is a class visually representing a "brick" and its state. |
BricksFrame |
BricksFrame is a JFrame class using the Brick class and shapes as a mini
demo drawing environment similar to Bricks, a Graspable User Interface,
by George Fitzmaurice:
http://www.dgp.toronto.edu/%7Egf/Research/Graspable%20UI/GraspableResearch.htm |
BufferedIplImage |
BufferedIplImage is a BufferedImage that accepts IplImage objects as source. |
CAMShiftModel |
CAMShiftModel is a thin wrapper around CAMShiftTracker. |
CAMShiftModel.Parameters |
Parameters is a class containing the parameters and other
state information that can be set for this tracker. |
CAMShiftPanel |
CAMShiftPanel is an Observer for a CAMShiftModel object. |
ForegroundDetectorModel |
ForegroundDetectorModel is a thin wrapper around ForegroundDetector. |
ForegroundDetectorModel.Parameters |
Parameters is a class containing the parameters and other
state information that can be set for this detector. |
ForegroundDetectorPanel |
ForegroundDetectorPanel is an Observer for a ForegroundDetectorModel object. |
ParamField |
ParamField is a JPanel composed of a JLabel and a JTextField. |
SampleControlFrame |
SampleControlFrame is a JFrame class demonstrating how to use the other
classes in CV4HCI. |
TransformedShape |
TransformedShape is a class representing a Java2D Shape + AffineTransform + Color. |
VideoCapture |
VideoCapture is a wrapper class for the HighGUI capture API of OpenCV. |