Description Usage Arguments Details Value Author(s) Examples
View source: R/preprocessing.R
Performs cropping on the Frames
object, selecting how many pixels should be cut on each side
1 2 3 4 5 6 7 8 9 10 | crop.Frames(
frames,
cutLeft = 5,
cutRight = 5,
cutUp = 5,
cutDown = 5,
cutAll = 0,
testing = FALSE,
...
)
|
frames |
An input |
cutLeft |
Amount of pixels to be cut at the side |
cutRight |
Amount of pixels to be cut at the side |
cutUp |
Amount of pixels to be cut at the side |
cutDown |
Amount of pixels to be cut at the side |
cutAll |
Amount of pixels to be cut at all sides. Overrides the single side values |
testing |
Logical, whether to just test the cropping or to actually perform it. Default set to |
... |
Arguments to be passed to |
Cropping can be performed with careful choice of all cutting sides, or cropping a single value from all sides
A Frames
object, with cropped frames in the image
slot
Federico Marini, marinif@uni-mainz.de, 2014
1 2 | data("MesenteriumSubset")
crop.Frames(MesenteriumSubset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.