[][src]Function opencv::xphoto::oil_painting

pub fn oil_painting(
    src: &dyn ToInputArray,
    dst: &mut dyn ToOutputArray,
    size: i32,
    dyn_ratio: i32
) -> Result<()>

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