이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
This code segment an image using color, texture and spatial data
RGB color is used as an color data
Four texture features are used: 1. mean 2. variance 3. skewness 4. kurtosis
Normalized Cut (inherently uses spatial data)
ncut parameters are "SI" Color similarity, "ST" Texture similarity, "SX" Spatial similarity, "r" Spatial threshold (less than r pixels apart), "sNcut" The smallest Ncut value (threshold) to keep partitioning, and "sArea" The smallest size of area (threshold) to be accepted as a segment
an implementation by "Naotoshi Seo" with a small modification is used for “normalized-cut” segmentation, available online at: "http://note.sonots.com/SciSoftware/NcutImageSegmentation.html", It is sensitive in choosing parameters.
인용 양식
Alireza (2026). normalized-cut segmentation using color and texture data (https://kr.mathworks.com/matlabcentral/fileexchange/52699-normalized-cut-segmentation-using-color-and-texture-data), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: k-means, mean-shift and normalized-cut segmentation
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 | image added |
