public static class opencv_legacy.PlanarObjectDetector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.PlanarObjectDetector() |
opencv_legacy.PlanarObjectDetector(int size) |
opencv_legacy.PlanarObjectDetector(opencv_core.FileNode node) |
opencv_legacy.PlanarObjectDetector(opencv_core.MatVector pyr) |
opencv_legacy.PlanarObjectDetector(opencv_core.MatVector pyr,
int _npoints,
int _patchSize,
int _nstructs,
int _structSize,
int _nviews,
opencv_legacy.LDetector detector,
opencv_legacy.PatchGenerator patchGenerator) |
opencv_legacy.PlanarObjectDetector(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.PlanarObjectDetector(Pointer p)
public opencv_legacy.PlanarObjectDetector(int size)
public opencv_legacy.PlanarObjectDetector()
public opencv_legacy.PlanarObjectDetector(opencv_core.FileNode node)
public opencv_legacy.PlanarObjectDetector(opencv_core.MatVector pyr, int _npoints, int _patchSize, int _nstructs, int _structSize, int _nviews, opencv_legacy.LDetector detector, opencv_legacy.PatchGenerator patchGenerator)
public opencv_legacy.PlanarObjectDetector(opencv_core.MatVector pyr)
public opencv_legacy.PlanarObjectDetector position(int position)
public void train(opencv_core.MatVector pyr, int _npoints, int _patchSize, int _nstructs, int _structSize, int _nviews, opencv_legacy.LDetector detector, opencv_legacy.PatchGenerator patchGenerator)
public void train(opencv_core.MatVector pyr)
public void train(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints, int _patchSize, int _nstructs, int _structSize, int _nviews, opencv_legacy.LDetector detector, opencv_legacy.PatchGenerator patchGenerator)
public void train(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints)
public opencv_features2d.KeyPoint getModelPoints()
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 boolean apply(opencv_core.Mat image, opencv_core.Mat H, opencv_core.Point2f corners)
public boolean apply(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints, opencv_core.Mat H, opencv_core.Point2f corners, IntPointer pairs)
public boolean apply(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints, opencv_core.Mat H, opencv_core.Point2f corners)
public boolean apply(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints, opencv_core.Mat H, opencv_core.Point2f corners, IntBuffer pairs)
public boolean apply(opencv_core.MatVector pyr, opencv_features2d.KeyPoint keypoints, opencv_core.Mat H, opencv_core.Point2f corners, int[] pairs)
Copyright © 2014. All Rights Reserved.