Image Processing Parameter Reuse for Computation Time Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image processing methods require separate calculation of parameters for each image, leading to significant computation time when applying the same image processing to multiple images, especially in high-load processes.

Innovation Solution

An image processing apparatus and method where a parameter calculated from one image is used for image processing on multiple images, either from the same or different timelines, reducing the need for repeated parameter calculation and simplifying the processing steps.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If parameters for image processing are calculated separately for each image, then image processing accuracy is maintained, but computation time increases significantly

Engineering Contradiction:
Improveimage processing accuracyVSAvoidcomputation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent calculates image processing parameters once from a reference image before processing multiple target images. This preliminary parameter calculation avoids repeated computation for each image while maintaining processing accuracy, directly resolving the contradiction between accuracy and computation time.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent reuses the parameter set derived from the reference image across multiple target images. Instead of recalculating parameters for each image, the same parameter copy is applied, significantly reducing computation time while preserving image processing quality.

Inventive Principle:
Principle #26Copying

2Productivity

If parameters are reused from one image for multiple images, then computation time is reduced, but processing complexity increases

Engineering Contradiction:
Improveprocessing speedVSAvoidprocessing complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent divides the image processing system into two distinct functional modules: a parameter calculation unit that processes the reference image to generate parameters, and a parameter application unit that applies these parameters to multiple target images. This segmentation clarifies the processing flow and reduces overall system complexity despite parameter reuse.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS9025905B2Image processing apparatus, recording medium storing image processing program, and method of image processing
Publication Date: 2015.05.05 NORITSU PRECISION CO LTD
  • US9025905B2 patent drawing
  • US9025905B2 patent drawing
  • US9025905B2 patent drawing

AI summary

An image processing apparatus including a first image processing unit and a second image processing unit. The first image processing unit is configured to calculate a parameter for image processing based on a first image, but not based on a second image, and execute the image processing on the first image using the parameter. The second image processing unit is configured to execute the image processing on the second image using the parameter.