Skip to content

Releases: nenoNaninu/HomographySharp

HomographySharp 3.3.0

06 Feb 02:12
67b86a7

Choose a tag to compare

Changes:

  • #52 #53 #60 Drop netcoreapp3.1, net5.0, netstandard2.1
    • Currently support : net6.0, netstandard2.0

Enhancements:

  • #63 Add ElementsAsMemory method to HomographyMatrix

HomographySharp 3.2.1

07 Jun 13:45
4a13a54

Choose a tag to compare

Changes:

  • #44 : Fix validation in JsonConverter.
  • #45 : Change readonly struct Point2 to readonly record struct Point2.

HomographySharp 3.2.0

09 Apr 03:42

Choose a tag to compare

Changes:

  • Update MathNet.Numerics version: 4.15.* to 5.0.*

Enhancements:

  • Add overload methods to ToString().

HomographySharp 3.1.1

13 Nov 13:31
02f7c8e

Choose a tag to compare

  • Support .NET6
  • Improvement:
    • Custom JsonConverter.
    • Internal optimization.
  • Change:
    • Format of ToString().

HomographySharp 3.0.1

20 May 13:38

Choose a tag to compare

  • Json serialize support. System.Text.Json
  • Change api: HomographyHelper.FindHomography() -> Homography.Find()
  • Add api : Homography.Create()
  • Enable nullable reference type.

HomographySharp 2.1.1

03 Mar 13:53

Choose a tag to compare

update: csproj

HomographySharp 2.0.1

15 Jan 07:41

Choose a tag to compare

HomographySharp 2.0.0

19 Oct 17:27

Choose a tag to compare

HomographySharp 1.3.6

07 Sep 17:03

Choose a tag to compare

refactor: コメント整理

HomographySharp 1.3.2

10 Jul 18:28

Choose a tag to compare

The calculation speed has been significantly improved.