how to find the depth from the image?

33 次查看(过去 30 天)
sir i have used 2d image in project it has only x and y directions but i want depth of the image in all direction like x,y,z because i want convert 2d to 3d imaging so please help me
  2 个评论
Image Analyst
Image Analyst 2014-2-25
What do you mean by depth? Like bit depth, like 8 bits or 16 or 24 bits? Or depth like you have a topographic image?
Mohammad Shafivulla
sir,
I need depth of an image my input is rgb image i need depth map image for this. can plese help me.

请先登录,再进行评论。

回答(2 个)

Jacob Halbrooks
Jacob Halbrooks 2014-2-25
编辑:Jacob Halbrooks 2014-2-25
You can use IMFINFO to find the bit depth of an image. For example:
>> info = imfinfo('ngc6543a.jpg');
>> info.BitDepth
ans =
24
As for conversion of 2D to 3D, you may want to look at some previous answers on this topic, such as this or this.

Arunachal Eswaran
Arunachal Eswaran 2018-7-20
info = imfinfo('D.jpg'); info.BitDepth

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by