Give your gizmo the gift of sight
Hi,
I am learning the optical flow algorithm recently.And have several problems.I hope someone can help me. Thanks!
In ArduEye_OFO_v1,ArduEyeOFOClass::IIA_Plus_2D ,using a simplified version of Mandyam Srinivasan's. I haved read the algorithm,and know the scale in the program refers the △xref.
But why in the program ArduEye_stonymanUnoRocket .cpp scale=200? I have checked the pixels distant in Stonyman is 25um.
Also have the questions in LK algorithm.In opencv,the algorithm is used to calculate the speed,
and in the ArduEye_stonymanUnoRocket.cpp it's used to calculate the distance.So why scale is also 200? Shouldn't scale refers to time?
Tags:
I also want to ask .Dose the scale means Magnification ?
Yes- that is it.
Yoyo,
The "scale" variable is a basic scaling parameter. It was selected so that reasonable values could be obtained when using fixed-point arithmetic, which is faster than floating point arithmetic especially on an Arduino. It really doesn't have any meaning beyond that. You can change it to a different value or, if speed is not an issue, move to all floating point arithmetic.
Geof
© 2022 Created by Geoffrey L. Barrows.
Powered by