Function opencv::xphoto::oil_painting

source ·
pub fn oil_painting(
    src: &impl ToInputArray,
    dst: &mut impl ToOutputArray,
    size: i32,
    dyn_ratio: i32,
    code: i32
) -> Result<()>
Expand description

oilPainting See the book Holzmann1988 for details.

§Parameters

  • src: Input three-channel or one channel image (either CV_8UC3 or CV_8UC1)
  • dst: Output image of the same size and type as src.
  • size: neighbouring size is 2-size+1
  • dynRatio: image is divided by dynRatio before histogram processing
  • code: color space conversion code(see ColorConversionCodes). Histogram will used only first plane