| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvAttrList |
opencv_core.cvAttrList() |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(byte[] attr,
opencv_core.CvAttrList next) |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(ByteBuffer attr,
opencv_core.CvAttrList next) |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(org.bytedeco.javacpp.BytePointer attr,
opencv_core.CvAttrList next) |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(org.bytedeco.javacpp.PointerPointer attr,
opencv_core.CvAttrList next)
initializes CvAttrList structure
|
opencv_core.CvAttrList |
opencv_core.CvAttrList.next()
Pointer to next chunk of the attributes list.
|
opencv_core.CvAttrList |
opencv_core.CvAttrList.next(opencv_core.CvAttrList next) |
opencv_core.CvAttrList |
opencv_core.CvAttrList.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_core.CvWriteFunc.call(opencv_core.CvFileStorage storage,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.Pointer struct_ptr,
opencv_core.CvAttrList attributes) |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(byte[] attr,
opencv_core.CvAttrList next) |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(ByteBuffer attr,
opencv_core.CvAttrList next) |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(org.bytedeco.javacpp.BytePointer attr,
opencv_core.CvAttrList next) |
static opencv_core.CvAttrList |
opencv_core.cvAttrList(org.bytedeco.javacpp.PointerPointer attr,
opencv_core.CvAttrList next)
initializes CvAttrList structure
|
static org.bytedeco.javacpp.BytePointer |
opencv_core.cvAttrValue(opencv_core.CvAttrList attr,
org.bytedeco.javacpp.BytePointer attr_name)
returns attribute value or 0 (NULL) if there is no such attribute
|
static String |
opencv_core.cvAttrValue(opencv_core.CvAttrList attr,
String attr_name) |
static org.bytedeco.javacpp.Pointer |
opencv_core.cvRead(opencv_core.CvFileStorage fs,
opencv_core.CvFileNode node,
opencv_core.CvAttrList attributes)
\brief Decodes an object and returns a pointer to it.
|
static org.bytedeco.javacpp.Pointer |
opencv_core.cvReadByName(opencv_core.CvFileStorage fs,
opencv_core.CvFileNode map,
org.bytedeco.javacpp.BytePointer name,
opencv_core.CvAttrList attributes)
\brief Finds an object by name and decodes it.
|
static org.bytedeco.javacpp.Pointer |
opencv_core.cvReadByName(opencv_core.CvFileStorage fs,
opencv_core.CvFileNode map,
String name,
opencv_core.CvAttrList attributes) |
static void |
opencv_core.cvSave(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.Pointer struct_ptr,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer comment,
opencv_core.CvAttrList attributes)
\brief Saves an object to a file.
|
static void |
opencv_core.cvSave(String filename,
org.bytedeco.javacpp.Pointer struct_ptr,
String name,
String comment,
opencv_core.CvAttrList attributes) |
static void |
opencv_core.cvStartWriteStruct(opencv_core.CvFileStorage fs,
org.bytedeco.javacpp.BytePointer name,
int struct_flags,
org.bytedeco.javacpp.BytePointer type_name,
opencv_core.CvAttrList attributes)
\brief Starts writing a new structure.
|
static void |
opencv_core.cvStartWriteStruct(opencv_core.CvFileStorage fs,
String name,
int struct_flags,
String type_name,
opencv_core.CvAttrList attributes) |
static void |
opencv_core.cvWrite(opencv_core.CvFileStorage fs,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.Pointer ptr,
opencv_core.CvAttrList attributes)
\brief Writes an object to file storage.
|
static void |
opencv_core.cvWrite(opencv_core.CvFileStorage fs,
String name,
org.bytedeco.javacpp.Pointer ptr,
opencv_core.CvAttrList attributes) |
opencv_core.CvAttrList |
opencv_core.CvAttrList.next(opencv_core.CvAttrList next) |
Copyright © 2018. All rights reserved.