Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Jun 3, 2024

Details

This pull request adds a C++ demo for the SFace recognizer requested in #135.

  • README.md was updated to include basic instructions for compiling and running the C++ demo.
  • CMakeLists.txt contains the cmake code necessary for building the C++ demo.
  • demo.cpp contains the source for the C++ demo.

Testing

The demo has two available modes.

Static Images: the user provides a target image (left), and a query image (right).

result

Dynamic Webcam: the user provides a target image (left), and webcam is used for the query image (right).

output_all

@fengyuentau fengyuentau self-assigned this Jun 3, 2024
@fengyuentau fengyuentau added the demo anything related to demo in Python / C++ label Jun 3, 2024
@fengyuentau fengyuentau self-requested a review June 3, 2024 03:58
Copy link
Member

@fengyuentau fengyuentau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contributions 👍 LGTM

@fengyuentau fengyuentau merged commit a0fda4c into opencv:main Jun 3, 2024
@fengyuentau fengyuentau added this to the 4.10.0 milestone Jun 3, 2024
@ghost ghost deleted the add_sface_cpp_demo branch June 3, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo anything related to demo in Python / C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant