BSI-OFIQ / OFIQ-Project

Open Source Facial Image Quality
Other
38 stars 12 forks source link

shadow variable #29

Closed maddin200 closed 3 months ago

maddin200 commented 3 months ago

OFIQlib\modules\utils\src\utils.cpp line 260

Code: cv::Point point{landmark.x, landmark.y}; // <- shadow of line 240 landmarks.push_back(point);

bbtams commented 3 months ago

Thank you. Fixed in our local repository and will be merged with one of the upcoming PRs