.FastVision
imagedatasetstats
function
defined in module
FastVision
imagedatasetstats(data, C[; parallel, progress])
Given a data container of images
data
, compute the color channel-wise means and standard deviations across all observations. Images are converted to color type
C
(e.g.
RGB{N0f8}
,
Gray{N0f8}
) before statistics are calculated.
If
progress = true
, show a progress bar.
There is
1
method for FastVision.imagedatasetstats
:
The following page links back here: