RegGrow

버전 1.3.0.0 (62.7 KB) 작성자: Rik
Region growing algorithm (supports 2D, 3D, and ND)
다운로드 수: 380
업데이트 날짜: 2023/2/17

View RegGrow on File Exchange

This function implements a region growing algorithm for 2D, 3D and ND.
In short this means that this function looks at all the pixels/voxels surrounding the segmented region and adds those that have a value that are within maxDiff of the mean of the already selected region. The region starts out with the seed position, and the loop continues until no more voxels are added. This function tests the entire shell at once.

This is slower than a mex implementation would be, but this should be compatible with any release and will return the same result on any release (including GNU Octave).

An HTML doc with examples is included. A tester function is also included.

Licence: CC by-nc-sa 4.0

Example

인용 양식

Rik (2024). RegGrow (https://github.com/thrynae/RegGrow/releases/tag/v1.3.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022b
R13SP1 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.3.0

1.2.0

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.2.0

1.1.2

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.1.2

1.1.1

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.1.1

1.1

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/1.1

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.