필터 지우기
필터 지우기

Clustering

조회 수: 2 (최근 30일)
bes
bes 2012년 5월 30일
I have an image with lot of line segments. I have to find the lines which have nearly same theta and rho (theta -orientation rho -the shortest distance between the line segment and the origin - like as in Hough transform). I have to find the lines which have nearly same theta and rho. How Can I do that?
Is it possible to do this by clustering rho theta matrix (Nx2 matrix)? if so what is the best algorithm to cluster this? (I don't know the number of clusters or centroids). I have tried with kmeans but didnot get good results.

답변 (1개)

Elad
Elad 2012년 5월 30일
try imopen with strel('line',rho,theta)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by