I am working on traffic sign detection project. Circular traffic sign has been detected, now i want to calculate optical flow vector to traffic sign only but not whole image. I could find radius of detected circle but not sure how to use this to create a circular mask IplImage to provide to "cvGoodFeatureToTrack" and "cvCalcOpticalFlowPyrLK()"
Any suggestion please ?