Re: [OctDev] imhist error with the attached image

2012-05-14 Thread Carnë Draug
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

Re: [OctDev] imhist error with the attached image

2012-05-14 Thread Carnë Draug
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

Re: [OctDev] imhist error with the attached image

2011-11-10 Thread Adrián del Pino
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

Re: [OctDev] imhist error with the attached image

2011-11-10 Thread Carnë Draug
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

Re: [OctDev] imhist error with the attached image

2011-11-10 Thread Adrián del Pino
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

Re: [OctDev] imhist error with the attached image

2011-11-10 Thread Carnë Draug
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

Re: [OctDev] imhist error with the attached image

2011-11-09 Thread Carnë Draug
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, >