Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export point cloud #590

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

export point cloud #590

wants to merge 3 commits into from

Conversation

MerveGULEC
Copy link

Hi,

Has anyone tried to export the point cloud after processing data? there are some functions to export the trajectory but nothing for point cloud.

@Power-tile
Copy link

Hi, I followed your instructions on installing on Ubuntu 20.04 and experienced two consecutive errors in building opencv. I solved them with the following steps:

  1. fatal error: stdlib.h: No such file or directory at #include_next <stdlib.h>. This is solved by adding -D ENABLE_PRECOMPILED_HEADERS=OFF to the "generating cmake config file" step in building opencv, as suggested here.
  2. Cmake's build stopping abruptly after 99% having the same error in this post. This is solved by changing line char* str = PyString_AsString(obj); to const char* str = PyString_AsString(obj); in file opencv/modules/python/src2/cv2.cpp. This line can be located by typing /PyString_AsString in Vim Editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants