Open shadow1runner opened 8 years ago
Furthermore, the filtered output should return 0 for the OF vectors if the OF vectors were matched in a darkened area of the (fisheye) image. This implies to make a blob search starting at all four corners and ANDing the OF result vector with the logical OR of both masks.
A mask not necesserily needs to be rectangular (even though a Mat is, of course), see here for more information
@inproceedings{zingg2010mav, title={MAV navigation through indoor corridors using optical flow}, author={Zingg, Simon and Scaramuzza, Davide and Weiss, Stephan and Siegwart, Roland}, booktitle={Robotics and Automation (ICRA), 2010 IEEE International Conference on}, pages={3361--3368}, year={2010}, organization={IEEE} }
used a two-step filtering:
Todo: