@Namespace(value="cv::aruco")
public static class opencv_aruco.Board
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Board()
Default native constructor.
|
Board(long size)
Native array allocator.
|
Board(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Board()
public Board(long size)
Pointer.position(long).public Board(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_aruco.Board position(long position)
position in class org.bytedeco.javacpp.Pointer@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.MatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.Mat ids)
objPoints - array of object points of all the marker corners in the boarddictionary - the dictionary of markers employed for this boardids - vector of the identifiers of the markers in the board@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.UMatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.Mat ids)
@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.GpuMatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.Mat ids)
@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.MatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.UMat ids)
@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.UMatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.UMat ids)
@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.GpuMatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.UMat ids)
@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.MatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.GpuMat ids)
@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.UMatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.GpuMat ids)
@opencv_core.Ptr public static opencv_aruco.Board create(@ByVal opencv_core.GpuMatVector objPoints, @opencv_core.Ptr opencv_aruco.Dictionary dictionary, @ByVal opencv_core.GpuMat ids)
@ByRef public opencv_core.Point3fVectorVector objPoints()
public opencv_aruco.Board objPoints(opencv_core.Point3fVectorVector objPoints)
@opencv_core.Ptr public opencv_aruco.Dictionary dictionary()
public opencv_aruco.Board dictionary(opencv_aruco.Dictionary dictionary)
@StdVector public org.bytedeco.javacpp.IntPointer ids()
public opencv_aruco.Board ids(org.bytedeco.javacpp.IntPointer ids)
Copyright © 2018. All rights reserved.