Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I'm answering instead of a comment just to upload two images

with k1 > 0

image description

with k1<0

image description

Following the wiki the effect should be the opposite as @Stringweasel pointed out

...typically k1>0 and pincushion distortion (typically k1<0)...

https://docs.opencv.org/2.4/_images/distortion_examples.png

The vectors I used are, respectively,

D_00 = np.array([ 0.25, 0.0, 0.0, 0.0, 0.0], dtype=np.float64)
D_00 = np.array([ -0.25, 0.0, 0.0, 0.0, 0.0], dtype=np.float64)

Does anyone have a clue about what's going on?