@Namespace(value="cv")
public static class opencv_tracking.TrackerSamplerAlgorithm
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
TrackerSamplerAlgorithm(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerSamplerAlgorithm |
create(org.bytedeco.javacpp.BytePointer trackerSamplerType)
\brief Create TrackerSamplerAlgorithm by tracker sampler type.
|
static opencv_tracking.TrackerSamplerAlgorithm |
create(String trackerSamplerType) |
org.bytedeco.javacpp.BytePointer |
getClassName()
\brief Get the name of the specific TrackerSamplerAlgorithm
|
boolean |
sampling(opencv_core.Mat image,
opencv_core.Rect boundingBox,
opencv_core.MatVector sample)
\brief Computes the regions starting from a position in an image.
|
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TrackerSamplerAlgorithm(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr @ByVal public static opencv_tracking.TrackerSamplerAlgorithm create(@opencv_core.Str org.bytedeco.javacpp.BytePointer trackerSamplerType)
trackerSamplerType - The trackerSamplerType name
The modes available now:
- "CSC" -- Current State Center - "CS" -- Current State
@opencv_core.Ptr @ByVal public static opencv_tracking.TrackerSamplerAlgorithm create(@opencv_core.Str String trackerSamplerType)
@Cast(value="bool")
public boolean sampling(@Const @ByRef
opencv_core.Mat image,
@ByVal
opencv_core.Rect boundingBox,
@ByRef
opencv_core.MatVector sample)
Return true if samples are computed, false otherwise
image - The current frameboundingBox - The bounding box from which regions can be calculated
sample - The computed samples \cite AAM Fig. 1 variable Sk@opencv_core.Str public org.bytedeco.javacpp.BytePointer getClassName()
Copyright © 2018. All rights reserved.