enum InpaintingModes

#include <photo_c.h>

enum InpaintingModes
{
    CV_INPAINT_NS    =0,
    CV_INPAINT_TELEA =1,
};