├── CMakeLists.txt ├── COPYING.txt ├── FeaturesMain.cpp ├── README.md ├── TextDetection.cpp └── TextDetection.h /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aperrault/DetectText/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aperrault/DetectText/HEAD/COPYING.txt -------------------------------------------------------------------------------- /FeaturesMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aperrault/DetectText/HEAD/FeaturesMain.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aperrault/DetectText/HEAD/README.md -------------------------------------------------------------------------------- /TextDetection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aperrault/DetectText/HEAD/TextDetection.cpp -------------------------------------------------------------------------------- /TextDetection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aperrault/DetectText/HEAD/TextDetection.h --------------------------------------------------------------------------------