public static class opencv_features2d.GenericDescriptorMatcher extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.GenericDescriptorMatcher() |
opencv_features2d.GenericDescriptorMatcher(Pointer p) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.GenericDescriptorMatcher()
public opencv_features2d.GenericDescriptorMatcher(Pointer p)
public void add(opencv_core.MatVector images, opencv_features2d.KeyPointVectorVector keypoints)
public opencv_core.MatVector getTrainImages()
public opencv_features2d.KeyPointVectorVector getTrainKeypoints()
public void clear()
public boolean isMaskSupported()
public void train()
public void classify(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_core.Mat trainImage, opencv_features2d.KeyPoint trainKeypoints)
public void classify(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints)
public void match(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_core.Mat trainImage, opencv_features2d.KeyPoint trainKeypoints, opencv_features2d.DMatch matches, opencv_core.Mat mask)
public void match(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_core.Mat trainImage, opencv_features2d.KeyPoint trainKeypoints, opencv_features2d.DMatch matches)
public void knnMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_core.Mat trainImage, opencv_features2d.KeyPoint trainKeypoints, opencv_features2d.DMatchVectorVector matches, int k, opencv_core.Mat mask, boolean compactResult)
public void knnMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_core.Mat trainImage, opencv_features2d.KeyPoint trainKeypoints, opencv_features2d.DMatchVectorVector matches, int k)
public void radiusMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_core.Mat trainImage, opencv_features2d.KeyPoint trainKeypoints, opencv_features2d.DMatchVectorVector matches, float maxDistance, opencv_core.Mat mask, boolean compactResult)
public void radiusMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_core.Mat trainImage, opencv_features2d.KeyPoint trainKeypoints, opencv_features2d.DMatchVectorVector matches, float maxDistance)
public void match(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_features2d.DMatch matches, opencv_core.MatVector masks)
public void match(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_features2d.DMatch matches)
public void knnMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_features2d.DMatchVectorVector matches, int k, opencv_core.MatVector masks, boolean compactResult)
public void knnMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_features2d.DMatchVectorVector matches, int k)
public void radiusMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_features2d.DMatchVectorVector matches, float maxDistance, opencv_core.MatVector masks, boolean compactResult)
public void radiusMatch(opencv_core.Mat queryImage, opencv_features2d.KeyPoint queryKeypoints, opencv_features2d.DMatchVectorVector matches, float maxDistance)
public void read(opencv_core.FileNode fn)
public void write(opencv_core.FileStorage fs)
public boolean empty()
public opencv_features2d.GenericDescriptorMatcher clone(boolean emptyTrainData)
public opencv_features2d.GenericDescriptorMatcher clone()
public opencv_features2d.GenericDescriptorMatcher create(BytePointer genericDescritptorMatcherType, BytePointer paramsFilename)
public opencv_features2d.GenericDescriptorMatcher create(BytePointer genericDescritptorMatcherType)
public opencv_features2d.GenericDescriptorMatcher create(String genericDescritptorMatcherType, String paramsFilename)
public opencv_features2d.GenericDescriptorMatcher create(String genericDescritptorMatcherType)
Copyright © 2014. All Rights Reserved.