Skip to content

Commit

Permalink
import code
Browse files Browse the repository at this point in the history
  • Loading branch information
tunthoi committed Apr 29, 2015
0 parents commit bc93f3d
Show file tree
Hide file tree
Showing 10 changed files with 7,219 additions and 0 deletions.
Binary file added Data/WB.0x0.tif
Binary file not shown.
Binary file added Data/WB.0x1.tif
Binary file not shown.
Binary file added Data/WB.0x2.tif
Binary file not shown.
Binary file added Data/spine0_noRule.tif
Binary file not shown.
Binary file added Data/spine1_noRule.tif
Binary file not shown.
1,003 changes: 1,003 additions & 0 deletions stitch2D.cpp

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions vips.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vips", "vips.vcxproj", "{18BEC52A-D41B-4BD5-A061-50820459E700}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18BEC52A-D41B-4BD5-A061-50820459E700}.Debug|Win32.ActiveCfg = Debug|Win32
{18BEC52A-D41B-4BD5-A061-50820459E700}.Debug|Win32.Build.0 = Debug|Win32
{18BEC52A-D41B-4BD5-A061-50820459E700}.Debug|x64.ActiveCfg = Debug|Win32
{18BEC52A-D41B-4BD5-A061-50820459E700}.Release|Win32.ActiveCfg = Release|Win32
{18BEC52A-D41B-4BD5-A061-50820459E700}.Release|Win32.Build.0 = Release|Win32
{18BEC52A-D41B-4BD5-A061-50820459E700}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit bc93f3d

Please sign in to comment.