},"Fit the pose (camera), shape model, and expression blendshapes to landmarks, in an iterative way. Returns a tuple (mesh, rendering_parameters, shape_coefficients, blendshape_coefficients).",py::arg("morphable_model"),py::arg("blendshapes"),py::arg("landmarks"),py::arg("landmark_ids"),py::arg("landmark_mapper"),py::arg("image_width"),py::arg("image_height"),py::arg("edge_topology"),py::arg("contour_landmarks"),py::arg("model_contour"),py::arg("num_iterations")=5,py::arg("num_shape_coefficients_to_fit")=-1,py::arg("lambda")=30.0f)
;
/**
* Bindings for the eos::render namespace:
* (Note: Defining down here because we need fitting::RenderingParameters to be already exposed)
},"Extracts the texture of the face from the given image and stores it as isomap (a rectangular texture map).",py::arg("mesh"),py::arg("rendering_params"),py::arg("image"),py::arg("compute_view_angle")=false,py::arg("isomap_resolution")=512);