Can someone please walk me through on how exactly I should do to stitch images in Android using opencv? some tutorials says I should include it as module while some says I should copy .so to jniLib folder. but no matter what I do, none of them work...a working example would help a lot too!
Asked
Active
Viewed 268 times
1
-
For installing OpenCV on Android you may try this link: http://stackoverflow.com/a/40746665/3051961 – ZdaR Apr 22 '17 at 04:39
-
@ZdaR yes, I've already successfully installed opencv, but I can't get it to do image stitching – user1865027 Apr 22 '17 at 07:35
-
1Do you mean making one image from two images (stitched together) or do you mean [this](https://en.wikipedia.org/wiki/Image_stitching)? – Rick M. Apr 26 '17 at 12:35
-
@RickM. arent they the same? – user1865027 May 01 '17 at 17:59
-
isnt the link you posted stitches images into one – user1865027 May 01 '17 at 17:59
-
No they aren't. – Rick M. May 02 '17 at 15:05
-
they seem to be the same to me. i want to stitch multiple images into one – user1865027 May 02 '17 at 17:33