B D F G I L W

G

getA() - Method in class Blobscanner.Detector
Returns an array of PVectors which contains all the left upper corners of the blobs bounding boxes.
getB() - Method in class Blobscanner.Detector
Returns an array of PVectors which contains all the right upper corners of the blobs bounding boxes.
getBlobHeight(int) - Method in class Blobscanner.Detector
Returns the blob height.
getBlobNumberAt(int, int) - Method in class Blobscanner.Detector
Returns the blob number at the x y coordinates.
getBlobPixelsLocation(int) - Method in class Blobscanner.Detector
Computes and returns the coordinates of all the pixels in the specified blob.
getBlobsNumber() - Method in class Blobscanner.Detector
The total number of blobs in the current frame or image.
getBlobWeight(int) - Method in class Blobscanner.Detector
Returns the weight of the blob specified.
getBlobWeightLabel(int) - Method in class Blobscanner.Detector
Returns the weight of the blob with the specified label.
getBlobWidth(int) - Method in class Blobscanner.Detector
Returns the blob width.
getBoxCentX(int) - Method in class Blobscanner.Detector
Returns the x coordinates of the bounding box center.
getBoxCentY(int) - Method in class Blobscanner.Detector
Returns the y coordinates of the bounding box center.
getC() - Method in class Blobscanner.Detector
Returns an array of PVectors which contains all the left lower corners of the blobs bounding boxes.
getCentroidX(int) - Method in class Blobscanner.Detector
Returns the blob centroid x coordinate.
getCentroidY(int) - Method in class Blobscanner.Detector
Returns the blob centroid y coordinate.
getCrossPoints(int, int, boolean) - Method in class Blobscanner.Detector
Finds the coordinates of the middle point of the blob's bounding box side.
getD() - Method in class Blobscanner.Detector
Returns an array of PVectors which contains all the right lower corners of the blobs bounding boxes.
getEdgePoints(int) - Method in class Blobscanner.Detector
Computes the coordinates of the edge's pixels for the specified blob.
getEdgeSize(int) - Method in class Blobscanner.Detector
Computes the number of edge pixels for the specified blob.
getEdgeX(int, int) - Method in class Blobscanner.Detector
Deprecated.  
getEdgeXY() - Method in class Blobscanner.Detector
Deprecated.  
getEdgeY(int, int) - Method in class Blobscanner.Detector
Deprecated.  
getGlobalWeight() - Method in class Blobscanner.Detector
Get the total weight for all the blobs in the current frame or image.
getLabel(int, int) - Method in class Blobscanner.Detector
Returns the blob label at x, y screen coordinates.
getLabel(int) - Method in class Blobscanner.Detector
Returns the label of the blob indicated by the blobnumber parameter.

B D F G I L W