Table of Contents ▸ List of Commands ▸ Features Extraction ▸ img2patches | ◀ ifftpolar | isophotes ▶ |
img2patches
Arguments:
- patch_size>0,_overlap[%]>0,_boundary_conditions
Description:
Decompose selected 2D images into (possibly overlapping) patches and stack them along the z-axis.overlap must be in range [0,patch_size-1].
boundary_conditions can be { 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }.
Default values:
overlap=0 and boundary_conditions=0.
See also:
patches2img.Example of use:
image.jpg img2patches 64
