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).
OCRHMM_knn_model_data.xml.gz updates webcam_demo sample to use OCRHMMDecoder class
OCRHMM_transitions_table.xml updates webcam_demo sample to use OCRHMMDecoder class
character_recognition.cpp fix spelling
cropped_word_recognition.cpp fix spelling
deeptextdetection.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
detect_er_chars.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
dictnet_demo.cpp text: small adjustments in samples and image preprocessing
end_to_end_recognition.cpp Updated internal calls to linear resize to use bit-exact version
scenetext01.jpg added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
scenetext02.jpg added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
scenetext03.jpg added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
scenetext04.jpg added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
scenetext05.jpg added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
scenetext06.jpg added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
scenetext_char01.jpg Adds demo program of Scene Text Character Recognition using the CNN classifier.
scenetext_char02.jpg Adds demo program of Scene Text Character Recognition using the CNN classifier.
scenetext_char03.jpg Adds demo program of Scene Text Character Recognition using the CNN classifier.
scenetext_segmented_word01.jpg Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word01_mask.png Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word02.jpg Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word02_mask.png Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word03.jpg Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word03_mask.png Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word04.jpg Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word04_mask.png Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word05.jpg Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_segmented_word05_mask.png Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
scenetext_word01.jpg Add a demo program for the OCRBeamSearchDecoder class and needed data files
scenetext_word02.jpg Add a demo program for the OCRBeamSearchDecoder class and needed data files
scenetext_word03.jpg Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon.
scenetext_word04.jpg Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon.
segmented_word_recognition.cpp fix spelling
text_recognition_cnn.cpp text: improve DL-based samples
textbox.prototxt Update PriorBox layer
textbox_demo.cpp text: improve DL-based samples
textdetection.cpp Fixed several warnings produced by GCC 7
textdetection.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
trained_classifierNM1.xml update to new OpenCV 3.0 ml API
trained_classifierNM2.xml update to new OpenCV 3.0 ml API
trained_classifier_erGrouping.xml update to new OpenCV 3.0 ml API
webcam_demo.cpp samples: apply CV_OVERRIDE/CV_FINAL