FredsImageMagickScripts.Unperspective 1.0.5966.38598

Suggested Alternatives

ImageMagick.FredsScripts.Unperspective

Additional Details

This package has been renamed to ImageMagick.FredsScripts.Unperspective

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

Requires NuGet 2.5 or higher.

dotnet add package FredsImageMagickScripts.Unperspective --version 1.0.5966.38598
NuGet\Install-Package FredsImageMagickScripts.Unperspective -Version 1.0.5966.38598
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="FredsImageMagickScripts.Unperspective" Version="1.0.5966.38598" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FredsImageMagickScripts.Unperspective --version 1.0.5966.38598
#r "nuget: FredsImageMagickScripts.Unperspective, 1.0.5966.38598"
#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 FredsImageMagickScripts.Unperspective as a Cake Addin
#addin nuget:?package=FredsImageMagickScripts.Unperspective&version=1.0.5966.38598

// Install FredsImageMagickScripts.Unperspective as a Cake Tool
#tool nuget:?package=FredsImageMagickScripts.Unperspective&version=1.0.5966.38598

Attempts to automatically remove pespective distortion from an image without the need to manually pick control points. This technique is limited and relies upon the ability to isolate the outline or boundary of the distorted quadrilateral in the input image from its surrounding background. This technique will not look for internal edges or other details to assess the distortion. This technique also works to correct affine distortions such as rotation and/or skew. The basic principal is to isolate the quadrilateral of the distorted region from its background to form a binary mask. The mask is converted from cartesian coordinates to polar coordinates and averaged down to one row. This row is then processed either to find the highest peaks or the highest second derivative peaks. The four peaks identified are then converted back to cartesian coordinates and used with the ouput dimensions determined from the user specified (or computed) aspect ratio and user specified dimension.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated