Hi,
If I understand you correctly you want to see the scaled image.
def rescale_intensity(img):
img = img
img_flat_scale = preprocessing.Scale(img.flatten())
return img_flat_scale.reshape(img.shape)
Hope this should be useful!
On Tue, Apr 14, 2015 at 11:06 AM, Souad Chaabouni <chaabouni_so...@yahoo.fr>
wrote:
> Hello,
>
> Im beginner,
> I have an image which i done a preprocessing with sklearn
>
> img_scaled = preprocessing.scale(img)
>
>
> my question how can reconstrcut my original image just from img_scaled??
> is it possible or no??
>
> is there a function that ensures the reverse of preprocessing.scale???
>
> Thx for replay.
>
> *Souad CHAABOUNI*
> Computer Science PhD student,
> Bordeaux University, Sfax University
> EMAIL: chaabouni_so...@yahoo.fr
> TEL: (+216) 21 77 17 44
>
>
> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live
> exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
--
Warm Regards
Yogesh Karpate
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general