PRTools contents |
GENDATI
A = GENDATI(IMAGE,WSIZE,N,LABEL)
Input | |
IMAGE | Image of any dimensionality |
WSIZE | Vector with size of the window |
N | Number windows to be generated |
LABEL | Optional string or number with label for all objects |
Output | |
A | Dataset of N objects and prod(WSIZE) features |
Windows of the specified size are arbitrarily positioned in the image, converted to a row vector and stored in the dataset A.
If specified, all objects have label LABEL. Otherwise they are unlabeled.
PRTools contents |