[scikit-image] GUI Python Image Processing

2016-10-04 Thread xavi barrull
Hi, I have a question about scikit image. I make a GUI in python to processing image, but I will change the gaussian Filter in opencv to scikit image, I use this function: def gaussFilter(self): targetTemp = sk.io.imread(self.original_path)# llegir imatge targetTemp a la ruta original

Re: [scikit-image] GUI Python Image Processing

2016-10-04 Thread Stefan van der Walt
Hi Xavi On Tue, Oct 4, 2016, at 04:11, xavi barrull wrote: > Hi, I have a question about scikit image. > I make a GUI in python to processing image, but I will change the > gaussian Filter in opencv to scikit image, I use this function: > > def gaussFilter(self): > targetTemp = sk.io.imre