sklearn.feature_extraction.image.reconstruct_from_patches_2d(patches, image_size)
[source]
Reconstruct the image from all of its patches.
Patches are assumed to overlap and the image is constructed by filling in the patches from left to right, top to bottom, averaging the overlapping regions.
Read more in the User Guide.
Parameters: |
|
---|---|
Returns: |
|
sklearn.feature_extraction.image.reconstruct_from_patches_2d
© 2007–2018 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.reconstruct_from_patches_2d.html