This code implements the Fast Sweeping Method to reinitalise a signed-distance function (or level set) for a 2D or 3D regular grid.
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
FastSweepReinitalisation
Danny van der Haven, dannyvdhaven@gmail.com, last updated: 2022/01/24
This MATLAB code uses the Fast Sweeping method [1] to reinitialise a level set or signed-distance function.
Given a discrete function F that gives the distance to a surface at F = 0, this algorithm detects the grid points adjacent to the interface and then recomputes the function F over the entire domain.
[1] Adam Chacon and Alexander Vladimirsk, SIAM Journal on Scientific computing, 2012
인용 양식
Danny van der Haven (2026). Fast Sweeping Method in 2D and 3D (https://github.com/DLHvdH/FastSweepReinitalisation/releases/tag/v1.0), GitHub. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0 |
