pull/3471/head
kallaballa 2 years ago
parent aa2991e0fc
commit 055eb12051
  1. 2
      src/beauty/beauty-demo.cpp

@ -314,7 +314,7 @@ void iteration() {
v2d->nvg([&](const cv::Size &sz) { v2d->nvg([&](const cv::Size &sz) {
v2d->clear(); v2d->clear();
//Draw the face background mask (= face oval) //Draw the face background mask -> face oval
draw_face_bg_mask(featuresList); draw_face_bg_mask(featuresList);
}); });

Loading…
Cancel
Save