Redistributable components for package 'opencv.win.native'. This package should only be installed as a dependency.
(This is not the package you are looking for).
Pre-built OpenCV binaries on Windows (Win32 DLLs). This package contains native builds of OpenCV3 - C++ for Visual Studio 2015/2017. (Supports x86 and x64.)
Class library to calculate Local Binary Pattern (LBP) or Median Robust Extended Local Binary Pattern (MRELBP) images. Uses Accord.Math Nuget package. Call "using LBPLibrary;" to include classes in your code. Published with MIT license.
Face detector skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and outputs bounding boxes for detected face(s) and other attributes like left/right eye, left/right mouth and nose tip.
Background blur skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and blurs the background to highlight attention on user in the foreground.
Background replacement skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and segments out person(s) while replacing the background with user selected image.
Intruder detection skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and checks if more than one unique face and/or person are detected, returns intruder presence flag.
Super resolution skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes a low resolution image/video frame (640x360) and outputs a high resolution image (1280x720) using super resolution.
Super resolution skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes a low resolution image/video frame (320x240) and outputs a high resolution image (1280x960) using super resolution.
Person detector skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and outputs bounding boxes for detected person(s).