Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8455229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:13:57+00:00 2026-06-10T12:13:57+00:00

Background: We are planning to use cameras on a conveyor system to count objects.

  • 0

Background:

We are planning to use cameras on a conveyor system to count objects. In this specific case, we can’t use sensors. All of my objects are pretty consistent, and will be easy to detect if they are present in the picture. I have been looking at Aforge and some other libraries, and it seems easy enough. This is what I want to do.

That being said, I do have some concerns. The filtering process, you have to specify a color you are searching for. My object is a solid color, but we all know there could be 100+ different rgb values on the specific point im looking at.

Is there some way to search a range of colors, or to see if a color is “like” a specific color?

This is my first go at any sort of image processing. I haven’t tried anything yet, just about to get started and this was a concern before I even got started.

Any help would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T12:13:58+00:00Added an answer on June 10, 2026 at 12:13 pm

    Instead of using the RGB color model, you can use the HSL one (Hue Saturation Light) where you can ignore the saturation and light and only check the hue parameter:

    http://en.wikipedia.org/wiki/HSL_and_HSV

    Here is a way to do it using c# (thanks to how to change rgb color to hsv) :

    System.Drawing.Color color = System.Drawing.Color.FromArgb(red, green, blue);
    float hue = color.GetHue();
    float saturation = color.GetSaturation();
    float lightness = color.GetBrightness();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am planning to use this schema in my application, but I was not
I am planning to use Parallel.ForEach on a DataTable so that each record can
Background: I'm planning on using the JW FLV Media Player for streaming some videos:
Problem Background: I have a 35K+ user members and growing fast. I am planning
I have a specific case here in which I would like some security advice.
How can I recreate this type movement with jquery for images: http://www.istockphoto.com/stock-video-12805249-moving-particles-loop-soft-green-hd-1080.php I'm planning
Some background I am planning to writing a REST service which helps facilitate collaboration
First Some Background I'm planning out the architecture for a new PHP web application
I'm planning to do some light background processing in Azure. I already have a
I am planning to use Google Places API in order to create an address

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.