You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Please don't merge yet. I will be adding test and sample code. @berak can you kindly have a look? I feel I am including everything but I get an error. OpenCV compiles perfectly (or so I suppose).
undefined reference to `cv::text::SWTTextDetection(cv::Mat const&, bool)' when I compile a sample program. The hpp file is loaded but apparently cmake or gcc cannot find SWTTextDetection.cpp. I have been stuck on this for two days now :/
I could confirm that SWTTextDetection.cpp is definitely being compiled by cmake.
This most definitely has something to do with SWTTextDetection.cpp not being loaded or linked during make.
devanshbatra04
changed the title
[WIP] add text detection algo - Stroke Width Transform
[WIP] Add Stroke Width Transform algorithm for Text Detection
Mar 19, 2020
doc errors : if you rename opencv_contrib/.git/hooks/pre-commit.sample to opencv_contrib/.git/hooks/pre-commit , you will get the warnings locally at commit time (and can fix them before pushing)
devanshbatra04
changed the title
[WIP] Add Stroke Width Transform algorithm for Text Detection
Add Stroke Width Transform algorithm for Text Detection
Apr 15, 2020
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.
closes opencv/opencv#5506
Please don't merge yet. I will be adding test and sample code. @berak can you kindly have a look? I feel I am including everything but I get an error. OpenCV compiles perfectly (or so I suppose).
undefined reference to `cv::text::SWTTextDetection(cv::Mat const&, bool)'
when I compile a sample program. The hpp file is loaded but apparently cmake or gcc cannot find SWTTextDetection.cpp. I have been stuck on this for two days now :/I could confirm that SWTTextDetection.cpp is definitely being compiled by cmake.
This most definitely has something to do with SWTTextDetection.cpp not being loaded or linked during make.
### Pull Request Readiness ChecklistSee details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.