| |
- CVEventData
class CVEventData |
|
Stores the assorted faces and motion (shells) sent from the server. They
can be retrieved together, separately, and by which region of interest they
are contained in. |
|
Methods defined here:
- __init__(self, facesByRegion, shellsByRegion, numRoi)
- __repr__ = __str__(self)
- __str__(self)
- getAllBlobs(self)
- @return all blobs (faces and shells)
- getAllFaces(self)
- @return all faces
- getAllShells(self)
- @return all shells (motion)
- getBlobsInRegion(self, roi)
- @param roi the region of interest to return blobs for
@return the blobs in the given region
- getFacesInRegion(self, roi)
- @param roi the region of interest to return faces for
@return the faces in the given region
- getNumRegionsOfInterest(self)
- @return the number of regions of interest
- getShellsInRegion(self, roi)
- @param roi the region of interest to return shells for
@return the shells in the given region
| |