Giter VIP home page Giter VIP logo

Comments (2)

denabazazian avatar denabazazian commented on July 20, 2024

k_n stands for the number of neighbors, so you should define this parameter based on the density of your point cloud. If your point cloud is very dense, then your value should be larger, otherwise if the points in your point cloud are sparse, then you should consider a lower value for k_n.
The value of thresh is based on the eigenvalues. In order to define the best threshold on your data, you can comment the line 46 of the code. Then, check the visualization of line 57. There, you can define the proper threshold based on the 'colorbar' and the visualization that you get on the edges.

It would be better to keep the thresh as a fix number and play with different k_n values first to find the proper number of neighbors, since this value can be different depends on the density of your point cloud. But, thresh is usually a same value on most of the cases.

I hope this clarifies your query, let me know if you have any further problem, and thanks for your interest in this code.

from edge_extraction.

thachdo avatar thachdo commented on July 20, 2024

As your suggestion, I fixed the thresh =0.03 param. I tried with different k_n from 1 to the maximum value of k_neighbors. However, it was not much difference between the trial values of k_n. I couldn't extract any information from the inner edges.
I also attached the .ply here. Can you try it?
BoxFirmaSchublade.zip

from edge_extraction.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.