pub fn create_look_up_table(lut: &impl ToInputArray) -> Result<Ptr<LookUpTable>>
Expand description

Creates implementation for cuda::LookUpTable .

§Parameters

  • lut: Look-up table of 256 elements. It is a continuous CV_8U matrix.