Click here to Skip to main content
15,887,434 members
Articles / Mobile Apps / Windows Mobile

Creating a 3D Image from a DepthMap

Rate me:
Please Sign up or sign in to vote.
4.94/5 (49 votes)
20 Sep 2011CPOL5 min read 161.4K   8K   84  
Introducing a class for generating 3D images (Stereoscopic and Anaglyph) from DepthMaps.
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following 
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("3DImageGenerator")> 
<Assembly: AssemblyDescription("")> 
<Assembly: AssemblyCompany("Microsoft")> 
<Assembly: AssemblyProduct("3DImageGenerator")> 
<Assembly: AssemblyCopyright("Copyright © Microsoft 2011")> 
<Assembly: AssemblyTrademark("")> 

<Assembly: ComVisible(False)>

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("219dbe90-11e2-495a-a4c5-94b5fd41ad0d")> 

' Version information for an assembly consists of the following four values:
'
'      Major Version
'      Minor Version 
'      Build Number
'      Revision
'
' You can specify all the values or you can default the Build and Revision Numbers 
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")> 

<Assembly: AssemblyVersion("1.0.0.0")> 
<Assembly: AssemblyFileVersion("1.0.0.0")> 

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
Chief Technology Officer
Iran (Islamic Republic of) Iran (Islamic Republic of)
Coding PHP, Asp.Net, C#, VB6, VB.Net and C++,

Web && Software Senior Developer.

Comments and Discussions