-
Updated
Mar 3, 2020 - Shell
reconstruction
Here are 162 public repositories matching this topic...
Can you please provide the correct definition of what the 'fitness' in registration is? To be consistent with the code implementation.
in the docs:
"property fitness
The overlapping area (# of inlier correspondences / # of points in target). Higher is better."
http://www.open3d.org/docs/release/python_api/open3d.registration.RegistrationResult.html
http://www.open3d.org/docs/release
On one dataset with large images, the construction of a dense mesh crashed at the Stereo step not long after starting it. I wasn't sure why, a blogpost covers this same experience happening and referencing documentation as to why(Image size and GPU memory I think) with the solution to use smaller image size.
If this type of crash cannot be detected/avoided before the users action triggers it,
-
Updated
Mar 4, 2020
-
Updated
Mar 4, 2020
-
Updated
Feb 27, 2020
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 3, 2020 - C++
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 1, 2020 - C++
-
Updated
Mar 2, 2020 - C++
-
Updated
Feb 25, 2020 - C++
-
Updated
Feb 25, 2020 - C++
-
Updated
Mar 4, 2020 - Makefile
-
Updated
Mar 2, 2020 - C++
-
Updated
Feb 28, 2020 - C++
According to the docs, filters are not implemented for FBP. However, TomoPy does not raise an error when you try to pass filter_name or filter_par with algorithm='fbp'. This would explain why, in my tests, choosing various filters for FBP did not change the reconstruction quality.
This definitely needs to be fixed
-
Updated
Mar 2, 2020 - Python
% For all reversible reactions, the following equation holds true for the
% reverse direction: vi + c * vrxnC >= u.
I think this should be vi + c * vrxnC >= -u
% The output is a coupled model (modelCoupled), in which for every new
% entry in modelCoupled.b a "slack" variable has been added
% to modelCoupled.mets.
If one runs
model=createModel();
model=addReaction(
-
Updated
Feb 25, 2020 - Lua
-R, --rightconfig Right camera configuration file (string)
-o, --output Right camera configuration file (string)
what does the "--output" should be? Thank you very much.
-
Updated
Feb 17, 2020 - MATLAB
-
Updated
Mar 3, 2020 - Python
-
Updated
Feb 12, 2020 - Python
Using in Linux
Hello,
I just found this library and arise some doubts...Do you have some binaries to work with ubuntu? or is it only possible to use this library with windows?
Best,
Bryan
-
Updated
Feb 25, 2020 - Python
-
Updated
Mar 3, 2020 - Python
Improve this page
Add a description, image, and links to the reconstruction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reconstruction topic, visit your repo's landing page and select "manage topics."
Dear YadiraF,
Thanks for your help!
By modifying demo_texture.py, I tried to rotate the vertices of one image then change its texture to another image's texture.
In "1. 3d reconstruction -> get texture.", I added this line :
rotated_v = mesh.transform.rotate(vertices.copy(), [30, 0, 0]) # pitch, yaw, roll : positive : looking down, looking left, tilting head right
And I didn't modify