Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Real-time color detection in varying light conditions #1033

Open
Labels
@FaizaAbbasi988

Description

@FaizaAbbasi988

Problem Overview:

I am developing an algorithm to detect the concentration of a chemical using the RGB values of a liquid placed in the center of an image. Over the course of five minutes, the liquid changes color based on the chemical concentration in the air. This color is then compared to surrounding reference colors in the image, each of which has a known RGB value that corresponds to a specific concentration. When a suitable match is found between the liquid’s color and the surrounding reference colors, we can determine the chemical concentration.

However, there are two significant challenges in real-time detection:

Device-Specific RGB Variations: Different mobile devices capture colors differently due to variations in camera sensors. Fortunately, since both the liquid and reference colors are captured by the same device, this challenge is inherently mitigated. Any deviation in RGB values will affect both the liquid and reference colors in the same way, making the comparison consistent.

Lighting Conditions: The more critical issue is uneven lighting. If the lighting is uniform, all RGB values across the image will change consistently, and the detection will still be accurate. But if there's glare or uneven lighting in parts of the image, the RGB values will vary at those points while others remain unchanged. This causes inconsistencies in color comparison and leads to inaccurate concentration detection.

Request for Suggestions:

I'm seeking suggestions to handle the challenge of uneven lighting conditions, particularly when there is glare or shadow on certain parts of the image. How can I ensure that the color detection remains reliable in non-uniform lighting scenarios?

4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp