あるエンジニアのひとり旅

大企業を辞めたエンジニア、研究者のちょっとした日記

E-mail: miraimage.lab@gmail.com, Twitter: @miraimage_lab

2015-07-07から1日間の記事一覧

Lens distortion correction (image rectification) on Matlab

I made a code to correct lens distortions with less computational cost on Matlab. On matlab, image processing methods that are defined by user tend to be very slow. 'meshgrid' must be used for pixel iterations instead of 'for loop'. ------…