View Source Evision.DNN.TextDetectionModel (Evision v0.1.7)

Link to this section Summary

Functions

Raising version of detect/2.

Positional Arguments
Return
  • detections: [vector_Point]

Has overloading in C++

Positional Arguments
Return
  • detections: [RotatedRect]

Has overloading in C++

Link to this section Functions

Raising version of detect/2.

Positional Arguments
Return
  • detections: [vector_Point]

Has overloading in C++

Python prototype (for reference):

detect(frame) -> detections
Link to this function

detectTextRectangles!(self, frame)

View Source

Raising version of detectTextRectangles/2.

Link to this function

detectTextRectangles(self, frame)

View Source
Positional Arguments
Return
  • detections: [RotatedRect]

Has overloading in C++

Python prototype (for reference):

detectTextRectangles(frame) -> detections