2.4.1 / November 11, 2020
(3.8/5) (24)

Description

This app is a demo application of OpenCV for Unity(Unity Plugin).https://assetstore.unity.com/packages/slug/21088

App Information OpenCV for Unity Example

  • App Name
    OpenCV for Unity Example
  • Package Name
    com.enoxsoftware.opencvforunityexample
  • Updated
    November 11, 2020
  • File Size
    43M
  • Requires Android
    Android 5.0 and up
  • Version
    2.4.1
  • Developer
    Enox Software
  • Installs
    5,000+
  • Price
    Free
  • Category
    Libraries & Demo
  • Developer
  • Google Play Link

OpenCV for Unity Example Version History

Select OpenCV for Unity Example Version :

Enox Software Show More...

FaceTracker Sample 1.1.4 APK
Enox Software
This asset is the Non-rigid Face TrackingSample that can model and track the many complex parts of aperson’s face in WebCamTexture in real-time.Code is the rewrite ofhttps://github.com/MasteringOpenCV/code/tree/master/Chapter6_NonRigidFaceTrackingusing the "OpenCV for Unity".・Texture2DFaceTrackerSample - By detecting and tracking facefrom Texture2D, draw face’s points and connections.・WebCamTextureFaceTrackerSample - By detecting and tracking facefrom WebCamTexture, draw face’s points and connections.・FaceTrackerARSample - By using the tracking points of the face,display AR Object.
MarkerBased AR Sample 1.1.9 APK
Enox Software
This asset is the Augmented Reality Samplethat detect and recognize markers and display 3d model inWebCamTexture in real-time.http://u3d.as/content/enox-software/marker-based-ar-sampleCode is the rewrite ofhttps://github.com/MasteringOpenCV/code/tree/master/Chapter2_iPhoneARusing the "OpenCV for Unity".・Texture2DMarkerBasedARSample - By detecting the marker fromTexture2D, display AR model.・WebCamTextureMarkerBasedARSample - By detecting a marker fromWebCamTexture, display AR model in real time.
OpenCV for Unity Sample 2.1.2 APK
Enox Software
This app is a demo application of OpenCV forUnity(Unity Plugin).http://u3d.as/content/enox-software/open-cv-for-unity
OpenCV for Unity Example 2.4.1 APK
Enox Software
This app is a demo application of OpenCV for Unity(Unity Plugin).https://assetstore.unity.com/packages/slug/21088
DlibFaceLandmarkDetectorSample 1.0.1 APK
Enox Software
This app is a demo applicationofDlibFaceLandmarkDetector(Unity Plugin).
FaceSwapper Sample 1.0.1 APK
Enox Software
This asset is the sample of swapping two facesin an image using “OpenCV for Unity” and “Dlib FaceLandmarkDetector”.Code is the rewrite of https://github.com/mc-jesus/FaceSwap.Samples:Texture2DFaceSwapperSampleWebCamTextureFaceSwapperSampleVideoCaptureFaceSwapperSampleTexture2DFaceChangerSampleWebCamTextureFaceChangerSample
OpenCVObjectDetectorSample 1.1.6 APK
Enox Software
This app is a demo application ofOpenCVObjectDetector(Unity Plugin).http://u3d.as/content/enox-software/open-cv-object-detector
RealTimeFaceRecognitionSample 1.0.0 APK
Enox Software
this project's code is the rewriteofhttps://github.com/MasteringOpenCV/code/tree/master/Chapter8_FaceRecognitionusing“OpenCV for Unity”.Face recognition procedure is 4 steps.1. Face detection2. Face preprocessing3. Collect and learn faces4. Face recognition