Description Usage Arguments Value
Splict an image matrix A of size M by N into overlapped small patches of size m by n. Total of (M-m+1)(N-n+1) patches.
1 | ImageSplit(A, m, n, stepsize = 1)
|
A |
An M by N matrix. |
m, n |
Size of the small patches (m by n). |
stepsize |
(optional) The stepsize when splicting the image. Default is 1 |
A (mn) by (M-m+1)(N-n+1) matrix, each column of which is a vectorized small patch.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.