public static class opencv_features2d.DescriptorMatcher extends opencv_core.Algorithm
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.DescriptorMatcher() |
opencv_features2d.DescriptorMatcher(Pointer p) |
_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, info, name, paramHelp, paramHelp, paramType, paramType, position, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAlgorithm, setAlgorithm, setBool, setBool, setDouble, setDouble, setInt, setInt, setMat, setMat, setMatVector, setMatVector, setString, setStringaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.DescriptorMatcher()
public opencv_features2d.DescriptorMatcher(Pointer p)
public void add(opencv_core.MatVector descriptors)
public opencv_core.MatVector getTrainDescriptors()
public void clear()
public boolean empty()
public boolean isMaskSupported()
public void train()
public void match(opencv_core.Mat queryDescriptors, opencv_core.Mat trainDescriptors, opencv_features2d.DMatch matches, opencv_core.Mat mask)
public void match(opencv_core.Mat queryDescriptors, opencv_core.Mat trainDescriptors, opencv_features2d.DMatch matches)
public void knnMatch(opencv_core.Mat queryDescriptors, opencv_core.Mat trainDescriptors, opencv_features2d.DMatchVectorVector matches, int k, opencv_core.Mat mask, boolean compactResult)
public void knnMatch(opencv_core.Mat queryDescriptors, opencv_core.Mat trainDescriptors, opencv_features2d.DMatchVectorVector matches, int k)
public void radiusMatch(opencv_core.Mat queryDescriptors, opencv_core.Mat trainDescriptors, opencv_features2d.DMatchVectorVector matches, float maxDistance, opencv_core.Mat mask, boolean compactResult)
public void radiusMatch(opencv_core.Mat queryDescriptors, opencv_core.Mat trainDescriptors, opencv_features2d.DMatchVectorVector matches, float maxDistance)
public void match(opencv_core.Mat queryDescriptors, opencv_features2d.DMatch matches, opencv_core.MatVector masks)
public void match(opencv_core.Mat queryDescriptors, opencv_features2d.DMatch matches)
public void knnMatch(opencv_core.Mat queryDescriptors, opencv_features2d.DMatchVectorVector matches, int k, opencv_core.MatVector masks, boolean compactResult)
public void knnMatch(opencv_core.Mat queryDescriptors, opencv_features2d.DMatchVectorVector matches, int k)
public void radiusMatch(opencv_core.Mat queryDescriptors, opencv_features2d.DMatchVectorVector matches, float maxDistance, opencv_core.MatVector masks, boolean compactResult)
public void radiusMatch(opencv_core.Mat queryDescriptors, opencv_features2d.DMatchVectorVector matches, float maxDistance)
public void read(opencv_core.FileNode arg0)
read in class opencv_core.Algorithmpublic void write(opencv_core.FileStorage arg0)
write in class opencv_core.Algorithmpublic opencv_features2d.DescriptorMatcher clone(boolean emptyTrainData)
public opencv_features2d.DescriptorMatcher clone()
public opencv_features2d.DescriptorMatcher create(BytePointer descriptorMatcherType)
public opencv_features2d.DescriptorMatcher create(String descriptorMatcherType)
Copyright © 2014. All Rights Reserved.