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

A

activate(boolean) - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
Sets the activation state.
activate(boolean) - Method in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
Sets the activation state.
activated - Variable in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
 
activated - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
alpha1 - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
alpha2 - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
alpha3 - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
angle - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The current angle of the brick (in radian).
area - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The current area of the shape.

B

Brick - Class in ca.mcgill.cim.sre.cv4hci
Brick is a class visually representing a "brick" and its state.
Brick() - Constructor for class ca.mcgill.cim.sre.cv4hci.Brick
Brick constructor.
Brick(int, int) - Constructor for class ca.mcgill.cim.sre.cv4hci.Brick
Brick constructor specifiying the width and the height (in pixels) of the shape (rectangle) to be drawn.
BricksFrame - Class in ca.mcgill.cim.sre.cv4hci
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
BricksFrame(CAMShiftModel, CAMShiftModel) - Constructor for class ca.mcgill.cim.sre.cv4hci.BricksFrame
BricksFrame constructor specifiying the trackers to be observed.
BufferedIplImage - Class in ca.mcgill.cim.sre.cv4hci
BufferedIplImage is a BufferedImage that accepts IplImage objects as source.
BufferedIplImage(IplImage) - Constructor for class ca.mcgill.cim.sre.cv4hci.BufferedIplImage
BufferedIplImage constructor specifiying the IplImage to copy from.

C

ca.mcgill.cim.sre.cv4hci - package ca.mcgill.cim.sre.cv4hci
 
ca.mcgill.cim.sre.cv4hci.swig - package ca.mcgill.cim.sre.cv4hci.swig
 
CAMShiftModel - Class in ca.mcgill.cim.sre.cv4hci
CAMShiftModel is a thin wrapper around CAMShiftTracker.
CAMShiftModel() - Constructor for class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
 
CAMShiftModel.Parameters - Class in ca.mcgill.cim.sre.cv4hci
Parameters is a class containing the parameters and other state information that can be set for this tracker.
CAMShiftModel.Parameters() - Constructor for class ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
 
