• logic1988's avatar
    Merge pull request #921 from logic1988/master · 99294995
    logic1988 authored
    Bug in Text module when set Optimization Level to "-Ofast" in xcode (#921)
    
    * Bug in Text module when set Optimization Level to "-Ofast" in xcode
    
    Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
    
    *  Bug in Text module when set Optimization Level to "-Ofast" in xcode
    
    Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
    99294995
Name
Last commit
Last update
..
cmake Loading commit data...
doc/pics Loading commit data...
include/opencv2 Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...
text_config.hpp.in Loading commit data...