Click here to Skip to main content
15,884,472 members
Articles / Programming Languages / C#

Convert the image to float[][][]/float[][,]/T[][][]/T[][,] data , fast and safety

Rate me:
Please Sign up or sign in to vote.
4.56/5 (18 votes)
18 May 2012CPOL4 min read 205K   1.9K   32  
I support a group methods to load the image to double[,]/double[][,]/T[][,], that could help to manipulate the image

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoubleToImage", "DoubleToImage\DoubleToImage.csproj", "{9CCCAA2F-97F7-4AA1-939F-413295826022}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "UnitTestProject1\UnitTestProject1.csproj", "{A7004A53-69D0-407E-86DF-75B9CB90C267}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F5AD59E-B0D0-4870-B64A-64725898DAA8}"
	ProjectSection(SolutionItems) = preProject
		TestSettings1.testsettings = TestSettings1.testsettings
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoubleToImageDemo", "DoubleToImageDemo\DoubleToImageDemo.csproj", "{2E249DCA-5ED9-48C1-8DF4-A0D05953AAEC}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 4
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = http://oppenheimer:8080/tfs/defaultcollection
		SccLocalPath0 = .
		SccProjectUniqueName1 = DoubleToImage\\DoubleToImage.csproj
		SccProjectName1 = DoubleToImage
		SccLocalPath1 = DoubleToImage
		SccProjectUniqueName2 = UnitTestProject1\\UnitTestProject1.csproj
		SccProjectName2 = UnitTestProject1
		SccLocalPath2 = UnitTestProject1
		SccProjectUniqueName3 = DoubleToImageDemo\\DoubleToImageDemo.csproj
		SccProjectName3 = DoubleToImageDemo
		SccLocalPath3 = DoubleToImageDemo
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9CCCAA2F-97F7-4AA1-939F-413295826022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9CCCAA2F-97F7-4AA1-939F-413295826022}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9CCCAA2F-97F7-4AA1-939F-413295826022}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9CCCAA2F-97F7-4AA1-939F-413295826022}.Release|Any CPU.Build.0 = Release|Any CPU
		{A7004A53-69D0-407E-86DF-75B9CB90C267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A7004A53-69D0-407E-86DF-75B9CB90C267}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A7004A53-69D0-407E-86DF-75B9CB90C267}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A7004A53-69D0-407E-86DF-75B9CB90C267}.Release|Any CPU.Build.0 = Release|Any CPU
		{2E249DCA-5ED9-48C1-8DF4-A0D05953AAEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2E249DCA-5ED9-48C1-8DF4-A0D05953AAEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2E249DCA-5ED9-48C1-8DF4-A0D05953AAEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2E249DCA-5ED9-48C1-8DF4-A0D05953AAEC}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(Performance) = preSolution
		HasPerformanceSessions = true
	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
Software Developer
China China
Satellites' Image Processing
Include:
Imaging Progress Simulation
Multispectral Image Processing
Distributed System

Comments and Discussions