.def(py::init<unsignedint>(),"Creates this class with the provided downsampling rate. i.e. pyramid_downsampling_rate()==N. \nN must be in the range 1 to 20.",py::arg("N"))
.def(py::init<>(),"Creates this class with pyramid_downsampling_rate()==2")
.def(py::init<unsignedint>(),"Creates this class with the provided downsampling rate. i.e. pyramid_downsampling_rate()==N. \nN must be in the range 1 to 20.",py::arg("N"))
.def(py::init<>(),"Creates this class with pyramid_downsampling_rate()==2")