Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

3d construction from 2d plane

Hey all,

I need your advice on the work I'm doing now. I need to construct a 3d model based on the 2d plane. Over the plane, I have identified reasonable numbers of (x,y) coordinates of each corner the 2d plane has. Let say, if I have a fixed number for my z coordinate that makes all (x,y) coordinates have the same z coordinate, I'm looking for the ways to extrapolate this 2d plane into a 3d model.

My first approach is to first figure out how each (x,y) coordinates are connected to each other to represent the border of the 3d model. However, I'm not sure how to do it yet. After that, expand/extrapolate the z coordinate and connect all the coordinates to represent the 3d model.

Or is there a feature that allows me to build it instantly? The sample of my 2d plane with (x,y) coordinates can be seen in https://drive.google.com/file/d/1CLIYY9H-s8wgH2tsckbgEyXKtVc5hQl2/view?usp=sharing

I'm quite new with OpenCV, so please forgive me if the question is trivial for some of you.

Thanks a lot for your advice.

3d construction from 2d plane

Hey all,

I need your advice on the work I'm doing now. I need to construct a 3d model based on the 2d plane. Over the plane, I have identified reasonable numbers of (x,y) coordinates of each corner the 2d plane has. Let say, if I have a fixed number for my z coordinate that makes all (x,y) coordinates have the same z coordinate, I'm looking for the ways to extrapolate this 2d plane into a 3d model.

My first approach is to first figure out how each (x,y) coordinates are connected to each other to represent the border of the 3d model. However, I'm not sure how to do it yet. After that, expand/extrapolate the z coordinate and connect all the coordinates to represent the 3d model.

Or is there a feature that allows me to build it instantly? The sample of my 2d plane with (x,y) coordinates can be seen in https://drive.google.com/file/d/1CLIYY9H-s8wgH2tsckbgEyXKtVc5hQl2/view?usp=sharing

I'm quite new with OpenCV, so OpenCV and I write my code with python. So please forgive me if the question is trivial for some of you.

Thanks a lot for your advice.

3d construction from 2d plane

Hey all,

I need your advice on the work I'm doing now. I need to construct a 3d model based on the 2d plane. Over the plane, I have identified reasonable numbers of (x,y) coordinates of each corner the 2d plane has. Let say, if I have a fixed number for my z coordinate that makes all (x,y) coordinates have the same z coordinate, I'm looking for the ways to extrapolate this 2d plane into a 3d model.

My first approach is to first figure out how each (x,y) coordinates are connected to each other to represent the border of the 3d model. However, I'm not sure how to do it yet. After that, expand/extrapolate the z coordinate and connect all the coordinates to represent the 3d model.

Or is there a feature that allows me to build it instantly? The sample of my 2d plane with (x,y) coordinates can be seen in https://drive.google.com/file/d/1CLIYY9H-s8wgH2tsckbgEyXKtVc5hQl2/view?usp=sharingimage description

I'm quite new with OpenCV and I write my code with python. So please forgive me if the question is trivial for some of you.

Thanks a lot for your advice.

3d construction from 2d plane

Hey all,

I need your advice on the work I'm doing now. I need to construct a 3d model based on the 2d plane. Over the plane, I have identified reasonable numbers of (x,y) coordinates of each corner the 2d plane has. Let say, if I have a fixed number for my z coordinate that makes all (x,y) coordinates have the same z coordinate, I'm looking for the ways to extrapolate this 2d plane into a 3d model.

My first approach is to first figure out how each (x,y) coordinates are connected to each other to represent the border of the 3d model. However, I'm not sure how to do it yet. After that, expand/extrapolate the z coordinate and connect all the coordinates to represent the 3d model.

Or is there a feature that allows me to build it instantly? The sample of my 2d plane with (x,y) coordinates can be seen in image descriptionimage description

I'm quite new with OpenCV and I write my code with python. So please forgive me if the question is trivial for some of you.

Thanks a lot for your advice.