| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Extends Verify to allow comparison of documents via Phash.
See Milestones for release notes.
Contains comparers for png, jpg, bmp, and tiff.
Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.
Enable:
[ModuleInitializer]
public static void Init() =>
VerifyPhash.Initialize();Register all comparers
VerifyPhash.RegisterComparer();
Phash comparison settings can be modified as follows:
[Test]
public Task LocalSettings() =>
VerifyFile("sample.png")
.PhashCompareSettings(
threshold: .8f,
sigma: 4f,
gamma: 2f,
angles: 170);Hash Brown designed by Icon Mark from The Noun Project.
| Back | FazBrowse Home | New Git URL |