Skip to content

Commit

Permalink
update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Jun 20, 2019
1 parent b62e1c6 commit fb598df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
8 changes: 1 addition & 7 deletions HomographyVisualizer/DrawingState.cs
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace HomographyVisualizer
namespace HomographyVisualizer
{
public enum DrawingState
{
Expand Down
6 changes: 2 additions & 4 deletions HomographyVisualizer/VisualizerViewModel.cs
@@ -1,18 +1,16 @@
using MathNet.Numerics.LinearAlgebra.Double;
using HomographySharp.Double;
using MathNet.Numerics.LinearAlgebra.Double;
using Reactive.Bindings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Reactive.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Shapes;
using HomographySharp.Double;
using Point = System.Drawing.Point;

namespace HomographyVisualizer
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,11 +6,11 @@ NuGet: [HomographySharp](https://www.nuget.org/packages/HomographySharp/)

Package Manager
```
PM > Install-Package HomographySharp -Version 1.3.0
PM > Install-Package HomographySharp -Version 1.3.2
```
.NET CLI
```
dotnet add package HomographySharp --version 1.3.0
dotnet add package HomographySharp --version 1.3.2
```

# How to use
Expand Down

0 comments on commit fb598df

Please sign in to comment.