Kogeto Panoramic Lens
Posted: Sat Dec 14, 2019 3:46 pm
by Gadgeteer
I am currently working on a project using the Kogeto Panoramic lens to detect the direction of an object and track it through 360 degrees.
Is there a way to dewarp the image using the openMV operating system ?

Re: Kogeto Panoramic Lens
Posted: Sat Dec 14, 2019 5:56 pm
by kwagyeman
Yes, use the linear polar image distortion method. This will remap the image from being a polar image to a linear image.
See the examples for how to do this under image filters.
Re: Kogeto Panoramic Lens
Posted: Sat Dec 14, 2019 5:57 pm
by kwagyeman
Re: Kogeto Panoramic Lens
Posted: Sat Dec 14, 2019 5:58 pm
by kwagyeman
You probably want reverse=True to turn the polar image into a Cartesian one.