fix polygon generation problem#36
Open
kouxichao wants to merge 1 commit into
Open
Conversation
Author
|
But when I see if there is such a problem in the corresponding literature, I found that the test images in the literature does not seem to have this problem. |
|
@YoungminBaek Merge it. |
|
@kouxichao kouxichao, I try the code you suggested, but I get this image. I need to modify something else, or tune some parameters more? Many thanks |
Author
|
@visiont3lab have you fixxed this problem? it looks like you didn't set the --poly option in command |
|
Dea xichao,
I've seen the setting 1minute, after i sent the e-mail to you.
Is working smooth now,
Many thanks
Best regards
Daniele
Il giorno lun 21 ott 2019 alle ore 13:18 xichao <notifications@github.com>
ha scritto:
… have you fixxed this problem? it looks like you didn't set the --poly
option in command
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#36?email_source=notifications&email_token=ANEIM22OPEP5XSLUU65VGVLQPWFYNA5CNFSM4IMPOJTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBZ7ARI#issuecomment-544469061>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANEIM26RQA7PC6KZAHO462DQPWFYNANCNFSM4IMPOJTA>
.
|
yes, same problem for me have you modified the code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

When I use the image below to test the code and generate a polygon, Longer curved text does not produce a polygonal box,the result is shown in the figure.


I found that it is because the scanning of the text area is simply a scan in the w direction, but w is not necessarily a longer side, causing certain problems. After the change, the result is as shown below.