View Source Evision.DNN.TextDetectionModel (Evision v0.1.8)
Link to this section Summary
Link to this section Functions
Raising version of detect/2
.
Positional Arguments
- frame:
Evision.Mat
Return
- detections:
[vector_Point]
Has overloading in C++
Python prototype (for reference):
detect(frame) -> detections
Raising version of detectTextRectangles/2
.
Positional Arguments
- frame:
Evision.Mat
Return
- detections:
[RotatedRect]
Has overloading in C++
Python prototype (for reference):
detectTextRectangles(frame) -> detections