| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_core | |
| org.bytedeco.opencv.opencv_dnn | |
| org.bytedeco.opencv.opencv_flann | |
| org.bytedeco.opencv.opencv_ml |
| Modifier and Type | Method and Description |
|---|---|
static Mat |
opencv_text.createOCRHMMTransitionsTable(BytePointer vocabulary,
StringVector lexicon) |
static Mat |
opencv_text.createOCRHMMTransitionsTable(String vocabulary,
StringVector lexicon) |
static void |
opencv_core.glob(BytePointer pattern,
StringVector result) |
static void |
opencv_core.glob(BytePointer pattern,
StringVector result,
boolean recursive) |
static void |
opencv_core.glob(String pattern,
StringVector result) |
static void |
opencv_core.glob(String pattern,
StringVector result,
boolean recursive) |
static boolean |
opencv_face.loadDatasetList(BytePointer imageList,
BytePointer annotationList,
StringVector images,
StringVector annotations)
\brief A utility to load list of paths to training image and annotation file.
|
static boolean |
opencv_face.loadDatasetList(String imageList,
String annotationList,
StringVector images,
StringVector annotations) |
static boolean |
opencv_face.loadTrainingData(String imageList,
String groundTruth,
StringVector images,
Point2fVectorVector facePoints,
float offset)
\brief A utility to load facial landmark information from the dataset.
|
static boolean |
opencv_face.loadTrainingData(String filename,
StringVector images,
Point2fVectorVector facePoints,
byte delim,
float offset)
\brief A utility to load facial landmark dataset from a single file.
|
static boolean |
opencv_face.loadTrainingData(StringVector filename,
Point2fVectorVector trainlandmarks,
StringVector trainimages)
\brief This function extracts the data for training from .txt files which contains the corresponding image name and landmarks.
|
static BytePointer |
opencv_stitching.matchesGraphAsString(StringVector pathes,
MatchesInfo pairwise_matches,
float conf_threshold) |
static void |
opencv_dnn.shrinkCaffeModel(BytePointer src,
BytePointer dst,
StringVector layersTypes)
\brief Convert all weights of Caffe network to half precision floating point.
|
static void |
opencv_dnn.shrinkCaffeModel(String src,
String dst,
StringVector layersTypes) |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
FileNode.keys()
\brief Returns keys of a mapping node.
|
StringVector |
StringVector.push_back(BytePointer value) |
StringVector |
StringVector.push_back(String value) |
StringVector |
StringVector.put(BytePointer... array) |
StringVector |
StringVector.put(BytePointer value) |
StringVector |
StringVector.put(long i,
BytePointer value) |
StringVector |
StringVector.put(long i,
String value) |
StringVector |
StringVector.put(String... array) |
StringVector |
StringVector.put(String value) |
StringVector |
StringVector.put(StringVector x) |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
StringVector.put(StringVector x) |
void |
FileStorage.write(BytePointer name,
StringVector val)
\overload
|
void |
FileStorage.write(String name,
StringVector val) |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
Net.getLayerNames() |
StringVector |
Net.getUnconnectedOutLayersNames()
\brief Returns names of layers with unconnected outputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Net.forward(GpuMatVector outputBlobs,
StringVector outBlobNames) |
void |
Net.forward(MatVector outputBlobs,
StringVector outBlobNames)
\brief Runs forward pass to compute outputs of layers listed in \p outBlobNames.
|
void |
Net.forward(UMatVector outputBlobs,
StringVector outBlobNames) |
void |
Net.forwardAndRetrieve(MatVectorVector outputBlobs,
StringVector outBlobNames)
\brief Runs forward pass to compute outputs of layers listed in \p outBlobNames.
|
void |
Net.getLayerTypes(StringVector layersTypes)
\brief Returns list of types for layer used in model.
|
void |
Net.setInputsNames(StringVector inputBlobNames)
\brief Sets outputs names of the network input pseudo layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexParams.getAll(StringVector names,
int[] types,
StringVector strValues,
double[] numValues) |
void |
IndexParams.getAll(StringVector names,
IntBuffer types,
StringVector strValues,
DoubleBuffer numValues) |
void |
IndexParams.getAll(StringVector names,
IntPointer types,
StringVector strValues,
DoublePointer numValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrainData.getNames(StringVector names)
\brief Returns vector of symbolic names captured in loadFromCSV()
|
Copyright © 2019. All rights reserved.