| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvString |
opencv_core.cvMemStorageAllocString(opencv_core.CvMemStorage storage,
org.bytedeco.javacpp.BytePointer ptr) |
static opencv_core.CvString |
opencv_core.cvMemStorageAllocString(opencv_core.CvMemStorage storage,
org.bytedeco.javacpp.BytePointer ptr,
int len)
Allocates string in memory storage
|
static opencv_core.CvString |
opencv_core.cvMemStorageAllocString(opencv_core.CvMemStorage storage,
String ptr) |
static opencv_core.CvString |
opencv_core.cvMemStorageAllocString(opencv_core.CvMemStorage storage,
String ptr,
int len) |
opencv_core.CvString |
opencv_core.CvFileNode.data_str()
text string
|
opencv_core.CvString |
opencv_core.CvString.len(int len) |
opencv_core.CvString |
opencv_core.CvString.position(long position) |
opencv_core.CvString |
opencv_core.CvString.ptr(org.bytedeco.javacpp.BytePointer ptr) |
opencv_core.CvString |
opencv_core.CvStringHashNode.str() |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvFileNode |
opencv_core.CvFileNode.data_str(opencv_core.CvString data_str) |
opencv_core.CvStringHashNode |
opencv_core.CvStringHashNode.str(opencv_core.CvString str) |
Copyright © 2018. All rights reserved.