You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../src/FaceSwapper.cpp: In member function 'void FaceSwapper::swapFaces(cv::Mat&, cv::Rect&, cv::Rect&)':
../../src/FaceSwapper.cpp:48:53: error: no matching function for call to 'FaceSwapper::featherMask(cv::Mat)'
featherMask(refined_masks(big_rect_ann));
^
../../src/FaceSwapper.cpp:48:53: note: candidate is:
In file included from ../../src/FaceSwapper.cpp:1:0:
../../include/FaceSwapper.h:57:10: note: void FaceSwapper::featherMask(cv::Mat&)
void featherMask(cv::Mat &refined_masks); /// TODO
The text was updated successfully, but these errors were encountered:
../src/FaceSwapper.cpp: In member function 'void FaceSwapper::swapFaces(cv::Mat&, cv::Rect&, cv::Rect&)':
../../src/FaceSwapper.cpp:48:53: error: no matching function for call to 'FaceSwapper::featherMask(cv::Mat)'
featherMask(refined_masks(big_rect_ann));
^
../../src/FaceSwapper.cpp:48:53: note: candidate is:
In file included from ../../src/FaceSwapper.cpp:1:0:
../../include/FaceSwapper.h:57:10: note: void FaceSwapper::featherMask(cv::Mat&)
void featherMask(cv::Mat &refined_masks); /// TODO
The text was updated successfully, but these errors were encountered: