Re: [scikit-image] IO documentation

2017-02-22 Thread François Boulogne
A pull request that proposes the enhance the situation about that: https://github.com/scikit-image/scikit-image/pull/2063 Best, -- François Boulogne. http://www.sciunto.org GPG: 32D5F22F ___ scikit-image mailing list scikit-image@python.org https://ma

[scikit-image] the mechanism and implementation of generating a subimage from a large image

2017-02-22 Thread wine lover
Hi All, I have a set of image pairs, i.e., {A, A’}, {B, B’}, {C,C’} etc. Given an image A, for instance, 256*256, are there any sampling mechanisms to generate a small image, i.e., 128*128, that can capture the global contexts of original images. At the same time, I would like to keep track inf

Re: [scikit-image] the mechanism and implementation of generating a subimage from a large image

2017-02-22 Thread Stefan van der Walt
Hi wl, It is unclear whether you want to extract features from each image, or whether you want to downsample the images to represent the originals. If you want to downsample, I'd recommend http://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.downscale_local_mean othe