Uses of Class
org.opencv.features2d.ORB
-
Packages that use ORB Package Description org.opencv.features2d -
-
Uses of ORB in org.opencv.features2d
Methods in org.opencv.features2d that return ORB Modifier and Type Method Description static ORB
ORB. __fromPtr__(long addr)
static ORB
ORB. create()
The ORB constructor pyramid, where each next level has 4x less pixels than the previous, but such a big scale factor will degrade feature matching scores dramatically.static ORB
ORB. create(int nfeatures)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor, int nlevels)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType, int patchSize)
The ORB constructorstatic ORB
ORB. create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType, int patchSize, int fastThreshold)
The ORB constructor
-