/// <param name="faces">Represent region of interest of the detected faces. Each face is stored in cv::Rect container.</param>
/// <param name="faces">Output of the function which represent region of interest of the detected faces. Each face is stored in cv::Rect container.</param>
/// <param name="landmarks">The detected landmark points for each faces.</param>