Re: [SIP-devel] new interf_demo + pbs
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <rf...@if...> - 2003-06-26 04:27:32
|
Hi! I've been busy having many exams here at the University, especially a hard one about partial differential equations. But this will enable me to learn and implement more advanced methods in SIP, namely those based on level sets for segmentation and filtering. Soon I'll incorporate your last developments and continue with SIP. regards, Ricardo. On Sat, 21 Jun 2003, DRUEL Jocelyn wrote: > Hi, > Still working on my gui (renamed interferometry_demo by Ricardo), I send you > my last developments. > The main differences from the interferometry_dem included in the developement > distribution are: > 1) a new menu: laser beams to display and calculate gaussian profiles (test > with the laser_beam image sent) > 2) 2 functions to take pictures from a video camera using xawtv. We use a > cheap miroPCTV for this (about 50$). This works on linux only of course. > 3) modifications to use gray_imread: > I replaced many gray_imread by gray_imread/2555 because I had problems with > displaying or tracing profiles. I don't exactly know why. > > The gray_imread function is much much slower than imread when I read > grayscale pictures. A test on my box gave: 2.4 and 0.26 (estimated by > timer()). That's a pb for me (specially as I read several images to make some > calculations). > Why not modify the gray_imread so that with a grayscale image, it does simply > an imread ? Does it cause pbs ? > > Best regards > Jocelyn > |