Ask Your Question

kapilg's profile - activity

2016-04-24 03:50:50 -0600 received badge  Notable Question (source)
2015-02-12 12:15:25 -0600 received badge  Popular Question (source)
2014-01-16 01:26:45 -0600 asked a question OpenCV findContour() corners index order

I am working with Android OpenCV .I have a square shape marker image .I have to find out the position of four corners of marker in the live feed with their index's position. I am able to get the position of these four points in the live feed having the frame size 640*480. But the problem with the index's positions those are not fixed ,sometimes i am getting the 0th index on the top left position and sometimes 1th index at that position ... How to solve this problem or is there any alternative for findContour() method.

Your help will be appreciated...

2013-04-01 04:36:53 -0600 asked a question camera calibration in android

HI all.. i am working with android OpenCV. i am using the android camera for live view capturing and processing images but images are somewhat distorted so i need to do the camera calibration for android camera. I am able to do the camera calibration on desktop using chess-board pattern but i am not able to do it in android . Is there are some good tutorials or sample code by which i can understand the camera calibration in android using OpenCV.

Thanks in Advance .....

2013-02-19 00:09:40 -0600 received badge  Supporter (source)
2013-02-19 00:09:24 -0600 received badge  Critic (source)
2013-02-18 02:59:30 -0600 received badge  Editor (source)
2013-02-18 02:51:46 -0600 asked a question marker creation

hi all....... for my application i want to create my own markers creation and detection methods. can anybody tell me from where i should start??

thax in advance....