cimg.extract: Various shortcuts for extracting colour channels, frames, etc
Description
Various shortcuts for extracting colour channels, frames, etcExtract one frame out of a 4D image/video
Usage
frame(im, index)channel(im, ind)
R(im)
G(im)
B(im)
Functions
frame
:channel
: Extract an image channelR
: Extract red channelG
: Extract green channelB
: Extract blue channel