cuvis_ai.tv_transforms

Modules

Bandpass(from_channel[, to_channel])

Apply a bandpass operation over the input.

MultiBandpass(bandpasses)

Apply multiple bandpasses in parallel to the input data.

NormalizeStdDev(*[, normalize_by_channel, ...])

Apply a normalization operation over the input, resulting outputs normalized with a mean close to 0 and a standard deviation of 1.0.

NormalizeToFloat(*[, normalize_by_channel, ...])

Apply a normalization operation over the input, resulting in outputs scaled to values between [0.0, 1.0].

WavelengthList(data, *[, dtype, device, ...])

A torchvision transforms data type which represents a list of wavelengths.