简体   繁体   English

使用MATLAB将2D图像转换为3D

[英]Converting 2D images to 3D with MATLAB

I want to convert a 2D picture to 3D with MATLAB. 我想使用MATLAB将2D图片转换为3D。

I would be happy if you introduce me some books or codes or anything that may help me to that. 如果您向我介绍一些书籍或代码,或可能对我有帮助的任何内容,我将很高兴。

2D to 3D conversion is a broad topic with very limited solutions. 2D到3D转换是一个非常有限的解决方案,是一个广泛的话题。 Problems range from scene analysis to MRI scan reconstruction. 问题范围从场景分析到MRI扫描重建。 Current algorithms may be coarsely divided into two categories depending on the input type: a single 2D image or multiple 2d images. 根据输入类型,当前算法可以粗略地分为两类:单个2D图像或多个2d图像。 Depending on the type of input, specific depth cues can be exploited, eg: binocular disparity, motion, defocus, etc. 根据输入的类型,可以利用特定的深度提示,例如:双目视差,运动,散焦等。

The above post gives an excellent broad overview. 上面的文章给出了很好的概述。 Some cool applications, for a single 2D image to 3D are these, mostly based on monocular depth cues are and scene structure constraints are... 这些很酷的应用程序是针对单个2D图像到3D的,主要基于单眼深度提示和场景结构约束。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM