Kogeto Panoramic Lens

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 ?

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.

https://docs.openmv.io/library/omv.image.html?highlight=polar#image.image.linpolar

You probably want reverse=True to turn the polar image into a Cartesian one.