Click here to Skip to main content
15,895,709 members
Articles / Artificial Intelligence

Automatic Image Stitching with Accord.NET

Rate me:
Please Sign up or sign in to vote.
4.98/5 (190 votes)
23 Dec 2014CPOL14 min read 615.9K   38.3K   282  
Demonstration of automatic image stitching by interest point matching using the Accord and AForge.NET Frameworks

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accord.Math", "Accord.Math\Accord.Math.csproj", "{F718E9A8-DB62-4785-8C49-4333A60D256A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accord.Statistics", "Accord.Statistics\Accord.Statistics.csproj", "{FD8101DD-C95D-42D6-AD44-AE01C25F2811}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{64D59276-5D61-4756-B90A-C5A5481061BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accord.Imaging", "Accord.Imaging\Accord.Imaging.csproj", "{4959A83D-F78F-439E-80A5-41583ECEAAC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accord.MachineLearning", "Accord.MachineLearning\Accord.MachineLearning.csproj", "{7AB4BBCC-6222-423D-9FF9-BA9CB7C09199}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{51B993EE-FE3F-44B0-8FA1-C0EEBF2670C8}"
	ProjectSection(SolutionItems) = preProject
		..\Copyright.txt = ..\Copyright.txt
		..\License.txt = ..\License.txt
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Imaging", "Imaging", "{B0536923-080A-43F7-8C8A-C7D579AB0DB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Panorama", "..\Samples\Imaging\Panorama\Panorama.csproj", "{AEA25552-0508-4D42-AFBA-95DBB0BFBA67}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F718E9A8-DB62-4785-8C49-4333A60D256A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F718E9A8-DB62-4785-8C49-4333A60D256A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F718E9A8-DB62-4785-8C49-4333A60D256A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F718E9A8-DB62-4785-8C49-4333A60D256A}.Release|Any CPU.Build.0 = Release|Any CPU
		{FD8101DD-C95D-42D6-AD44-AE01C25F2811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FD8101DD-C95D-42D6-AD44-AE01C25F2811}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FD8101DD-C95D-42D6-AD44-AE01C25F2811}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FD8101DD-C95D-42D6-AD44-AE01C25F2811}.Release|Any CPU.Build.0 = Release|Any CPU
		{4959A83D-F78F-439E-80A5-41583ECEAAC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4959A83D-F78F-439E-80A5-41583ECEAAC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4959A83D-F78F-439E-80A5-41583ECEAAC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4959A83D-F78F-439E-80A5-41583ECEAAC6}.Release|Any CPU.Build.0 = Release|Any CPU
		{7AB4BBCC-6222-423D-9FF9-BA9CB7C09199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7AB4BBCC-6222-423D-9FF9-BA9CB7C09199}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7AB4BBCC-6222-423D-9FF9-BA9CB7C09199}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7AB4BBCC-6222-423D-9FF9-BA9CB7C09199}.Release|Any CPU.Build.0 = Release|Any CPU
		{AEA25552-0508-4D42-AFBA-95DBB0BFBA67}.Debug|Any CPU.ActiveCfg = Debug|x86
		{AEA25552-0508-4D42-AFBA-95DBB0BFBA67}.Debug|Any CPU.Build.0 = Debug|x86
		{AEA25552-0508-4D42-AFBA-95DBB0BFBA67}.Release|Any CPU.ActiveCfg = Release|x86
		{AEA25552-0508-4D42-AFBA-95DBB0BFBA67}.Release|Any CPU.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{B0536923-080A-43F7-8C8A-C7D579AB0DB5} = {64D59276-5D61-4756-B90A-C5A5481061BF}
		{AEA25552-0508-4D42-AFBA-95DBB0BFBA67} = {B0536923-080A-43F7-8C8A-C7D579AB0DB5}
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer NAVER LABS Europe
France France
Computer and technology enthusiast, interested in artificial intelligence and image processing. Has a Master's degree on Computer Science specialized on Image and Signal Processing, with expertise on Machine Learning, Computer Vision, Pattern Recognition and Data Mining systems. Author of the Accord.NET Framework for developing scientific computing applications.

If you would like to hire good developers to build your dream application, please check out DaitanGroup, one of the top outsourcing companies in Brazil. This company, located in Brazil's Sillicon Valley but with US-based offices, has huge experience developing telecommunications software for large and small companies worldwide.

Comments and Discussions