Visual Detection and Recognition

You can perform various visual detection and recognition tasks in your application. You can detect or generate barcodes. In addition, you can track how faces or image objects move as well as detect and recognize faces or objects.

You can use the following visual detection and recognition features in your .NET applications:

  • Barcode Detection and Generation

    You can handle images containing barcodes. You can encrypt a message by generating a barcode from it, and you can also detect barcodes in an image or from a camera preview stream.

  • Deep Learning Based Face Recognition

    You can register, unregister and recognize a face in your application with more accuracy, which uses deep learning technique.

  • Face Detection, Recognition, and Tracking

    You can detect a face from an image, and recognize a face with a set of examples. You can also track a face within the camera preview stream.

  • Image Recognition and Tracking

    You can extract the features of an image object and recognize them from specific images. You can also track the image object within the camera preview stream.

  • Pose Detection

    You can detect a human body and recognize the pose with specific motion data describing the pose.

  • ROI Tracker

    You can obtain the proper ROI coordinates that the user wants to track.

  • Dependencies
    • Tizen 4.0 and Higher
Thumbnail Images
Next Barcode Detection and Generation
Submit your feedback to GitHub