26 #include <pybind11/pybind11.h> 
   28 #include <pybind11/stl.h> 
   34 using namespace py::literals;
 
   40 template <
typename PixelT>
 
   50     mod.def(
"statisticsStack",
 
   57     mod.def(
"statisticsStack",
 
   65             "clipped"_a=0, 
"excuse"_a=0);
 
   66     mod.def(
"statisticsStack",
 
   73                 ))statisticsStack<PixelT>,
 
   74             "out"_a, 
"images"_a, 
"flags"_a, 
"sctrl"_a, 
"wvector"_a, 
"clipped"_a, 
"maskMap"_a);
 
   75     mod.def(
"statisticsStack",
 
   82     mod.def(
"statisticsStack",
 
   90             "clipped"_a=0, 
"excuse"_a=0);
 
   91     mod.def(
"statisticsStack",
 
   98                 ))statisticsStack<PixelT>,
 
   99             "images"_a, 
"flags"_a, 
"sctrl"_a, 
"wvector"_a, 
"clipped"_a, 
"maskMap"_a);
 
  100     mod.def(
"statisticsStack",
 
  112     declareStatisticsStack<float>(mod);
 
  113     declareStatisticsStack<double>(mod);