| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(org.bytedeco.javacpp.BytePointer modelArchFilename,
org.bytedeco.javacpp.BytePointer modelWeightsFilename)
\overload
|
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(org.bytedeco.javacpp.BytePointer modelArchFilename,
org.bytedeco.javacpp.BytePointer modelWeightsFilename,
opencv_core.SizeVector detectionSizes)
\brief Creates an instance of the TextDetectorCNN class using the provided parameters.
|
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(String modelArchFilename,
String modelWeightsFilename) |
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(String modelArchFilename,
String modelWeightsFilename,
opencv_core.SizeVector detectionSizes) |
Copyright © 2018. All rights reserved.