3d reconstruction
I am looking for openCV functions that can reconstruct series of grayscale 2D-images of a porous materials to a 3D representation.
I am looking for openCV functions that can reconstruct series of grayscale 2D-images of a porous materials to a 3D representation.
I put up a solution to your question at https://github.com/sjhalayka/slices_t...
It converts a series of PNG slices like this:
... into an STL mesh like this:
@berak -- Do you like physics? Check out my latest (crackpot) paper: http://vixra.org/abs/1901.0416
Asked: 2019-02-21 10:21:01 -0600
Seen: 962 times
Last updated: Apr 26 '19
3d models from 2d image slices
6-Channel image and 3D Reconstruction and visualization
Can i make 3d image for using stereo-vision and reconstruction with the help of opencv?
Finding 3D coordinate when all 3 coordinates can vary in the object coordinate system
Strange epipolar lines and 3d reconstruction [OpenCV for Java]
Make a 3D mat from a std::vector of 2D mat
there is no opencv function for reconstruction of three-dimensional porous media
You're looking for something like Marching Cubes?
http://answers.opencv.org/question/30...
may be the 3d reconstruction is not within the scope of the opencv processing
@harfbuzz -- I'm willing to help you out. Place your images on a site like GitHub and let me know.
@harfbuzz There is sfm module for 3d reconstruction in opencv but I think your question is off topics because it is not really image processing (I think it is in topic material science). Now if @sjhalayka wants to help you there is no problem.
adding a (few) example image(s) might be helpful
sjhalayka:
I'm sorry for my late reply. I just connected to the opencv website. Thank you very much for your help.