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
Repository
7899b4998a8150a71ca1a27a2f7b7a3927bbe777
Switch branch/tag
opencv_contrib
modules
text
samples
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
samples: apply CV_OVERRIDE/CV_FINAL
· 036e6995
Alexander Alekhin
authored
7 years ago
036e6995
Name
Last commit
Last update
..
OCRBeamSearch_CNN_model_data.xml.gz
Better CNN model for character recognition. Trained with an augmented dataset by adding translation/scale variations. Updated the croped word recognition with new class numbering (compatible with previous NM classifier).
9 years ago
OCRHMM_knn_model_data.xml.gz
updates webcam_demo sample to use OCRHMMDecoder class
10 years ago
OCRHMM_transitions_table.xml
updates webcam_demo sample to use OCRHMMDecoder class
10 years ago
character_recognition.cpp
fix spelling
7 years ago
cropped_word_recognition.cpp
fix spelling
7 years ago
deeptextdetection.py
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
detect_er_chars.py
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
dictnet_demo.cpp
text: small adjustments in samples and image preprocessing
7 years ago
end_to_end_recognition.cpp
Updated internal calls to linear resize to use bit-exact version
7 years ago
scenetext01.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
10 years ago
scenetext02.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
10 years ago
scenetext03.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
10 years ago
scenetext04.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
10 years ago
scenetext05.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
10 years ago
scenetext06.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
10 years ago
scenetext_char01.jpg
Adds demo program of Scene Text Character Recognition using the CNN classifier.
9 years ago
scenetext_char02.jpg
Adds demo program of Scene Text Character Recognition using the CNN classifier.
9 years ago
scenetext_char03.jpg
Adds demo program of Scene Text Character Recognition using the CNN classifier.
9 years ago
scenetext_segmented_word01.jpg
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word01_mask.png
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word02.jpg
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word02_mask.png
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word03.jpg
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word03_mask.png
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word04.jpg
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word04_mask.png
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word05.jpg
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_segmented_word05_mask.png
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
9 years ago
scenetext_word01.jpg
Add a demo program for the OCRBeamSearchDecoder class and needed data files
9 years ago
scenetext_word02.jpg
Add a demo program for the OCRBeamSearchDecoder class and needed data files
9 years ago
scenetext_word03.jpg
Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon.
9 years ago
scenetext_word04.jpg
Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon.
9 years ago
segmented_word_recognition.cpp
fix spelling
7 years ago
text_recognition_cnn.cpp
text: improve DL-based samples
7 years ago
textbox.prototxt
Update PriorBox layer
7 years ago
textbox_demo.cpp
text: improve DL-based samples
7 years ago
textdetection.cpp
Fixed several warnings produced by GCC 7
7 years ago
textdetection.py
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
trained_classifierNM1.xml
update to new OpenCV 3.0 ml API
10 years ago
trained_classifierNM2.xml
update to new OpenCV 3.0 ml API
10 years ago
trained_classifier_erGrouping.xml
update to new OpenCV 3.0 ml API
10 years ago
webcam_demo.cpp
samples: apply CV_OVERRIDE/CV_FINAL
7 years ago