privid_fhe_cs_example2 1.3.0
.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.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package privid_fhe_cs_example2 --version 1.3.0
NuGet\Install-Package privid_fhe_cs_example2 -Version 1.3.0
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.3.0" />
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.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: privid_fhe_cs_example2, 1.3.0"
#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.3.0 // Install privid_fhe_cs_example2 as a Cake Tool #tool nuget:?package=privid_fhe_cs_example2&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Privid Face C# Test Application
Ver = 1.3.x
Purpose : To provide a Windows C# Desktop Commandlind Application to test Privid Face DLL.
- 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 $(NuGetPackageRoot)\privid_fhe_cs_example2\1.2.3\test.src $(ProjectDir)
xcopy /E /Y $(NuGetPackageRoot)\privid_fhe_cs_example2\1.2.3\Results.src $(ProjectDir)
xcopy *.src *.cs
xcopy /E /Y $(NuGetPackageRoot)\privid_fhe_cs_example2\1.2.3\lib\privid_fhe.dll $(ProjectDir)
xcopy /E /Y $(NuGetPackageRoot)\privid_fhe_cs_example2\1.2.3\img\a1.png $(ProjectDir)
xcopy /E /Y $(NuGetPackageRoot)\privid_fhe_cs_example2\1.2.3\privid_app_setting.xml $(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" Version="x.y.x" />
To :
<PackageReference Include="privid_fhe_cs" Version="x.y.z" GeneratePathProperty="true" />
- Test Procedure
Set the command line arguments for testing the respective APIs :
a. enroll one image, set command line argument as
a1.png 0 enroll
b. predict one image,
a1.png 0 predict
c. check image validity,
a1.png 0 is_valid
d. remove an enrolled entry
0c550dd1ea1b68e6a6c837 1 delete
e. compare
<folder name with images to compare> <type of images> compare <reference image>
..\images\ "*.png" compare IMG_3742.ppm.png
- Release Notes (1.3.0)
- 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
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
- privid_fhe_cs (>= 1.9.2)
- RestSharp (>= 107.3.0)
- System.Drawing.Common (>= 7.0.0-preview.1.22076.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.