cdut007/javacv

image stitching

Closed this issue · 2 comments

What steps will reproduce the problem?
1.  I am trying to stitch two images based on the link given below.
2.  http://thisoldhack.blogspot.com/2010/11/opencv-surf-and-qt.html

3.  The author uses Qvector in c++ corresponding to java.util.Vector. I am not 
able to substitute correctly in place of 
keyPointMatches.append(Vector<CvPoint2D32f>());

I used keyPointMatches.add(Vector<CvPoint2D32f>); and 
keyPointMatches.add(Vector<CvPoint2D32f>()); 

What is the expected output? What do you see instead?
I am getting the error as--- Syntax error on token ">", Expression expected 
after this token

What version of the product are you using? On what operating system?
Ubuntu 10.04, OpenCV 2.3 

Please provide any additional information below.


Original issue reported on code.google.com by ashwin8...@gmail.com on 28 Sep 2011 at 9:35

If you have some code, please provide it

Original comment by samuel.a...@gmail.com on 30 Sep 2011 at 1:19

Since this issue has been idling for a while, and there does not appear to be 
any valid issue, I am marking as invalid for now.

Original comment by samuel.a...@gmail.com on 8 Jan 2012 at 3:39

  • Changed state: Invalid