Skip to content

Commit

Permalink
4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Nov 29, 2018
1 parent 2c1941b commit 1e8551f
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 38 deletions.
12 changes: 6 additions & 6 deletions SampleBase/SampleBase.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props')" />
<Import Project="..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -79,16 +79,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.Blob.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -342,7 +342,7 @@
<ErrorText>このプロジェクトは、このコンピューターにはない NuGet パッケージを参照しています。これらをダウンロードするには、NuGet パッケージの復元を有効にしてください。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。不足しているファイルは {0} です。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props'))" />
<Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion SampleBase/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenCvSharp3-AnyCPU" version="3.4.4.20181118" targetFramework="net461" />
<package id="OpenCvSharp3-AnyCPU" version="4.0.0.20181129" targetFramework="net461" />
</packages>
2 changes: 1 addition & 1 deletion SamplesCS/Samples/BRISKSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BRISKSample : ISample
{
public void Run()
{
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.GrayScale);
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.Grayscale);
var dst = new Mat(FilePath.Image.Lenna, ImreadModes.Color);

BRISK brisk = BRISK.Create();
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/BinarizerSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal class BinarizerSample : ISample
{
public void Run()
{
using (var src = Cv2.ImRead(FilePath.Image.Binarization, ImreadModes.GrayScale))
using (var src = Cv2.ImRead(FilePath.Image.Binarization, ImreadModes.Grayscale))
using (var niblack = new Mat())
using (var sauvola = new Mat())
using (var bernsen = new Mat())
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/ClaheSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ClaheSample : ISample
{
public void Run()
{
Mat src = new Mat(FilePath.Image.TsukubaLeft, ImreadModes.GrayScale);
Mat src = new Mat(FilePath.Image.TsukubaLeft, ImreadModes.Grayscale);
Mat dst1 = new Mat();
Mat dst2 = new Mat();
Mat dst3 = new Mat();
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/DFT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class DFT : ISample
{
public void Run()
{
Mat img = Cv2.ImRead(FilePath.Image.Lenna, ImreadModes.GrayScale);
Mat img = Cv2.ImRead(FilePath.Image.Lenna, ImreadModes.Grayscale);

// expand input image to optimal size
Mat padded = new Mat();
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/FREAKSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class FREAKSample : ISample
{
public void Run()
{
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.GrayScale);
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.Grayscale);
var dst = new Mat(FilePath.Image.Lenna, ImreadModes.Color);

// ORB
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/HistSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class HistSample : ISample
{
public void Run()
{
Mat src = Cv2.ImRead(FilePath.Image.Lenna, ImreadModes.GrayScale);
Mat src = Cv2.ImRead(FilePath.Image.Lenna, ImreadModes.Grayscale);

// Histogram view
const int Width = 260, Height = 200;
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/HoughLinesSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void Run()
private void SampleCpp()
{
// (1) Load the image
using (Mat imgGray = new Mat(FilePath.Image.Goryokaku, ImreadModes.GrayScale))
using (Mat imgGray = new Mat(FilePath.Image.Goryokaku, ImreadModes.Grayscale))
using (Mat imgStd = new Mat(FilePath.Image.Goryokaku, ImreadModes.Color))
using (Mat imgProb = imgStd.Clone())
{
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/KAZESample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal class KAZESample : ISample
{
public void Run()
{
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.GrayScale);
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.Grayscale);
var kaze = KAZE.Create();
var akaze = AKAZE.Create();

Expand Down
4 changes: 2 additions & 2 deletions SamplesCS/Samples/MatToBitmap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void ToBitmap()

public void ToBitmapGrayScale()
{
Mat img = new Mat(FilePath.Image.Lenna511, ImreadModes.GrayScale); // width % 4 != 0
Mat img = new Mat(FilePath.Image.Lenna511, ImreadModes.Grayscale); // width % 4 != 0

Bitmap bitmap = BitmapConverter.ToBitmap(img);
// Bitmap bitmap = img.ToBitmap();
Expand Down Expand Up @@ -90,7 +90,7 @@ public void ToMat()

public void ToMatGrayScale()
{
Mat img = new Mat(FilePath.Image.Lenna511, ImreadModes.GrayScale);
Mat img = new Mat(FilePath.Image.Lenna511, ImreadModes.Grayscale);
Bitmap bitmap = img.ToBitmap();

Mat converted = BitmapConverter.ToMat(bitmap);
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/MorphologySample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MorphologySample : ISample
{
public void Run()
{
Mat gray = new Mat(FilePath.Image.Lenna, ImreadModes.GrayScale);
Mat gray = new Mat(FilePath.Image.Lenna, ImreadModes.Grayscale);
Mat binary = new Mat();
Mat dilate1 = new Mat();
Mat dilate2 = new Mat();
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/StarDetectorSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class StarDetectorSample : ISample
public void Run()
{
var dst = new Mat(FilePath.Image.Lenna, ImreadModes.Color);
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.GrayScale);
var gray = new Mat(FilePath.Image.Lenna, ImreadModes.Grayscale);

StarDetector detector = StarDetector.Create(45);
KeyPoint[] keypoints = detector.Detect(gray);
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/Samples/Stitching.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void Run()
{
Mat[] images = SelectStitchingImages(200, 200, 10);

var stitcher = Stitcher.Create(false);
var stitcher = Stitcher.Create(Stitcher.Mode.Scans);

Mat pano = new Mat();

Expand Down
12 changes: 6 additions & 6 deletions SamplesCS/SamplesCS.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props')" />
<Import Project="..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -88,16 +88,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.Blob.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -169,7 +169,7 @@
<ErrorText>このプロジェクトは、このコンピューターにはない NuGet パッケージを参照しています。これらをダウンロードするには、NuGet パッケージの復元を有効にしてください。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。不足しているファイルは {0} です。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props'))" />
<Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion SamplesCS/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenCvSharp3-AnyCPU" version="3.4.4.20181118" targetFramework="net461" />
<package id="OpenCvSharp3-AnyCPU" version="4.0.0.20181129" targetFramework="net461" />
</packages>
2 changes: 1 addition & 1 deletion SamplesCore/Samples/ClaheSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ClaheSample : ISample
{
public void Run()
{
Mat src = new Mat(FilePath.Image.TsukubaLeft, ImreadModes.GrayScale);
Mat src = new Mat(FilePath.Image.TsukubaLeft, ImreadModes.Grayscale);
Mat dst1 = new Mat();
Mat dst2 = new Mat();
Mat dst3 = new Mat();
Expand Down
2 changes: 1 addition & 1 deletion SamplesCore/Samples/HoughLinesSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void Run()
private void SampleCpp()
{
// (1) Load the image
using (Mat imgGray = new Mat(FilePath.Image.Goryokaku, ImreadModes.GrayScale))
using (Mat imgGray = new Mat(FilePath.Image.Goryokaku, ImreadModes.Grayscale))
using (Mat imgStd = new Mat(FilePath.Image.Goryokaku, ImreadModes.Color))
using (Mat imgProb = imgStd.Clone())
{
Expand Down
2 changes: 1 addition & 1 deletion SamplesCore/Samples/MorphologySample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MorphologySample : ISample
{
public void Run()
{
Mat gray = new Mat(FilePath.Image.Lenna, ImreadModes.GrayScale);
Mat gray = new Mat(FilePath.Image.Lenna, ImreadModes.Grayscale);
Mat binary = new Mat();
Mat dilate1 = new Mat();
Mat dilate2 = new Mat();
Expand Down
2 changes: 1 addition & 1 deletion SamplesCore/SamplesCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenCvSharp3-AnyCPU" Version="3.4.4.20181118" />
<PackageReference Include="OpenCvSharp3-AnyCPU" Version="4.0.0.20181129" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions SamplesVB/SamplesVB.vbproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props')" />
<Import Project="..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -116,16 +116,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.Blob.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
<HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -230,7 +230,7 @@
<ErrorText>このプロジェクトは、このコンピューターにはない NuGet パッケージを参照しています。これらをダウンロードするには、NuGet パッケージの復元を有効にしてください。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。不足しているファイルは {0} です。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.3.4.4.20181118\build\OpenCvSharp3-AnyCPU.props'))" />
<Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion SamplesVB/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenCvSharp3-AnyCPU" version="3.4.4.20181118" targetFramework="net461" />
<package id="OpenCvSharp3-AnyCPU" version="4.0.0.20181129" targetFramework="net461" />
</packages>

0 comments on commit 1e8551f

Please sign in to comment.