@Namespace(value="cv") @NoOffset public static class opencv_calib3d.CirclesGridFinderParameters2 extends opencv_calib3d.CirclesGridFinderParameters
ASYMMETRIC_GRID, SYMMETRIC_GRID| Constructor and Description |
|---|
CirclesGridFinderParameters2() |
CirclesGridFinderParameters2(long size)
Native array allocator.
|
CirclesGridFinderParameters2(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
maxRectifiedDistance()
Max deviation from predicion.
|
opencv_calib3d.CirclesGridFinderParameters2 |
maxRectifiedDistance(float maxRectifiedDistance) |
opencv_calib3d.CirclesGridFinderParameters2 |
position(long position) |
float |
squareSize()
Distance between two adjacent points.
|
opencv_calib3d.CirclesGridFinderParameters2 |
squareSize(float squareSize) |
convexHullFactor, convexHullFactor, densityNeighborhoodSize, densityNeighborhoodSize, edgeGain, edgeGain, edgePenalty, edgePenalty, existingVertexGain, existingVertexGain, gridType, gridType, keypointScale, keypointScale, kmeansAttempts, kmeansAttempts, minDensity, minDensity, minDistanceToAddKeypoint, minDistanceToAddKeypoint, minGraphConfidence, minGraphConfidence, minRNGEdgeSwitchDist, minRNGEdgeSwitchDist, vertexGain, vertexGain, vertexPenalty, vertexPenaltyaddress, 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 CirclesGridFinderParameters2(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CirclesGridFinderParameters2(long size)
Pointer.position(long).public CirclesGridFinderParameters2()
public opencv_calib3d.CirclesGridFinderParameters2 position(long position)
position in class opencv_calib3d.CirclesGridFinderParameterspublic float squareSize()
public opencv_calib3d.CirclesGridFinderParameters2 squareSize(float squareSize)
public float maxRectifiedDistance()
public opencv_calib3d.CirclesGridFinderParameters2 maxRectifiedDistance(float maxRectifiedDistance)
Copyright © 2018. All rights reserved.