Search found 2 matches

by karrer
Mon Jan 20, 2014 7:30 am
Forum: Camera SDK
Topic: Object Filtering in Camera SDK
Replies: 1
Views: 3003

Object Filtering in Camera SDK

I am trying to filter the blobs that come from the camera according to several constraints on roundness and radius. It seems easy enough to do this in code - just check the radius and roundness iVars of each found object. From the SDK headers it looks like there might be a better way to filter the o...
by karrer
Mon Jan 20, 2014 6:53 am
Forum: Camera SDK
Topic: Object Labeling in the Camera SDK
Replies: 2
Views: 3853

Object Labeling in the Camera SDK

While trying to get reliable object labels from the SDK, I found two modules that seem to be there for just this purpose: moduleactivelabel and modulepoorlabel. 1) The first problem is that when I try to #include moduleactivelabel.h, the compiler gives an error that cTrajectorizer2D is undefined. Lo...