Add IC API for blob bounding boxes
Brought to you by:
richlegrand
From mail from Anne Wright, Jul 27, 2005 2:16 PM:
* Add IC API support for returning bounding boxes of
blobs and asking
if new data is available for blob processing once
vision API team
(Randy and Dave) comes up with what these should be.
Should we also
give ability to store/query segment data associated
with blobs?
Logged In: YES
user_id=598270
*IC API DEFINITION NEEDED*
Logged In: YES
user_id=598270
Talked to Dave, add:
int track_bbox_top(int ch, int i);
int track_bbox_bottom(int ch, int i);
int track_bbox_left(int ch, int i);
int track_bbox_right(int ch, int i);
int track_bbox_width(int ch, int i);
int track_bbox_height(int ch, int i);
int track_bbox_area(int ch, int i);
Also, for these and all other "int track_property(int ch,
int i)" functions, return -1 if "i" is out of bounds.
Logged In: YES
user_id=598270
Talked to Dave, add:
int track_bbox_top(int ch, int i);
int track_bbox_bottom(int ch, int i);
int track_bbox_left(int ch, int i);
int track_bbox_right(int ch, int i);
int track_bbox_width(int ch, int i);
int track_bbox_height(int ch, int i);
int track_bbox_area(int ch, int i);
Also, for these and all other "int track_property(int ch,
int i)" functions, return -1 if "i" is out of bounds.