Giter Site home page Giter Site logo

edgedetection's Introduction

3D 颈缘线识别

结果

控制台

image-20210817113843223

窗口一

image-20210817113802447

窗口二

image-20210817113824829

文件树

.

├── Example.stl —— 三角网格输入文件

├── README.md —— README

├── main.py —— 主函数文件

└── requirements.txt —— pip依赖项

安装

pip install -r requirements.txt

或者

conda env create -f environment.yml

运行

python main.py

设计思路

  1. 边检测算法;

    image-20210817134100280

  2. 多次RANSAC算法去掉多余点;

image-20210817134137266

  1. 根据平均曲率匹配特征点;

    image-20210817134532195

  2. 体素降采样和离群点去噪声。

    image-20210817134421081

edgedetection's People

Contributors

zhangxx-namuu avatar

Watchers

 avatar

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.