mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #402] [MERGED] DVB Color Detection #1231
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/402
Author: @Abhinav95
Created: 7/20/2016
Status: ✅ Merged
Merged: 7/22/2016
Merged by: @cfsmp3
Base:
master← Head:dvbcolor📝 Commits (10+)
7426841Basic structure for color detection in DVB4d8cb4dCreating copy of image before quantizationcf281c2Detecting color of every wordf37e944Fixed errors in word color recognitionf280fefPassing DVB region background color36b08c5Working color detection and output for SRT from DVBa2eced9Color output in tags for SRT and WebVTT0fcf929Merge remote-tracking branch 'upstream/master' into dvbcolor3a74381Modifying API call not present in tesseract 3.030c84714Fixing error with invalid next size and correctly formatting SRT/VTT color output📊 Changes
6 files changed (+314 additions, -27 deletions)
View changed files
📝
src/lib_ccx/ccx_common_option.c(+1 -0)📝
src/lib_ccx/ccx_common_option.h(+1 -0)📝
src/lib_ccx/dvb_subtitle_decoder.c(+1 -1)📝
src/lib_ccx/ocr.c(+293 -24)📝
src/lib_ccx/ocr.h(+11 -2)📝
src/lib_ccx/params.c(+7 -0)📄 Description
Detects and outputs word-wise color and the point of speaker changes in DVB subtitles. Outputs font tags to SRT and WebVTT.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.