Ask Your Question

prakash's profile - activity

2017-12-06 22:32:53 -0600 received badge  Famous Question (source)
2017-04-28 04:12:11 -0600 received badge  Notable Question (source)
2016-12-05 02:00:37 -0600 received badge  Popular Question (source)
2015-11-23 09:01:46 -0600 received badge  Student (source)
2015-11-15 22:57:31 -0600 received badge  Supporter (source)
2015-11-04 00:28:49 -0600 received badge  Enthusiast
2015-10-30 09:30:45 -0600 received badge  Editor (source)
2015-10-30 09:19:46 -0600 commented question How to find the rotated angle of object

See the template image and scene image with output . I need
to find the angle based on template.

2015-10-30 03:50:30 -0600 commented question How to find the rotated angle of object

Ok. I am having two images one is template and another is scene which captured from webcam. While i am doing the surf detection it finds the match. but i need to detect the angle of rotation in the scene with respect to the template

2015-10-30 02:09:22 -0600 asked a question How to find the rotated angle of object

I am using the homographythis tutorial for pattern matching. It is working but i need to find the degree of rotation of that object in scene. See the template image and scene image with output . I need to find the angle based on template.

2015-10-30 02:06:51 -0600 commented answer The homography tutorial in java

Hi! Thanks for your code ! How to find the rotated angle of object in scene?