From: Stefan v. d. W. <st...@su...> - 2004-09-03 08:23:07
|
Josep Since you are at it: if you have a chance, also take a look at the other imaging functions. They should be made to use the uint classes too. imread should return the proper class, in MxNx3 (or 3xMxN, I forget). Class 'double' implies an image in [0,1]; whereas uintx is in [0,2^x-1]. Regards Stefan On Thu, Sep 02, 2004 at 04:20:09PM +0200, Josep Mon?s i Teixidor wrote: > Paul Kienzle wrote: > > >Any reason not to do a quick release of octave-forge to support 2.1.58? > > > >Anyone have anything they are working on that they want to get into the > >next release? > > > >- Paul > > > > It's ok for me... I may modify some of my files to better support uint* > and int* stuff though... but they should work ok as they are now though. > > Josep |