opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
75.95k stars 55.62k forks source link

Improved and refactored text detection sample in dnn module #25326

Open gursimarsingh opened 1 month ago

gursimarsingh commented 1 month ago

Clean up samples: #25006

This pull requests merges and simplifies different text detection samples in dnn module of opencv in to one file. An option has been provided to choose the detection model from EAST or DB

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

asmorkalov commented 1 month ago

@gursimarsingh I formatted sample a bit.

asmorkalov commented 1 month ago

Several notes on PR:

gursimarsingh commented 2 weeks ago

@asmorkalov Can you check now?