aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

Implementing barrel/fisheye correction #39

Open samarth-b opened 7 years ago

samarth-b commented 7 years ago

https://github.com/aurora95/Keras-FCN/blame/master/utils/SegDataGenerator.py#L486

@aurora95 @ahundt I would like to help with this, since I need it for my project. Any thoughts/resources on how to approach this? with or without calibr image?

EDIT: Found this solution, which seems simple enough to implement http://www.tannerhelland.com/4743/simple-algorithm-correcting-lens-distortion/

ahundt commented 7 years ago

https://github.com/hengli/camodocal has good reference code for various lens models