icevision_Posterize {fastai}R Documentation

Posterize

Description

Reduce the number of bits for each color channel.

Usage

icevision_Posterize(num_bits = 4, always_apply = FALSE, p = 0.5)

Arguments

num_bits

num_bits

always_apply

always_apply

p

p

Value

None

Targets

image

Image types

uint8


[Package fastai version 2.2.2 Index]