NAOqi Vision - Overview | API
Namespace : AL
#include <alproxies/alcolorblobdetectionproxy.h>
Set the color of the blob to find (in RGB space).
| Parameters: |
|
|---|
There are two overloads of this function:
Set some properties of the blob to find.
| Parameters: |
|
|---|
Set some properties of the blob to find. By using this function, the shape of the object is automatically set to “Unknown”.
| Parameters: |
|
|---|
Retrieve the circle surrounding the blob.
| Returns: | the outer circle of the found blob as a vector of 3 values: x, y, radius
in relative coordinates in the image (i.e. between 0 and 1). For example in VGA (640x480), for a circle of 50 pixels in radius and a center located at (123, 71), this function would return [123/640, 71/480, 50/640]. |
|---|
Raised when a color blob is detected.
| Parameters: |
|
|---|