c++ - Where cv::adaptiveBilateralFilter has disappeared? -


OpenCV 2.4.9 has a good function cv :: adaptiveBilateralFilter () . It has been documented here

All its references have been removed in OpenC3 (GIT). Even the sample code has gone.

Can someone explain the reason for removing it? Is there any other way to use it as a cv :: bilateralFilter () optimizer?

Due to low quality its been removed from 2.4.

('deleted ABF' for search).

But anything could happen because opencv-3 has not been released yet, I think, we have to wait for the official changelog and maybe alternative functionality.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -