openCV doc
Pei-Lin Normalization
Gallery
what process?
入力画像の図形でもって傾きや画像サイズを標準化させる。 出力値は2×3の回転行列が出力される。 画像を出力したい場合はwarpAffineにてアフィン変換する必要がある。cook code C++
cook code Python
Reference
- thesis : Soo-Chang Pei and Chao-Nan Lin. Image normalization for pattern recognition. Image and Vision Computing, Vol. 13, N.10, pp. 711-723, 1995.
- http://amroamroamro.github.io/mexopencv/opencv_contrib/peilin_demo.html
- https://note.nkmk.me/python-opencv-warp-affine-perspective/
- icon-pit