Skip to content

Commit a48c4fb

Browse files
committed
Add video stabilization
0 parents  commit a48c4fb

4 files changed

Lines changed: 542 additions & 0 deletions

File tree

3dv_tutorial.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.40629.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "video_stabilization", "video_stabilization.vcxproj", "{5CCD570B-06A1-48B8-A7EF-756587CA45C0}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Win32 = Debug|Win32
11+
Release|Win32 = Release|Win32
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{5CCD570B-06A1-48B8-A7EF-756587CA45C0}.Debug|Win32.ActiveCfg = Debug|Win32
15+
{5CCD570B-06A1-48B8-A7EF-756587CA45C0}.Debug|Win32.Build.0 = Debug|Win32
16+
{5CCD570B-06A1-48B8-A7EF-756587CA45C0}.Release|Win32.ActiveCfg = Release|Win32
17+
{5CCD570B-06A1-48B8-A7EF-756587CA45C0}.Release|Win32.Build.0 = Release|Win32
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)