How to implement image distortion or image warp by dragging on the screen in android? I am new to android and I want to make an app like "Photo warp" or "face changer" which distort the image by touching and dragging on screen. Is there any function or way to implement this feature in app? I have referenced How to simulate fisheye lens effect by openCV? and fisheye distortion and many more but can't get enough information. I have also referenced "SDK_DIR/samples/android-*/ApiDemos/src/com/example/android/apis/graphics/BitmapMesh.java" but it is not helpful enough for my problem. Does anyone have any idea or tutorial to implement this feature?
Asked
Active
Viewed 1,301 times