Clear Filters
Clear Filters

mixure of gaussians for RGB image

2 views (last 30 days)
Itai Kadosh
Itai Kadosh on 31 May 2018
Edited: Itai Kadosh on 31 May 2018
Hi, I whould like to isolate license plate of car from an image, the license plate background color is yellow while the digits in the license plate are black so I thought to perform "mixure of gaussians" (on each color channel - three-dimensional Gaussian because I have an RGB image) on the license plate and on the background of the image (not a license plate) and through them calculate for each pixel what is the probability of being from the license plate or from the background. I need help how can I perform the "mixure of gaussians" on RGB image for the background and the license plate(for each color channel - R,G and B)? And how can I calculate for each pixel the probability if he from the background or from the license plate zone? I have attached an image to simulate which images I am using.
Thanks a lot, Itai

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!