MATLAB: Does the Computer Vision Toolbox function “demosaic” use the IPP library

demosaicdemosaicingImage Processing Toolbox

Does the Computer Vision Toolbox function "demosaic" use the IPP library?

Best Answer

No, it does not use IPP. demosaic implements the following algorithm:
It uses Intel's Threading Building Blocks to exploit multiple-core architectures.
Also, the function belongs to Image Processing Toolbox.