Source code, project report available
Source code in an easy-to-use zip package is at http://web.student.chalmers.se/groups/idp09-9/code.zip .
The project report is located at http://web.student.chalmers.se/groups/idp09-9/report.pdf
Source code in an easy-to-use zip package is at http://web.student.chalmers.se/groups/idp09-9/code.zip .
The project report is located at http://web.student.chalmers.se/groups/idp09-9/report.pdf
Hi again,
I've roughly go through your code .
I should say the code is written in a quite clear manner and I can understand the majority part of it.
But for the tracking part, I'm little bit puzzled .Because I did find any “foot print” of “optical flow”. since you named the app as “OpticalFlowExample” I guess more or less the code should related to “optical flow” .
so could you tell me where “optical flow” related code locate in the source code tree ? thanks in advance.
The optic flow example is an application of the Optic Flow Blob Tracking extension for OpenFrameworks originally written by Stefaniux. It is related to Optic Flow in the sense that it uses it for something, however if you want to see the implementation of the Optic Flow concept, the best place to look for it is the extension itself ( ofxOpenCVBlobTrackingExt05/06 )