..
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).
10 years ago
OCRHMM_knn_model_data.xml.gz
updates webcam_demo sample to use OCRHMMDecoder class
11 years ago
OCRHMM_transitions_table.xml
updates webcam_demo sample to use OCRHMMDecoder class
11 years ago
character_recognition.cpp
fix spelling
8 years ago
cropped_word_recognition.cpp
fix spelling
8 years ago
deeptextdetection.py
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
8 years ago
detect_er_chars.py
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
8 years ago
dictnet_demo.cpp
text: small adjustments in samples and image preprocessing
8 years ago
end_to_end_recognition.cpp
Merge pull request #2412 from atinfinity:fixed-typo
5 years ago
scenetext01.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
scenetext02.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
scenetext03.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
scenetext04.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
scenetext05.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
scenetext06.jpg
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
scenetext_char01.jpg
Adds demo program of Scene Text Character Recognition using the CNN classifier.
10 years ago
scenetext_char02.jpg
Adds demo program of Scene Text Character Recognition using the CNN classifier.
10 years ago
scenetext_char03.jpg
Adds demo program of Scene Text Character Recognition using the CNN classifier.
10 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.
10 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.
10 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.
10 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.
10 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.
10 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.
10 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.
10 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.
10 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.
10 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.
10 years ago
scenetext_word01.jpg
Add a demo program for the OCRBeamSearchDecoder class and needed data files
10 years ago
scenetext_word02.jpg
Add a demo program for the OCRBeamSearchDecoder class and needed data files
10 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.
10 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.
10 years ago
segmented_word_recognition.cpp
fix spelling
8 years ago
text_recognition_cnn.cpp
text: improve DL-based samples
8 years ago
textbox.prototxt
Update PriorBox layer
8 years ago
textbox_demo.cpp
text: improve DL-based samples
8 years ago
textdetection.cpp
Fixed several warnings produced by GCC 7
8 years ago
textdetection.py
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
8 years ago
textdetection_swt.cpp
Merge pull request #2464 from devanshbatra04:master
5 years ago
trained_classifierNM1.xml
update to new OpenCV 3.0 ml API
11 years ago
trained_classifierNM2.xml
update to new OpenCV 3.0 ml API
11 years ago
trained_classifier_erGrouping.xml
update to new OpenCV 3.0 ml API
11 years ago
webcam_demo.cpp
samples: apply CV_OVERRIDE/CV_FINAL
7 years ago