mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 03:52:46 +00:00
[PR #997] [CLOSED] [FEATURE]Temporary PR, will edit this in 2-3 days #1803
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/997
Author: @saurabhshah0410
Created: 8/14/2018
Status: ❌ Closed
Base:
master← Head:ocr-hardsubx📝 Commits (1)
f77908bTemporary PR, will edit this in 2-3 days📊 Changes
24 files changed (+14112 additions, -254 deletions)
View changed files
➕
src/lib_ccx/Mat.c(+2169 -0)➕
src/lib_ccx/Mat.h(+286 -0)➕
src/lib_ccx/MemStorage.c(+192 -0)📝
src/lib_ccx/ccx_common_option.h(+0 -4)➕
src/lib_ccx/color.c(+156 -0)➕
src/lib_ccx/color.h(+184 -0)➕
src/lib_ccx/contours.c(+1344 -0)➕
src/lib_ccx/erfilter.c(+1596 -0)➕
src/lib_ccx/erfilter.h(+267 -0)➕
src/lib_ccx/filter.c(+449 -0)➕
src/lib_ccx/filter.h(+93 -0)➕
src/lib_ccx/floodfill.c(+448 -0)📝
src/lib_ccx/hardsubx.c(+0 -66)📝
src/lib_ccx/hardsubx.h(+0 -16)📝
src/lib_ccx/hardsubx_decoder.c(+24 -58)➕
src/lib_ccx/math.h(+651 -0)➕
src/lib_ccx/ml.c(+694 -0)➕
src/lib_ccx/ml.h(+134 -0)📝
src/lib_ccx/params.c(+0 -110)➕
src/lib_ccx/storage.c(+1711 -0)...and 4 more files
📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
{pull request content here}
Implemented Neumann Mata's scene text detection and recognition. There is a lot of editing required like indentation and adding compilation instructions for this. I'm working on that right now and edit this PR as soon as I wind up my work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.