Dlib FaceLandmark Detector ver1.1.3 Release!
- Author: Enox Software
- Category: Update
- Tags: Dlib FaceLandmark Detector
Version 1.1.3
[Common]Fixed to improve the pose estimation performance.[Common] Changed DetectLandmarkArray (int left, int top, int width, int height) to DetectLandmarkArray (double left, double top, double width, double height).[WebGL]Fixed Utils.getFilePathAsync() method.Related posts
OpenCV for Unity ver3.0.0 Release!
Version 3.0.0 [Common]Updated OpenCV to version 4.12.0. [Common]Updated FpsMonitor to version 1.0.4. [visionOS]Updated platform support for VisionOS on Unity 2022.3.18f1 and later (beta). [Android]Updated native library libopencvforunity.so for Android to be compatible with 16KB page size. [Common]Added SafeDrawFrameAxes method to OpenCVARUtils. [Common]Added GetFilePathCoroutine, GetFilePathAsync, and GetFilePathTaskAsync methods to OpenCVEnv. [Common]Added IsDebugMode and IsThrowException methods to OpenCVDebug. [Common]Added TextureToMatAsync, RenderTextureToMatAsync, and MatToRenderTextureAsync methods to OpenCVMatUtils. [Common]Added OpenCVForUnityProjectSizeReducerWindow in EditorWindow. [Common]Added a feature to skip unnecessary downloads in OpenCVForUnityExampleAssetsDownloaderWindow. [Common]Added ImshowDNNBlob method to DebugMat. [Common]Added WeChatQRCodeDetectorImageExample and WeChatQRCodeDetectorExample. [Common]Added HomographyToFindAKnownObjectExample. [Common]Added ObjectDetectionDAMOYOLOExample. [Common]Removed FaceDetectionResnetSSDExample due to incompatibility with the latest OpenCV. [Common]Changed namespaces under org/unity from UnityUtils to UnityIntegration, split Utils class into function-specific classes, and marked old classes as deprecated. [Common]Changed Operator in Mat class to deprecated.
- Author: Enox Software
- Category: Update
OpenCV for Unity ver1.2.6 Release!
Version: 1.2.6 [iOS]Enabled Bitcode. [Common] Added Beta10 Version of “OpenCV for Untiy” based on “OpenCV3.0.0”.
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
OpenCV for Unity ver3.0.1 Release!
Version 3.0.1 [Common] Changed the minimum supported version to Unity2021.3.45f2. [Common] Added BallTrackingBasedOnColorExample, HumanPoseStreamEstimationMediaPipeExample, FaceIdentificationEstimatorExample. [Common] Added FaceIdentificationEstimator class for face detection, tracking, and recognition pipeline with BYTETracker integration for robust multi-object tracking. [Common] Added MediaPipePoseStreamEstimator class for continuous pose tracking in video streams using MediaPipePersonDetector and MediaPipePoseEstimator with temporal smoothing. [Common] Added MediaPipeHandPoseStreamEstimator class for continuous hand tracking in video streams using MediaPipePalmDetector and MediaPipeHandPoseEstimator with temporal smoothing. [Common] Updated ARHelper-related classes.
- Author: Enox Software
- Category: Update