From: us on
"rizwana " <rizwana_rashid88(a)yahoo.com> wrote in message <hoobb8$mal$1(a)fred.mathworks.com>...
> hi
> i have change my image color rgb into my own specfic color range but the result is not to good . on the new image there are multiply dark region now how can i remove then

well... change your color range, maybe(?)...

us
From: ImageAnalyst on
On Mar 28, 3:40 pm, "rizwana " <rizwana_rashi...(a)yahoo.com> wrote:
> hi
>  i have change my image color rgb into my own specfic color range but the result is not to good . on the new image there are multiply dark region now how can i remove then

-----------------------------------------------------------------------------
Seriously, how can you expect anyone to offer help with what you've
given us?

Why don't you post your image to http://drop.io? It's really easy for
you - no account to setup and you get to pick your own URL. And it's
easy for us -- we can see your image in one click, unlike some other
bad ones people use like rapidshare.com, and we can download the
original-sized image file very easily.

Then post your code back here.
From: ImageAnalyst on
Given nothing else to work with I speculated that you have white spots
in your image that are the specular reflections and you want to fill
them in with the surrounding valid colors. For that you could look to
thresholding to identify the white regions, and then fill them in by
smudging in the surrounding colors with a function called roifill() in
the Image Processing Toolbox.