Relative Content

Tag Archive for iosopencvface-detectionobjective-c++

Nose Resizing Alters Cropped Area Instead of Direct Face Modification

I’m working on resizing the nose on a facial image using OpenCV in Objective-C++ for iOS. The goal is to elongate or shorten the nose, but my current implementation only modifies a cropped area, which is then overlaid back onto the original image rather than adjusting the nose size directly on the face. Here is the snippet from my OpenCVWrapper.mm: