🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Region Growing Segmentation

Technique that starts from seed points and aggregates neighboring pixels based on similarity criteria (color, texture, intensity) to form homogeneous regions.

📖
용어

Region Merging Segmentation

Approach that begins with an initial over-segmentation (e.g., grid-based) and iteratively merges the most similar adjacent regions according to a predefined criterion.

📖
용어

Watershed

Segmentation algorithm that treats the image as a topographic relief, flooding basins from markers to delineate boundaries between regions.

📖
용어

SLIC (Simple Linear Iterative Clustering)

Over-segmentation algorithm that generates compact and quasi-regular superpixels by adapting K-Means to a 5D space (CIELAB + x,y coordinates) with a color-distance weighting.

📖
용어

Feature Space

Multidimensional representation where each pixel is a vector of its attributes (e.g., RGB, Lab, texture), on which clustering algorithms operate for segmentation.

📖
용어

Ward's Criterion

Linkage method for hierarchical clustering that minimizes the total intra-cluster variance by merging at each step the two clusters that cause the smallest increase in this variance.

📖
용어

Over-segmentation

Phenomenon where a clustering algorithm produces an excessive number of segments, often finer than the actual objects of interest in the image, requiring a subsequent merging step.

📖
용어

Kernel-based Segmentation

Clustering approach that uses kernel functions to project pixels into a higher-dimensional space where non-linearly separable clusters become linearly separable.

🔍

결과를 찾을 수 없습니다