@Namespace(value="cv")
@NoOffset
public static class opencv_tracking.CvParams
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.BytePointer |
name() |
opencv_tracking.CvParams |
name(org.bytedeco.javacpp.BytePointer name) |
void |
printAttrs() |
void |
printDefaults() |
boolean |
read(opencv_core.FileNode node) |
boolean |
scanAttr(org.bytedeco.javacpp.BytePointer prmName,
org.bytedeco.javacpp.BytePointer val) |
boolean |
scanAttr(String prmName,
String val) |
void |
write(opencv_core.FileStorage fs) |
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 CvParams(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void write(@ByRef
opencv_core.FileStorage fs)
@Cast(value="bool")
public boolean read(@Const @ByRef
opencv_core.FileNode node)
public void printDefaults()
public void printAttrs()
@Cast(value="bool")
public boolean scanAttr(@StdString
org.bytedeco.javacpp.BytePointer prmName,
@StdString
org.bytedeco.javacpp.BytePointer val)
@Cast(value="bool")
public boolean scanAttr(@StdString
String prmName,
@StdString
String val)
@StdString public org.bytedeco.javacpp.BytePointer name()
public opencv_tracking.CvParams name(org.bytedeco.javacpp.BytePointer name)
Copyright © 2018. All rights reserved.