@Namespace(value="cv::detail") @Properties(inherit=opencv_stitching.class) public class Estimator extends Pointer
/** \brief Rotation estimator base class.
It takes features of all images, pairwise matches between all images and estimates rotations of all cameras.
\note The coordinate system origin is implementation-dependent, but you can always normalize the rotations in respect to the first camera, for instance. :
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Estimator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
apply(ImageFeatures features,
MatchesInfo pairwise_matches,
CameraParams cameras)
\brief Estimates camera parameters.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public Estimator(Pointer p)
Pointer.Pointer(Pointer)
.@Cast(value="bool") @Name(value="operator ()") public boolean apply(@StdVector ImageFeatures features, @StdVector MatchesInfo pairwise_matches, @StdVector CameraParams cameras)
features
- Features of imagespairwise_matches
- Pairwise matches of imagescameras
- Estimated camera parametersCopyright © 2020. All rights reserved.