On 14 May 2012 20:58, Adrián del Pino wrote:
> Hi Carnë
>
> I have tested it, and it fixes all the problems I had detected except
> when I called
>
> imhist (img, 2);
>
> In this case, it says, "error: 'iscolormap' undefined near line 55 column
> 9". I searched in the documentation informati
Hi Adrian
it took me a long time to get around this but I think now it's
completely matlab compatible. If you could test the attached file (or
the development version) and report back it would be great.
Thanks,
Carnë
## Copyright (C) 2011, 2012 Carnë Draug
##
## This program is free software; yo
Yes, it functions well.
Bye.
Adrián
On Thu, Nov 10, 2011 at 4:02 PM, Carnë Draug wrote:
> On 10 November 2011 17:06, Adrián del Pino
> wrote:
> > Hi
> >
> > please always make "reply to all" and keep the mailing list CC'ed so
> > others can join in the discussion (specially if others hav
On 10 November 2011 17:06, Adrián del Pino wrote:
> Hi
>
> please always make "reply to all" and keep the mailing list CC'ed so
> others can join in the discussion (specially if others have matlab and
> cantest this for us).
>
> OK. I'll do.
>
>> I have tested this program with several images, and
Hi
please always make "reply to all" and keep the mailing list CC'ed so
others can join in the discussion (specially if others have matlab and
cantest this for us).
OK. I'll do.
> I have tested this program with several images, and it always ran well (It
> does what I need).
Can you explain thi
Hi
please always make "reply to all" and keep the mailing list CC'ed so
others can join in the discussion (specially if others have matlab and
cantest this for us).
On 10 November 2011 15:25, Adrián del Pino wrote:
> Hi Carnë,
>
> I have tested this program with several images, and it always ran
On 1 November 2011 21:14, Adrián del Pino wrote:
> In the following sentences
>
> img=imread("segm_Basketball12gris.tif");
> [counts,x]=imhist(img);
>
> counts returns the correct values 323 and 109 but in the 1st and the 129th
> bins when the gray values are 11 and 36.
>
> Greetings,
>