Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Vehicle Color Detection accuracy

I am doing a vehicle color detection. i have implemented a simple method. Steps are below.

  1. Getting the ROI ( above the license plate on the vehicle bonnet area) (Extracted Image Window)
  2. Getting the HS histogram of ROI
  3. Histogram Back-projection ( BackProj Window)
  4. From the Back-projection area extracting the vehicle image (devide Window)
  5. Calculating distance of HS values from predefined HS values for colors. (Doing this for each and every pixcel on the vehicle area shown in devide Window)
  6. Voting the color and getting the color which has the maximum number of votes.

From thees steps i have only achieved an accuracy of 75%. How can i increase the accuracy? Is there any other method to do this?

I am very new to opencv :) :)

Vehicle Color Detection accuracy

I am doing a vehicle color detection. i have implemented a simple method. Steps are below.

  1. Getting the ROI ( above the license plate on the vehicle bonnet area) (Extracted Image Window)
  2. Getting the HS histogram of ROI
  3. Histogram Back-projection ( BackProj Window)
  4. From the Back-projection area extracting the vehicle image (devide Window)
  5. Calculating distance of HS values from predefined HS values for colors. (Doing this for each and every pixcel on the vehicle area shown in devide Window)
  6. Voting the color and getting the color which has the maximum number of votes.

From thees steps i have only achieved an accuracy of 75%. How can i increase the accuracy? Is there any other method to do this?

I am very new to opencv :) :)

image description

How to improve Vehicle Color Detection accuracyaccuracy?

I am doing a vehicle color detection. i have implemented a simple method. Steps are below.

  1. Getting the ROI ( above the license plate on the vehicle bonnet area) (Extracted Image Window)
  2. Getting the HS histogram of ROI
  3. Histogram Back-projection ( BackProj Window)
  4. From the Back-projection area extracting the vehicle image (devide Window)
  5. Calculating distance of HS values from predefined HS values for colors. (Doing this for each and every pixcel on the vehicle area shown in devide Window)
  6. Voting the color and getting the color which has the maximum number of votes.

From thees steps i have only achieved an accuracy of 75%. How can i increase the accuracy? Is there any other method to do this?

I am very new to opencv :) :)

image description