privid_fhe_cs_example2 1.5.3
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework
This package is compatible with all versions of .NET Framework.
dotnet add package privid_fhe_cs_example2 --version 1.5.3
NuGet\Install-Package privid_fhe_cs_example2 -Version 1.5.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="privid_fhe_cs_example2" Version="1.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add privid_fhe_cs_example2 --version 1.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: privid_fhe_cs_example2, 1.5.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install privid_fhe_cs_example2 as a Cake Addin #addin nuget:?package=privid_fhe_cs_example2&version=1.5.3 // Install privid_fhe_cs_example2 as a Cake Tool #tool nuget:?package=privid_fhe_cs_example2&version=1.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Privid Face C# Test Application
Ver = 1.5.x
Purpose : To provide a Windows C# Desktop Commandlind Application to test Privid Face DLL.
- Updated App for barcode / document reading
- Added support for face_iso extraction
- Prepare
Set the Working Directory and keep all the test images and runtime DLLs accordingly. For example, to keep the working directory $(ProjectDir), the directory where the project file is saved.
In that case, update :
1. Working Directory = $(ProjectDir)
2. add pre-build commands
xcopy /E /Y $(Pkgprivid_fhe_cs_example2)\test.src $(ProjectDir)
xcopy *.src *.cs
xcopy /E /Y $(Pkgprivid_fhe_cs_example2)\lib\privid_fhe.dll $(ProjectDir)
xcopy /E /Y $(Pkgprivid_fhe_cs_example2)\content_pic.jpg $(ProjectDir)
xcopy /E /Y $(Pkgprivid_fhe_cs_example2)\privid_app_setting.xml $(ProjectDir)
xcopy /E /Y $(Pkgprivid_fhe_cs)\lib\*.dll $(ProjectDir)
3. To make the auto copy of correct runtime DLLs to the working folder,
Add following lines to 'Post-build event' in Project Options->Build->Events
xcopy /E /Y $(Pkgprivid_fhe_cs)\lib\*.dll $(ProjectDir)
Edit the project file line
From :
<PackageReference Include="privid_fhe_cs_example2" Version="1.5.3"/>
To :
<PackageReference Include="privid_fhe_cs" Version="x.y.z" GeneratePathProperty="true" />
<PackageReference Include="privid_fhe_cs_example2" Version="1.5.3" GeneratePathProperty="true" />
- Test Procedure
Set the command line arguments for testing the respective APIs :
a. enroll one image, set command line argument as
content_pic.jpg 1 is_valid
b. predict one image,
content_pic.jpg 1 predict
c. check image validity,
content_pic.jpg 1 is_valid
d. remove an enrolled entry
0c550dd1ea1b68e6a6c837 1 delete
e. document front page read
content_pic.jpg 1 is_valid_face_id
f. document front page (barcode) read
content_pic.jpg 1 is_valid_barcode
g. iso face extraction
content_pic.jpg 1 face_iso
h. compare
<folder name with images to compare> <type of images> compare <reference image>
..\images\ "*.png" compare IMG_3742.ppm.png
Release Notes (1.4.2)
bug versions
Release Notes (1.3.2)
- Added support for returning Response structure instead of bool.
- fixed uuid issue for first time enroll case.
- support for cache flush added
- uuid and guid are stored after descrpting and delete is called after encrypting
- tested with privid_fhe_cs 1.9.2.
- support for automatic DLL copy to working folder
Release Notes (1.4.1)
- Tested 2.0.x privid_fhe_cs DLL
- Test wrapper for document model
- Server details updated
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.VisualStudio.Azure.Containers.Tools.Targets (>= 1.14.0)
- privid_fhe_cs (>= 2.5.6)
- SixLabors.ImageSharp (>= 2.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.