Black Border Detection in Video Frames Using Dual-Stage Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques are inadequate for accurately detecting the presence and boundaries of black borders in video content, which can lead to errors in variant analysis and other applications, such as inserting secondary information.

Innovation Solution

The method involves analyzing a grayscale image and its edge image to identify candidate black borders by computing maximum pixel values and validating them using sum thresholds, ensuring accurate detection of black borders and their boundaries.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If prior art techniques are used to detect black borders, then the detection process can be performed, but the accuracy of boundary determination is insufficient

Engineering Contradiction:
Improveboundary determination accuracyVSAvoiddetection accuracy
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent segments the black border detection process into two distinct phases: candidate identification using maximum grey scale values, and validation using sum of grey scale values. This segmentation allows each phase to focus on specific aspects of detection, improving overall boundary determination accuracy while maintaining reliable detection results.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary validation step using sum of grey scale values that acts as a mediator between raw pixel data and final border determination. This intermediary mechanism filters false candidates and confirms true black borders, resolving the contradiction between measurement precision and reliability.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If simple detection methods are used, then the processing speed is fast, but the detection accuracy is insufficient

Engineering Contradiction:
Improvedetection speedVSAvoidborder detection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent performs preliminary action by first identifying candidate black borders using maximum grey scale values before conducting the more computationally intensive validation step. This preliminary filtering reduces the number of candidates requiring detailed analysis, maintaining detection speed while improving accuracy through the two-stage approach.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent applies partial action by using maximum grey scale values for initial candidate identification (a simpler, faster operation) and then applying sum validation only to these candidates rather than all pixels. This partial application of the more rigorous validation method maintains productivity while achieving sufficient detection accuracy.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11295452B1Automated method and apparatus for detecting black borders in an image frame
Publication Date: 2022.04.05 ALPHONSO INC
  • US11295452B1 patent drawing
  • US11295452B1 patent drawing
  • US11295452B1 patent drawing

AI summary

Black borders are detected in an image frame using a grey scale image of the image frame, and an edge image of the image frame. Candidate black borders are identified using maximum grey scale values associated with rows and columns of pixels of the grey scale image of the image frame, and then validated using a sum of grey scale values associated with rows and columns of pixels in the edge image of the image frame. If the validation fails, it is presumed that no black border exists.