contour extraction from calibrated camera-projection view, send out through multicast (blob_id, num points, point 0 ... n , 4 byte per element)

git-svn-id: svn://code.dyne.org/veejay/trunk@1003 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2007-07-22 12:21:28 +00:00
parent 3fafdfa1d3
commit abd82b47f1
7 changed files with 102 additions and 7 deletions

View File

@@ -64,6 +64,11 @@ void veejay_busy(veejay_t *info);
int veejay_increase_frame(veejay_t * info, long numframes);
void veejay_composite_transform_points( veejay_t *info, int *in_x, int *in_y, int points, int blob_id );
int veejay_composite_active( veejay_t *info );
int veejay_create_tag(veejay_t * info, int type, char *filename,
int index, int palette, int channel);