Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
0e74d63d
Commit
0e74d63d
authored
Jul 23, 2017
by
sghoshcvc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified to handle windows warning
parent
103fbaf4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
text_detectorCNN.cpp
modules/text/src/text_detectorCNN.cpp
+2
-2
No files found.
modules/text/src/text_detectorCNN.cpp
View file @
0e74d63d
...
...
@@ -230,7 +230,7 @@ Ptr<DeepCNNTextDetector> DeepCNNTextDetector::create(String archFilename,String
return
Ptr
<
DeepCNNTextDetector
>
();
break
;
}
return
Ptr
<
DeepCNNTextDetector
>
();
//
return Ptr<DeepCNNTextDetector>();
}
...
...
@@ -257,7 +257,7 @@ Ptr<DeepCNNTextDetector> DeepCNNTextDetector::createTextBoxNet(String archFilena
return
Ptr
<
DeepCNNTextDetector
>
();
break
;
}
return
Ptr
<
DeepCNNTextDetector
>
();
//
return Ptr<DeepCNNTextDetector>();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment