Closed haopo2005 closed 7 years ago
depth
- these are the depth distribution, each value in this distribution corresponds to a distance from the 3D structure to the viewpoint on the direction defined by the pixel;planes
- .reconstructed = 0
means the plane is not reconstructed, otherwise the coefficients [a,b,c]
of the plane equation ax+by+cz=1
are given in .plane_coeff
;segs
- these are the superpixel labels, the plane of each superpixel is given in planes
.all right, and where are the textures pictures of these superpixel or plane? Do you use the zoomed panorama images as texture images? besides glsl, do you have any suggestion about the tool to render , stitch or edit these model?
Yes, the textures are rendered through GLSL based on the zoomed panorama. The mapping from the panorama image to the 3D superpixel planes can be easily formulated in shading languages like GLSL, but it is not explicitly supported by common modeling tools. I'm afraid I don't have any other suggestions ...
Hi,
I have closed the showgui options due to lack of gpu. and I have got obj and mat output file at present. I dont understand the usage of depth, planes and segs in the output mat file.
1.depth the size of depth mat is quite similar with the size of panorama images. the value of the mat ranges from 0.57 to 1.5 maybe. I'd like to know its physical meaning. what's the relation between depth here and space depth? What's the correspondence between panorama pixels and depth here?
3.segs Dose segs represent the superpixels label? why is the size of this matrix quite similar with the size of panorama images?
May I have your webchart ID?