CAMShiftPanel - Class in ca.mcgill.cim.sre.cv4hci
CAMShiftPanel is an Observer for a CAMShiftModel object.
CAMShiftPanel(CAMShiftModel) - Constructor for class ca.mcgill.cim.sre.cv4hci.CAMShiftPanel
CAMShiftPanel constructor specifiying the tracker to be observed.
CAMShiftTracker - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CAMShiftTracker(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
CAMShiftTracker() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
clone() - Method in class ca.mcgill.cim.sre.cv4hci.TransformedShape
Returns a clone of ourself.
contains(Point2D) - Method in class ca.mcgill.cim.sre.cv4hci.TransformedShape
Returns whether point p is inside us or not.
CV4HCI - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CV4HCI() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
CV4HCIConstants - Interface in ca.mcgill.cim.sre.cv4hci.swig
 
CV_CAP_PROP_FOURCC - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_CAP_PROP_FPS - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_CAP_PROP_FRAME_COUNT - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_CAP_PROP_FRAME_HEIGHT - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_CAP_PROP_FRAME_WIDTH - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_CAP_PROP_POS_AVI_RATIO - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_CAP_PROP_POS_FRAMES - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_CAP_PROP_POS_MSEC - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_INTER_AREA - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_INTER_CUBIC - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_INTER_LINEAR - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_INTER_NN - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_MAX_DIM - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CV_WINDOW_AUTOSIZE - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
CvBox2D - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvBox2D(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
CvBox2D() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
cvCaptureFromCAM(int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvCaptureFromFile(String) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvCreateImage(CvSize, int, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvDestroyAllWindows() - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvDestroyWindow(String) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
CvFGDStatModelParams - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvFGDStatModelParams(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
CvFGDStatModelParams() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
cvFlip(IplImage, IplImage, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvFlip(IplImage, IplImage) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvFlip(IplImage) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvGetCaptureProperty(SWIGTYPE_p_CvCapture, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvGetDims(SWIGTYPE_p_void, SWIGTYPE_p_int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvGetDimSize(SWIGTYPE_p_void, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvGetReal1D(SWIGTYPE_p_void, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvGetWindowHandle(String) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvGetWindowName(SWIGTYPE_p_void) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvGrabFrame(SWIGTYPE_p_CvCapture) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
CvHistogram - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvHistogram(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
CvHistogram() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
cvMoveWindow(String, int, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvNamedWindow(String, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
CvPoint2D32f - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvPoint2D32f(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
CvPoint2D32f() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
cvQueryFrame(SWIGTYPE_p_CvCapture) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
CvRect - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvRect(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
CvRect() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
cvReleaseCapture(SWIGTYPE_p_CvCapture) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvReleaseImage(IplImage) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvResize(IplImage, IplImage, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvResize(IplImage, IplImage) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvResizeWindow(String, int, int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvRetrieveFrame(SWIGTYPE_p_CvCapture) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
CvScalar - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvScalar(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
CvScalar() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
cvSetCaptureProperty(SWIGTYPE_p_CvCapture, int, double) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvSetReal1D(SWIGTYPE_p_void, int, double) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
cvShowImage(String, IplImage) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 
CvSize - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvSize(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
CvSize() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
CvSize2D32f - Class in ca.mcgill.cim.sre.cv4hci.swig
 
CvSize2D32f(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
CvSize2D32f() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
cvWaitKey(int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CV4HCI
 

D

delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
delete() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
delta - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
doStuffWithSelectedShape(Brick) - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Manipulates the selectedShape according to the the movement of the brick.
draw(Graphics2D) - Method in class ca.mcgill.cim.sre.cv4hci.TransformedShape
Draws this shape onto g with the right transform, and the right colors.
drawEllipse(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
drawEllipse(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
dumpData(byte[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 

E

enableTracking(CvRect) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 

F

fillColor - Variable in class ca.mcgill.cim.sre.cv4hci.TransformedShape
The fill Color object associated with us.
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
finalize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
ForegroundDetector - Class in ca.mcgill.cim.sre.cv4hci.swig
 
ForegroundDetector(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
ForegroundDetector() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
ForegroundDetectorModel - Class in ca.mcgill.cim.sre.cv4hci
ForegroundDetectorModel is a thin wrapper around ForegroundDetector.
ForegroundDetectorModel() - Constructor for class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
 
ForegroundDetectorModel.Parameters - Class in ca.mcgill.cim.sre.cv4hci
Parameters is a class containing the parameters and other state information that can be set for this detector.
ForegroundDetectorModel.Parameters() - Constructor for class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
ForegroundDetectorPanel - Class in ca.mcgill.cim.sre.cv4hci
ForegroundDetectorPanel is an Observer for a ForegroundDetectorModel object.
ForegroundDetectorPanel(ForegroundDetectorModel) - Constructor for class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorPanel
ForegroundDetectorPanel constructor specifiying the detector to be observed.
forget() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
forget() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 

G

getAlign() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getAlpha1() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getAlpha2() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getAlpha3() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getAlphaChannel() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getAngle() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
getAngleFilter() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getAngleFilter() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getBackground() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getBackProject() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getBins() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
getBorderConst() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getBorderMode() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getBounds2D() - Method in class ca.mcgill.cim.sre.cv4hci.TransformedShape
Returns a 2D rectangle indicating our bounds as a shape.
getCameraNumber() - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Gets the camera number this object was constructed with.
getCenter() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
getChannelSeq() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getColorModel() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getCPtr(CAMShiftTracker) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getCPtr(CvBox2D) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
getCPtr(CvFGDStatModelParams) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getCPtr(CvHistogram) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
getCPtr(CvPoint2D32f) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
getCPtr(CvRect) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
getCPtr(CvScalar) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
getCPtr(CvSize) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
getCPtr(CvSize2D32f) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
getCPtr(ForegroundDetector) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getCPtr(IplImage) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getCPtr(SimpleManeuveringFilter) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
getCPtr(SWIGTYPE_p__IplROI) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p__IplROI
 
getCPtr(SWIGTYPE_p__IplTileInfo) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p__IplTileInfo
 
getCPtr(SWIGTYPE_p_a_2__float) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_a_2__float
 
getCPtr(SWIGTYPE_p_CvCapture) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_CvCapture
 
getCPtr(SWIGTYPE_p_CvMatND) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_CvMatND
 
getCPtr(SWIGTYPE_p_int) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_int
 
getCPtr(SWIGTYPE_p_p_float) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_p_float
 
getCPtr(SWIGTYPE_p_void) - Static method in class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_void
 
getDataOrder() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getDefaultParameters() - Static method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getDelta() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getDepth() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getForeground() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getFPS() - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Gets the current performance of the capture in frames per second.
getHeight() - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Gets the height of the shape of this brick.
getHeight() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
getHeight() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
getHeight() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
getHeight() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getHistogram() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getHistogramImage() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getID() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getImage() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getImage() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getImageData() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getImageDataOrigin() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getImageId() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getImageSize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getImageType(IplImage) - Static method in class ca.mcgill.cim.sre.cv4hci.BufferedIplImage
Converts an IplImage type to a BufferedImage type.
getIs_obj_without_holes() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getLc() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getLcc() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getManeuveringTime() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
getMaskROI() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getMat() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
getMeasurementStdDev() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
getMinArea() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getMinArea() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getN1c() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getN1cc() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getN2c() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getN2cc() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getNChannels() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getNSize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getOrigin() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getParameters() - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
Returns the current parameters and state of this tracker in a Parameters object.
getParameters() - Method in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
Returns the current parameters and state of this detector in a Parameters object.
getParameters(CvFGDStatModelParams) - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getPerform_morphing() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getPositionFilter() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getPositionFilter() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getProcessStdDev() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
getRoi() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getSize() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
getSizeFilter() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getSizeFilter() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getSmin() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getState(double[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
getStateMonitor() - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
Gets the StateMonitor (an Observable object) with which other objects implementing the Observer interface can register with.
getStateMonitor() - Method in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
Gets the StateMonitor (an Observable object) with which other objects implementing the Observer interface can register with.
getStateMonitor() - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Gets the StateMonitor (an Observable object) with which other objects implementing the Observer interface can register with.
getT() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
getThresh() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
getThresh2() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
getTileInfo() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getTrackBox() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getTrackBox() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
getTrackColor() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getType() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
getUpdateTransform() - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Returns the necessary transform (rotation about the brick position then translation) to move a shape according to the new state of this brick minus its previous state
getVal() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
getValue() - Method in class ca.mcgill.cim.sre.cv4hci.ParamField
Parses a "double" from the text in the JTextField, and returns it.
getVideoFile() - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Gets the video filename we are capturing from.
getVmax() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getVmin() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
getWidth() - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Gets the width of the shape of this brick.
getWidth() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
getWidth() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
getWidth() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
getWidth() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getWidthStep() - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
getX() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
getX() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
getY() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
getY() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 

H

histogram - Variable in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
 

I

init(double[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
IPL_DEPTH_16S - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_DEPTH_16U - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_DEPTH_1U - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_DEPTH_32F - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_DEPTH_32S - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_DEPTH_8S - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_DEPTH_8U - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_DEPTH_SIGN - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_ORIGIN_BL - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IPL_ORIGIN_TL - Static variable in interface ca.mcgill.cim.sre.cv4hci.swig.CV4HCIConstants
 
IplImage - Class in ca.mcgill.cim.sre.cv4hci.swig
 
IplImage(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
IplImage() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
is_obj_without_holes - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
isActivated() - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
Gets the activation state.
isActivated() - Method in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
Gets the activation state.
isFlip() - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Gets the flip (like a 180 degree rotation) property of this object.
isSelected - Variable in class ca.mcgill.cim.sre.cv4hci.TransformedShape
State indicating if we are selected by a Brick or not.
isUp - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The current "up" state of the brick.

L

Lc - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
Lcc - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
learn(CvRect) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 

M

main(String[]) - Static method in class ca.mcgill.cim.sre.cv4hci.SampleControlFrame
A sample main function that spawns a SampleControlFrame as main frame.
minArea - Variable in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
 
minArea - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
myShape - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The shape used to draw (with Java2D) the brick.

N

N1c - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
N1cc - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
N2c - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
N2cc - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 

O

outlineColor - Variable in class ca.mcgill.cim.sre.cv4hci.TransformedShape
The outline Color object associated with us.

P

paintComponent(Graphics) - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftPanel
 
ParamField - Class in ca.mcgill.cim.sre.cv4hci
ParamField is a JPanel composed of a JLabel and a JTextField.
ParamField(String, double) - Constructor for class ca.mcgill.cim.sre.cv4hci.ParamField
ParamField constructor specifiying the description for the JLabel and the initial value for the JTextField.
ParamField(String, double, int) - Constructor for class ca.mcgill.cim.sre.cv4hci.ParamField
ParamField constructor specifiying the description for the JLabel, the initial value for the JTextField, and the size of the JLabel.
perform_morphing - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
pickUpArea - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The update method uses the pickUpArea value to know when a brick is considered "up".
pickUpOrDropShape(LinkedList<TransformedShape>, LinkedList<TransformedShape>) - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Picks up or drops shapes if wasPickedUp() is true.
position - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The current position of the brick.
previousAngle - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The previous angle of the brick (in radian).
previousPosition - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The previous position of the brick.
putDownArea - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The update method uses the putDownArea value to know when a brick is considered "down".

R

resetFilters() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
resetFilters() - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
resetTitle() - Method in class ca.mcgill.cim.sre.cv4hci.SampleControlFrame
Resets the title of the JFrame to what SampleControlFrame thinks is best.
run(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
If activated, will run the tracker and notify observers.
run(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
If activated, will run the tracker and notify observers.
run(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
run(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
run(double[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
run() - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Runs the capture in an internal loop.

S

SampleControlFrame - Class in ca.mcgill.cim.sre.cv4hci
SampleControlFrame is a JFrame class demonstrating how to use the other classes in CV4HCI.
SampleControlFrame(String[]) - Constructor for class ca.mcgill.cim.sre.cv4hci.SampleControlFrame
SampleControlFrame constructor specifiying an array of arguments, usually coming from the main method.
selectedShape - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The currently selected shape used by the doStuffWithSelectedShape method.
setAlign(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setAlpha1(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setAlpha2(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setAlpha3(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setAlphaChannel(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setAngle(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
setBins(SWIGTYPE_p_void) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
setBorderConst(int[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setBorderMode(int[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setCenter(CvPoint2D32f) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
setChannelSeq(String) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setColorModel(String) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setDataOrder(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setDefaultParameters() - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
Sets the current parameters and state of this tracker to their default values.
setDefaultParameters() - Method in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
Sets the current parameters and state of this detector to their default values.
setDelta(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setDepth(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setFlip(boolean) - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Sets the flip (like a 180 degree rotation) property of this object.
setHeight(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
setHeight(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
setHeight(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
setHeight(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setID(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setImageData(String) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setImageDataOrigin(String) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setImageId(SWIGTYPE_p_void) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setImageSize(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setIs_obj_without_holes(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setLc(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setLcc(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setManeuveringTime(double) - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
setManeuveringTime() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
setMaskROI(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setMat(SWIGTYPE_p_CvMatND) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
setMeasurementStdDev(double) - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
setMeasurementStdDev() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
setMinArea(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setMinArea() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setMinArea(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setN1c(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setN1cc(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setN2c(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setN2cc(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setNChannels(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setNSize(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setOrigin(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setParameters(CAMShiftModel.Parameters) - Method in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel
Sets the current parameters and state of this tracker from a Parameters object.
setParameters(ForegroundDetectorModel.Parameters) - Method in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel
Sets the current parameters and state of this detector from a Parameters object.
setParameters(CvFGDStatModelParams) - Method in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
setPerform_morphing(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setProcessStdDev(double) - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
setProcessStdDev() - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
setRoi(SWIGTYPE_p__IplROI) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setSize(int, int) - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Sets the width and the height of the shape (rectangle) to be drawn.
setSize(CvSize2D32f) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
setSmin(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setSmin() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setState(double[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
setT(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
setThresh(SWIGTYPE_p_a_2__float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
setThresh2(SWIGTYPE_p_p_float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
setTileInfo(SWIGTYPE_p__IplTileInfo) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setTitle(String) - Method in class ca.mcgill.cim.sre.cv4hci.SampleControlFrame
Allows to set the title to something else than the default, but will always append " - SampleControlFrame - CV4HCI"
setType(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
setVal(double[]) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
setValue(double) - Method in class ca.mcgill.cim.sre.cv4hci.ParamField
Sets the value of the JTextField.
setVmax(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setVmax() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setVmin(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setVmin() - Method in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
setWidth(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
setWidth(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
setWidth(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
setWidth(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setWidthStep(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
setX(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
setX(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
setY(float) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
setY(int) - Method in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
shape - Variable in class ca.mcgill.cim.sre.cv4hci.TransformedShape
The Shape object associated with us.
SimpleManeuveringFilter - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SimpleManeuveringFilter(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
SimpleManeuveringFilter(int) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
SimpleManeuveringFilter() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
sMin - Variable in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
 
stop() - Method in class ca.mcgill.cim.sre.cv4hci.VideoCapture
Stops the capture loop.
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CAMShiftTracker
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvBox2D
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvFGDStatModelParams
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvHistogram
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvPoint2D32f
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvRect
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvScalar
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvSize
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.CvSize2D32f
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.IplImage
 
swigCMemOwn - Variable in class ca.mcgill.cim.sre.cv4hci.swig.SimpleManeuveringFilter
 
SWIGTYPE_p__IplROI - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p__IplROI(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p__IplROI
 
SWIGTYPE_p__IplROI() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p__IplROI
 
SWIGTYPE_p__IplTileInfo - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p__IplTileInfo(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p__IplTileInfo
 
SWIGTYPE_p__IplTileInfo() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p__IplTileInfo
 
SWIGTYPE_p_a_2__float - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p_a_2__float(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_a_2__float
 
SWIGTYPE_p_a_2__float() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_a_2__float
 
SWIGTYPE_p_CvCapture - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p_CvCapture(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_CvCapture
 
SWIGTYPE_p_CvCapture() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_CvCapture
 
SWIGTYPE_p_CvMatND - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p_CvMatND(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_CvMatND
 
SWIGTYPE_p_CvMatND() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_CvMatND
 
SWIGTYPE_p_int - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p_int(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_int
 
SWIGTYPE_p_int() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_int
 
SWIGTYPE_p_p_float - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p_p_float(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_p_float
 
SWIGTYPE_p_p_float() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_p_float
 
SWIGTYPE_p_void - Class in ca.mcgill.cim.sre.cv4hci.swig
 
SWIGTYPE_p_void(long, boolean) - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_void
 
SWIGTYPE_p_void() - Constructor for class ca.mcgill.cim.sre.cv4hci.swig.SWIGTYPE_p_void
 

T

T - Variable in class ca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
 
transform - Variable in class ca.mcgill.cim.sre.cv4hci.TransformedShape
The AffineTransform object associated with us.
TransformedShape - Class in ca.mcgill.cim.sre.cv4hci
TransformedShape is a class representing a Java2D Shape + AffineTransform + Color.
TransformedShape(Shape, Color, Color) - Constructor for class ca.mcgill.cim.sre.cv4hci.TransformedShape
TransformedShape constructor specifiying the associated Shape, fill Color and outline Color objects.
TransformedShape(Shape, Color) - Constructor for class ca.mcgill.cim.sre.cv4hci.TransformedShape
TransformedShape constructor specifiying the associated Shape and Color objects.

U

update(Point2D, Dimension2D, double, Color) - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Updates the current state of this brick with new information.
update(IplImage) - Method in class ca.mcgill.cim.sre.cv4hci.BufferedIplImage
Updates this BufferedIplImage with new data from the IplImage.

V

VideoCapture - Class in ca.mcgill.cim.sre.cv4hci
VideoCapture is a wrapper class for the HighGUI capture API of OpenCV.
VideoCapture(int) - Constructor for class ca.mcgill.cim.sre.cv4hci.VideoCapture
VideoCapture constructor specifiying the camera number to capture from.
VideoCapture(String) - Constructor for class ca.mcgill.cim.sre.cv4hci.VideoCapture
VideoCapture constructor specifiying the video filename to capture from.
VideoCapture(File) - Constructor for class ca.mcgill.cim.sre.cv4hci.VideoCapture
VideoCapture constructor specifiying the video file to capture from.
VideoCapture(int, int) - Constructor for class ca.mcgill.cim.sre.cv4hci.VideoCapture
VideoCapture constructor specifiying the camera number to capture from and the maximum width of captured images.
VideoCapture(String, int) - Constructor for class ca.mcgill.cim.sre.cv4hci.VideoCapture
VideoCapture constructor specifiying the video filename to capture from and the maximum width of captured images.
VideoCapture(File, int) - Constructor for class ca.mcgill.cim.sre.cv4hci.VideoCapture
VideoCapture constructor specifiying the video file to capture from and the maximum width of captured images.
vMax - Variable in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
 
vMin - Variable in class ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
 

W

wasPickedUp() - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Returns true if !wasUp && isUp, that is if the brick was just picked up
wasPutDown() - Method in class ca.mcgill.cim.sre.cv4hci.Brick
Returns true if wasUp && !isUp, that is if the brick was just put down
wasUp - Variable in class ca.mcgill.cim.sre.cv4hci.Brick
The previous up" state of the brick.

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