never executed always true always false
    1 {-# language CPP #-}
    2 
    3 #ifndef ENABLE_INTERNAL_DOCUMENTATION
    4 {-# OPTIONS_HADDOCK hide #-}
    5 #endif
    6 
    7 module OpenCV.Internal.Photo.Constants where
    8 
    9 #include <bindings.dsl.h>
   10 #include "opencv2/photo.hpp"
   11 #include "namespace.hpp"
   12 
   13 #num INPAINT_NS
   14 #num INPAINT_TELEA
   15 
   16 #num NORMAL_CLONE
   17 #num MIXED_CLONE
   18 #num MONOCHROME_TRANSFER
   19 
   20 #num RECURS_FILTER
   21 #num NORMCONV_FILTER
   22