Search found 16 matches
- Wed Nov 13, 2019 11:50 pm
- Forum: Requests, new functionalities
- Topic: erode point cloud
- Replies: 1
- Views: 9934
Re: erode point cloud
Actually, never mind... these options in Ames Stereo Pipeline only work when you're converting a point cloud to a DEM, in which case it's much easier to determine what counts as the boundary. So not really an appropriate feature for CC I think.
- Wed Nov 13, 2019 10:58 pm
- Forum: Requests, new functionalities
- Topic: erode point cloud
- Replies: 1
- Views: 9934
erode point cloud
There is an option in several of the Ames Stereo Pipeline tools called "erode" which allows you to remove points near the edges of a point cloud (with a distance parameter). This makes the most sense when your point cloud represents a terrain surface and the edges tend to have bad data. I ...
- Sat Feb 16, 2019 7:05 am
- Forum: Issues, bugs, etc.
- Topic: Compiled successfully but "application failed to start"
- Replies: 9
- Views: 10358
Re: Compiled successfully but "application failed to start"
Hooray, I got it to compile and run! I just had to make sure nothing was pointing to my Anaconda version of Qt stuff, and then I also had to deal with a C2666 error, but luckily someone had already solved it here:
https://github.com/buaagy/CloudCompare/ ... a8c19fb1f5
https://github.com/buaagy/CloudCompare/ ... a8c19fb1f5
- Sat Feb 16, 2019 6:29 am
- Forum: Issues, bugs, etc.
- Topic: Compiled successfully but "application failed to start"
- Replies: 9
- Views: 10358
Re: Compiled successfully but "application failed to start"
By the way, I have Anaconda installed and in the PATH... I think that's where it's getting zlib.dll and libpng16.dll from. Also, CMake has put Anaconda paths in the config: Qt5Concurrent_DIR C:/Users/aaron/Anaconda3/Library/lib/cmake/Qt5Concurrent Qt5Core_DIR C:/Users/aaron/Anaconda3/Library/lib/cma...
- Sat Feb 16, 2019 5:49 am
- Forum: Issues, bugs, etc.
- Topic: Compiled successfully but "application failed to start"
- Replies: 9
- Views: 10358
Re: Compiled successfully but "application failed to start"
I'm using Qt 5.12.1 . What version do you normally use? I noticed that if I run start.bat instead of CloudCompare.exe (which replaces PATH with only the install dir), I get a different result. Instead of "failed to start" I get" The code execution cannot proceed because libpng16.dll w...
- Tue Feb 12, 2019 6:46 am
- Forum: Issues, bugs, etc.
- Topic: Compiled successfully but "application failed to start"
- Replies: 9
- Views: 10358
Re: Compiled successfully but "application failed to start"
I actually switched to Release build, and I was running the .exe from powershell, outside of visual studio.
- Mon Feb 11, 2019 5:50 am
- Forum: Issues, bugs, etc.
- Topic: Compiled successfully but "application failed to start"
- Replies: 9
- Views: 10358
Compiled successfully but "application failed to start"
I just managed to compile CC for the first time using MS Visual Studio 2017, following the instructions in BUILD.md . I ran the ALL_BUILD project and then the INSTALL project. However, when I run my generated CloudCompare.exe, I get a dialog saying: "The application failed to start because it c...
- Sat Feb 07, 2015 1:38 am
- Forum: Linux related topics
- Topic: Linux dev environment for cloudcompare?
- Replies: 1
- Views: 12959
Linux dev environment for cloudcompare?
Hi, is anyone developing CC on Ubuntu? I'm currently using Kubuntu 14.10 and I've had good experiences using QTCreator and Eclipse for C / C++. Does anyone have a CloudCompare project file set up for these, or at least have experience using one or the other to develop for CloudCompare?
- Fri Jan 16, 2015 4:59 pm
- Forum: Questions
- Topic: Poisson parameters correspondence between MeshLab and CC
- Replies: 4
- Views: 6680
Re: Poisson parameters correspondence between MeshLab and CC
I'm also confused about the "full depth" parameter. The documentation for poissonrecon is unclear: "This integer specifies the depth beyond depth the octree will be adapted. At coarser depths, the octree will be complete, containing all 2^d x 2^d x 2^d nodes." My guess is that th...
- Sat Apr 05, 2014 12:06 am
- Forum: Questions
- Topic: mesh vertex colors from pointcloud
- Replies: 4
- Views: 6018
Re: mesh vertex colors from pointcloud
Thanks, and great to see that that feature exists! Unfortunately I was doing the meshing outside of CC since I wanted to use the latest version of PoissonRecon. Any way to access the "import color" feature without using the internal implementation of PoissonRecon?