Ask Your Question

mrpega's profile - activity

2015-02-06 05:01:47 -0600 received badge  Student (source)
2014-11-24 23:51:55 -0600 commented answer How to get SURF to work in these scenarios?

I found a demo for the SURF, SIFT and ASIFT. In this demo, they are look pretty adaptable though..I wonder did they implement it differently from me:

SURF:http://demo.ipol.im/demo/69/result?key=9A4D56A520918F5E56991897D3D5AA15 SIFT: http://demo.ipol.im/demo/82/result?key=0F7C973CAC8E2641A879BA1EEC3C2052 ASIFT:http://demo.ipol.im/demo/my_affine_sift/result?key=62EFE027693293F949F14E76A682008D

2014-11-24 20:34:30 -0600 commented answer How to get SURF to work in these scenarios?

The ASIFT principle sounds interesting..Thanks for the heads up! =)

2014-11-23 03:31:58 -0600 asked a question How to get SURF to work in these scenarios?

Hey guys, SURF is able to compare images which are of different scale but they have to be the same proportion. For example, they are able to match picture 1 (1000x800) to picture 2 (500x400) but if picture 2's dimensions are squashed to (500x300), SURF is not able to detect them.

Also, when doing a comparison between picture 1 (1000x800) and picture 2 (500x400), i tried to rotate picture 2 to 10 degrees right, SURF is able to pick them up, but the bounding box i drew using the same homograph returned isn't working correctly.

Please help...Thanks!

2014-11-18 19:07:22 -0600 asked a question How do i build opencv 3.0 extra modules only?

The guide here only says building the base opencv3.0 together with the extra module.

But what about building the extra modules only because I have already build the base opencv 3.0?

thanks!

2014-11-18 19:04:56 -0600 asked a question How do i build opencv 3 extra modules only?