@Namespace(value="cv::dnn") @Properties(inherit=opencv_dnn.class) public class TextDetectionModel_EAST extends TextDetectionModel
Model.ImplPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TextDetectionModel_EAST() |
TextDetectionModel_EAST(BytePointer model) |
TextDetectionModel_EAST(BytePointer model,
BytePointer config)
\brief Create text detection model from network represented in one of the supported formats.
|
TextDetectionModel_EAST(long size)
Native array allocator.
|
TextDetectionModel_EAST(Net network)
\brief Create text detection algorithm from deep learning network
|
TextDetectionModel_EAST(Pointer p)
Pointer cast constructor.
|
TextDetectionModel_EAST(String model) |
TextDetectionModel_EAST(String model,
String config) |
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceThreshold()
\brief Get the detection confidence threshold
|
float |
getNMSThreshold()
\brief Get the detection confidence threshold
|
TextDetectionModel_EAST |
getPointer(long i) |
TextDetectionModel_EAST |
position(long position) |
TextDetectionModel_EAST |
setConfidenceThreshold(float confThreshold)
\brief Set the detection confidence threshold
|
TextDetectionModel_EAST |
setNMSThreshold(float nmsThreshold)
\brief Set the detection NMS filter threshold
|
detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectangles, detectTextRectanglesasNet, getImpl, getImplRef, getNetwork_, predict, predict, predict, predict, predict, predict, predict, predict, predict, put, setInputCrop, setInputMean, setInputParams, setInputParams, setInputScale, setInputSize, setInputSize, setInputSwapRB, setPreferableBackend, setPreferableTargetaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TextDetectionModel_EAST(Pointer p)
Pointer(Pointer).public TextDetectionModel_EAST(long size)
Pointer.position(long).public TextDetectionModel_EAST()
public TextDetectionModel_EAST(@Const @ByRef Net network)
network - [in] Net objectpublic TextDetectionModel_EAST(@StdString BytePointer model, @StdString BytePointer config)
model - [in] Binary file contains trained weights.config - [in] Text file contains network configuration.public TextDetectionModel_EAST(@StdString BytePointer model)
public TextDetectionModel_EAST(@StdString String model, @StdString String config)
public TextDetectionModel_EAST(@StdString String model)
public TextDetectionModel_EAST position(long position)
public TextDetectionModel_EAST getPointer(long i)
getPointer in class Model@ByRef public TextDetectionModel_EAST setConfidenceThreshold(float confThreshold)
confThreshold - [in] A threshold used to filter boxes by confidencespublic float getConfidenceThreshold()
@ByRef public TextDetectionModel_EAST setNMSThreshold(float nmsThreshold)
nmsThreshold - [in] A threshold used in non maximum suppressionpublic float getNMSThreshold()
Copyright © 2022. All rights reserved.