Ask Your Question

CoreMob's profile - activity

2016-11-09 17:13:25 -0600 received badge  Popular Question (source)
2015-01-18 22:13:24 -0600 received badge  Nice Question (source)
2012-10-05 07:20:24 -0600 commented answer IOS Open CV Image distortion

Great looking! Thanks for trying to improve, only hurdle for me is understanding the mathematical equation and working with matrix value, I applied distortion optics algorithm but not make sense of how the algorithm is working, by changing the value it deforms the image differently. Also im unsure the terms remap, map or transformation matrix. However you are greatly welcomed, your answer & comments are hoping me to climb up. Thanks!

2012-10-04 06:32:51 -0600 received badge  Scholar (source)
2012-10-04 05:43:34 -0600 commented answer IOS Open CV Image distortion

Thanks! How would the cvwarpPerspective effect do? Creating image effects by own is difficult? Any direction to write code for creating own effects?

2012-10-04 05:39:33 -0600 received badge  Supporter (source)
2012-10-04 04:27:04 -0600 received badge  Student (source)
2012-10-04 04:16:11 -0600 asked a question IOS Open CV Image distortion

Hello,

Very fortunate to know about Open CV. Has lot more advantages 1, IOS support 2. BSD license 3. Q A Forum etc.. Everything is fine. Hoping your support for the below.

Im building an iPhone app just simply like Fat booth and to achieve the distortion effect on facial parts, I built the opencv framework for ios and is working fine.

Basically I know Objective C language since native language of iPhone/mac os platform. Spent around couple of week to write code for distortion, I believe Warp Perspective or Perspective geometric transformation will have to work on this, Still there is not concrete solution or no pin point I made here. Now feel like no way around to get away this since i'm not mathematical grad and these functions/classes under open cv are all seems mathematical computation.

Please any one can point me direction to go forward. Thanks!