All Projects → aperrault → Detecttext

aperrault / Detecttext

Licence: gpl-3.0
Detect text with stroke width transform.

Projects that are alternatives of or similar to Detecttext

Gcc termux
Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt
Stars: ✭ 276 (-13.21%)
Mutual labels:  opencv
Adversarial Examples Pytorch
Implementation of Papers on Adversarial Examples
Stars: ✭ 293 (-7.86%)
Mutual labels:  opencv
Chineseaddress ocr
Photographing Chinese-Address OCR implemented using CTPN+CTC+Address Correction. 拍照文档中文地址文字识别。
Stars: ✭ 309 (-2.83%)
Mutual labels:  text-detection
Harvesters
🌈 Friendly Image Acquisition Library for Computer Vision People
Stars: ✭ 274 (-13.84%)
Mutual labels:  opencv
Opencvsharp
OpenCV wrapper for .NET
Stars: ✭ 3,598 (+1031.45%)
Mutual labels:  opencv
Car Finding Lane Lines
Finding Lane Lines using Python and OpenCV
Stars: ✭ 299 (-5.97%)
Mutual labels:  opencv
Ffdynamic
Library with dynamic audio/video composition and runtime control
Stars: ✭ 274 (-13.84%)
Mutual labels:  opencv
Opencv Mobile
The minimal opencv for Android, iOS and ARM Linux
Stars: ✭ 310 (-2.52%)
Mutual labels:  opencv
Curvaturefilter
Curvature Filters are efficient solvers for Variational Models
Stars: ✭ 291 (-8.49%)
Mutual labels:  opencv
Pigo
Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
Stars: ✭ 3,542 (+1013.84%)
Mutual labels:  opencv
Docker Python3 Opencv
🐋 🐍 👁 Docker image with python 3 and opencv 4.1
Stars: ✭ 283 (-11.01%)
Mutual labels:  opencv
Sistine
Turn a MacBook into a Touchscreen with $1 of Hardware
Stars: ✭ 3,169 (+896.54%)
Mutual labels:  opencv
Footfall
Application that allows you to monitor the traffic in and out of your building, using the RPi Camera and openFrameworks
Stars: ✭ 301 (-5.35%)
Mutual labels:  opencv
Opencv Androidsamples
OpenCv samples for Android from OpenCV SDK using Android Studio and Gradle System
Stars: ✭ 278 (-12.58%)
Mutual labels:  opencv
Amazon Rekognition Video Analyzer
A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Stars: ✭ 309 (-2.83%)
Mutual labels:  opencv
Superpixel Benchmark
An extensive evaluation and comparison of 28 state-of-the-art superpixel algorithms on 5 datasets.
Stars: ✭ 275 (-13.52%)
Mutual labels:  opencv
Vehicle License Plate Recognition
🔥 🔥🔥基于Python的车牌检测和识别系统:
Stars: ✭ 293 (-7.86%)
Mutual labels:  opencv
Finger Detection And Tracking
Finger Detection and Tracking using OpenCV and Python
Stars: ✭ 317 (-0.31%)
Mutual labels:  opencv
Grip
Program for rapidly developing computer vision applications
Stars: ✭ 314 (-1.26%)
Mutual labels:  opencv
Text Detection Ctpn
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
Stars: ✭ 3,242 (+919.5%)
Mutual labels:  text-detection

DetectText

Detect text with stroke width transform.

Dependencies

OpenCV 2.4+, boost.

Compile

g++ -o DetectText TextDetection.cpp FeaturesMain.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc -I/path/to/current/directory

where /path/to/current/directory is replaced with the absolute path to the current directory.

Using CMake

mkdir build
cd build
cmake ..
make

To run

./TextDetection input_file output_file dark_on_light where dark_on_light is 1 or 0, indicating whether the text is darker or lighter than the background.

More

Details on the algorithm can be found in: http://www.cs.cornell.edu/courses/cs4670/2010fa/projects/final/results/group_of_arp86_sk2357/Writeup.pdf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].