-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not as good as you said #1
Comments
Hi, thank you for interest in our work. With the configuration of TextDetection used in paper:
For a grayscale image with the size of 200M:
In visual studio 2019:
With your configuration:
For a grayscale image with the size of 200M:
In visual studio 2019:
Conclusion:
|
By the way, I only have time on weekends to track down problems. |
Thank you for your reply, I will try again. |
I used gray image, channel: 1, size: 1920 x 1080.
1. These are some my OpenCV code:
2. These are some you methods code:
(1). config:
(2). Four algorithms were tested separately:
3. Results:
(1). OpenCV: 227ms
(2). img_ms_mser: 158ms
(3). img_linked_linear_mser: 183ms
(4). img_fast_mser_v1: 188ms
(5). img_fast_mser_v2: 160ms
4. So is there a problem with where I set it up? How can we achieve the speed you said.
Thank you very much!
The text was updated successfully, but these errors were encountered: