1 | initial version |
what should i do ? -- first, have a look at the docs. you should avoid those deprecated interfaces, and use code like ORB orb = ORB.create()
instead.
how do i get SIFT ? -- you'll have to (re)build your opencv adroid sdk locally from src, with the opencv contrib modules.
git clone -b 3.4 https://github.com/opencv/opencv
git clone -b 3.4 https://github.com/opencv/opencv_contrib
have a look here for further build instructions (you'll also need some tools, like python, cmake and ninja)
2 | No.2 Revision |
what should i do ? -- first, have a look at the docs. you should avoid those deprecated interfaces, and use code like ORB orb = ORB.create()
instead.
how do i get SIFT ? -- you'll have to (re)build your opencv adroid sdk locally from src, with the opencv contrib modules.
git clone -b 3.4 https://github.com/opencv/opencv
git clone -b 3.4 https://github.com/opencv/opencv_contrib
have a look here for further build instructions (you'll also need some tools, like python, cmake and ninja)
3 | No.3 Revision |
what should i do ? -- first, have a look at the docs. you should avoid those deprecated interfaces, and use code like ORB orb = ORB.create()
instead.
how do i get SIFT ? -- you'll have to (re)build your opencv adroid android sdk locally from src, with the opencv contrib modules.
git clone -b 3.4 https://github.com/opencv/opencv
git clone -b 3.4 https://github.com/opencv/opencv_contrib
have a look here for further build instructions (you'll also need some tools, like python, cmake and ninja)