im_split_df: Function to split image into x/y portion and arrange them...

Description Usage Arguments Value Examples

Description

Function to split image into x/y portion and arrange them into dataframe.

Usage

1
im_split_df(path, X, Y)

Arguments

path

path to image file (jpeg, png, bmp)

X

integer, split X times image by x axis

Y

integer, split Y times image by y axis

Value

a list of a dataframe each row corresponds to one image. w and h , the wide and the height of originale image

Examples

1
2
3
4
## Not run: 
im_split_df("path/image.jpg", 4, 3)

## End(Not run)

kmezhoud/papSmear documentation built on May 25, 2019, 8:32 p.m.