Skip to content

Commit d1daa48

Browse files
authored
Merge pull request #1428 from shimat/4.6.0
4.6.0
2 parents 4b42462 + 60e1815 commit d1daa48

File tree

14 files changed

+46
-102
lines changed

14 files changed

+46
-102
lines changed

.github/workflows/linux-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
DEBIAN_FRONTEND: noninteractive
12-
OPENCV_VERSION: 4.5.5
12+
OPENCV_VERSION: 4.6.0
1313

1414
jobs:
1515
build:

.github/workflows/macos10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
DEBIAN_FRONTEND: noninteractive
12-
OPENCV_VERSION: 4.5.5
12+
OPENCV_VERSION: 4.6.0
1313

1414
jobs:
1515
build:

.github/workflows/ubuntu18.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
DEBIAN_FRONTEND: noninteractive
12-
OPENCV_VERSION: 4.5.5
12+
OPENCV_VERSION: 4.6.0
1313

1414
jobs:
1515
build:

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
DEBIAN_FRONTEND: noninteractive
12-
OPENCV_VERSION: 4.5.5
12+
OPENCV_VERSION: 4.6.0
1313
EM_VERSION: 2.0.23
1414
EM_CACHE_FOLDER: 'emsdk-cache'
1515

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99

1010
env:
11-
OPENCV_VERSION: 4.5.5
11+
OPENCV_VERSION: 4.6.0
1212

1313
jobs:
1414
build:

download_opencv_windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$tag = "4.5.5.20211229"
2-
$version = "455"
1+
$tag = "4.6.0.20220607"
2+
$version = "460"
33
$uriArray = @(
44
"https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_win_x64.zip"
55
"https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_win_x86.zip"

nuget/OpenCvSharp4.runtime.uwp.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<file src="..\src\Release\uwpOpenCvSharpExtern\x64\OpenCvSharpExtern.dll" target="runtimes\win-x64\native" />
2727
<file src="..\src\Release\uwpOpenCvSharpExtern\Win32\OpenCvSharpExtern.dll" target="runtimes\win-x86\native" />
2828
<file src="..\src\Release\uwpOpenCvSharpExtern\ARM\OpenCvSharpExtern.dll" target="runtimes\win-arm\native" />
29-
<file src="..\opencv_files\opencv455_uwp_x64\x64\vc17\bin\opencv_world455.dll" target="runtimes\win-x64\native" />
30-
<file src="..\opencv_files\opencv455_uwp_x86\x86\vc17\bin\opencv_world455.dll" target="runtimes\win-x86\native" />
31-
<file src="..\opencv_files\opencv455_uwp_arm\x86\vc17\bin\opencv_world455.dll" target="runtimes\win-arm\native" />
32-
<file src="..\opencv_files\opencv455_uwp_x64\x64\vc17\bin\opencv_img_hash455.dll" target="runtimes\win-x64\native" />
33-
<file src="..\opencv_files\opencv455_uwp_x86\x86\vc17\bin\opencv_img_hash455.dll" target="runtimes\win-x86\native" />
34-
<file src="..\opencv_files\opencv455_uwp_arm\x86\vc17\bin\opencv_img_hash455.dll" target="runtimes\win-arm\native" />
29+
<file src="..\opencv_files\opencv460_uwp_x64\x64\vc17\bin\opencv_world460.dll" target="runtimes\win-x64\native" />
30+
<file src="..\opencv_files\opencv460_uwp_x86\x86\vc17\bin\opencv_world460.dll" target="runtimes\win-x86\native" />
31+
<file src="..\opencv_files\opencv460_uwp_arm\x86\vc17\bin\opencv_world460.dll" target="runtimes\win-arm\native" />
32+
<file src="..\opencv_files\opencv460_uwp_x64\x64\vc17\bin\opencv_img_hash460.dll" target="runtimes\win-x64\native" />
33+
<file src="..\opencv_files\opencv460_uwp_x86\x86\vc17\bin\opencv_img_hash460.dll" target="runtimes\win-x86\native" />
34+
<file src="..\opencv_files\opencv460_uwp_arm\x86\vc17\bin\opencv_img_hash460.dll" target="runtimes\win-arm\native" />
3535
</files>
3636
</package>

nuget/OpenCvSharp4.runtime.win.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<files>
2828
<file src="..\src\Release\x64\OpenCvSharpExtern.dll" target="runtimes\win-x64\native" />
2929
<file src="..\src\Release\Win32\OpenCvSharpExtern.dll" target="runtimes\win-x86\native" />
30-
<file src="..\opencv_files\opencv455_win_x64\x64\vc17\bin\opencv_videoio_ffmpeg455_64.dll" target="runtimes\win-x64\native" />
31-
<file src="..\opencv_files\opencv455_win_x86\x86\vc17\bin\opencv_videoio_ffmpeg455.dll" target="runtimes\win-x86\native" />
30+
<file src="..\opencv_files\opencv460_win_x64\x64\vc17\bin\opencv_videoio_ffmpeg460_64.dll" target="runtimes\win-x64\native" />
31+
<file src="..\opencv_files\opencv460_win_x86\x86\vc17\bin\opencv_videoio_ffmpeg460.dll" target="runtimes\win-x86\native" />
3232
<file src="OpenCvSharp4.runtime.win.props" target="build\net48\OpenCvSharp4.runtime.win.props" />
3333
<file src="OpenCvSharp4.runtime.win.props" target="build\netstandard\OpenCvSharp4.runtime.win.props" />
3434
<file src="OpenCvSharp4.runtime.win.props" target="build\netcoreapp\OpenCvSharp4.runtime.win.props" />

nuget/OpenCvSharp4.runtime.win.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Link>dll\x86\OpenCvSharpExtern.dll</Link>
88
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
99
</Content>
10-
<Content Include="$(OpenCvSharp4ExternalNativeDlls)\win-x86\native\opencv_videoio_ffmpeg455.dll">
10+
<Content Include="$(OpenCvSharp4ExternalNativeDlls)\win-x86\native\opencv_videoio_ffmpeg460.dll">
1111
<Link>dll\x86\opencv_videoio_ffmpeg455.dll</Link>
1212
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1313
</Content>
@@ -17,7 +17,7 @@
1717
<Link>dll\x64\OpenCvSharpExtern.dll</Link>
1818
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1919
</Content>
20-
<Content Include="$(OpenCvSharp4ExternalNativeDlls)\win-x64\native\opencv_videoio_ffmpeg455_64.dll">
20+
<Content Include="$(OpenCvSharp4ExternalNativeDlls)\win-x64\native\opencv_videoio_ffmpeg460_64.dll">
2121
<Link>dll\x64\opencv_videoio_ffmpeg455_64.dll</Link>
2222
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2323
</Content>

src/OpenCvSharp/Internal/PInvoke/NativeMethods/NativeMethods_aruco.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ public static extern ExceptionStatus aruco_estimatePoseSingleMarkers(
3838
int[] cornersLengths2, float markerLength,
3939
IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr rvecs, IntPtr tvecs, IntPtr objPoints);
4040

41-
[Pure, DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)]
42-
public static extern ExceptionStatus aruco_drawAxis(
43-
IntPtr image, IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr rvec, IntPtr tvec, float length);
44-
4541
[Pure, DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)]
4642
public static extern ExceptionStatus aruco_getPredefinedDictionary(int name, out IntPtr returnValue);
4743

0 commit comments

Comments
 (0)