안드로이드 광각 보정 함수 (Android Bitmap Lens Distortion Correction)
Android Bitmap 클래스를 이용한 광각 보정 함수 [ Barrel distortion correction algorithm to correct FishEye lens ] 1. Look-up Table을 이용하여 crtLensDistor를 호출하여 테이블을 생성한다. 2. 매 프레임마다 matchingTable를 호출하여 처리속도를 향상시킨다. ( 출처 : )