Table of Contents ▸ List of Commands ▸ Features Extraction ▸ patches2img | ◀ mse_matrix | patches ▶ |
patches2img
Arguments:
- width>0,height>0,_overlap[%]>0,_overlap_std[%]
Description:
Recompose 2D images from their selected patch representations.overlap must be in range [0,patch_size-1] where patch_size is the width/height of the selected image.
overlap_std is the standard deviation of the gaussian weights used for reconstructing overlapping patches.
If overlap_std is set to -1, uniform weights are used rather than gaussian.
Default values:
overlap=0 and overlap_std=-1.
See also:
img2patches.Example of use:
image.jpg +img2patches 32,0,3 mirror[-1] xy patches2img[-1] {0,[w,h]}