public static class opencv_legacy.LDetector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.LDetector() |
opencv_legacy.LDetector(int size) |
opencv_legacy.LDetector(int _radius,
int _threshold,
int _nOctaves,
int _nViews,
double _baseFeatureSize,
double _clusteringDistance) |
opencv_legacy.LDetector(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, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_legacy.LDetector(Pointer p)
public opencv_legacy.LDetector(int size)
public opencv_legacy.LDetector()
public opencv_legacy.LDetector(int _radius,
int _threshold,
int _nOctaves,
int _nViews,
double _baseFeatureSize,
double _clusteringDistance)
public opencv_legacy.LDetector position(int position)
public void apply(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints, int maxCount, boolean scaleCoords)
public void apply(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints)
public void apply(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints, int maxCount, boolean scaleCoords)
public void apply(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints)
public void getMostStable2D(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints, int maxCount, opencv_legacy.PatchGenerator patchGenerator)
public void setVerbose(boolean verbose)
public void read(opencv_core.FileNode node)
public void write(opencv_core.FileStorage fs, BytePointer name)
public void write(opencv_core.FileStorage fs)
public void write(opencv_core.FileStorage fs, String name)
public int radius()
public opencv_legacy.LDetector radius(int radius)
public int threshold()
public opencv_legacy.LDetector threshold(int threshold)
public int nOctaves()
public opencv_legacy.LDetector nOctaves(int nOctaves)
public int nViews()
public opencv_legacy.LDetector nViews(int nViews)
public boolean verbose()
public opencv_legacy.LDetector verbose(boolean verbose)
public double baseFeatureSize()
public opencv_legacy.LDetector baseFeatureSize(double baseFeatureSize)
public double clusteringDistance()
public opencv_legacy.LDetector clusteringDistance(double clusteringDistance)
Copyright © 2014. All Rights Reserved.