Jump to content

Talk:Connected-component labeling

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 77.109.78.111 (talk) at 07:06, 15 July 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconRobotics Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Robotics, a collaborative effort to improve the coverage of Robotics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
MidThis article has been rated as Mid-importance on the project's importance scale.

I intend to clean up this article and list a few of the common algorithms (2-pass rasterization for example). Charlie.liban (talk) 18:28, 11 February 2008 (UTC)[reply]

Done, and I completely forgot to add a description to the revision. Charlie.liban (talk) 05:13, 12 February 2008 (UTC)[reply]
Added an image for clarification. Charlie.liban (talk) 05:58, 12 February 2008 (UTC)[reply]


is the link to a spanish blog post really appropriate in the english article? —Preceding unsigned comment added by 146.6.202.194 (talk) 15:41, 5 August 2009 (UTC)[reply]

I don't think so. Removed. --Prydeson (talk) 21:37, 8 October 2009 (UTC)[reply]

Is it worth adding text about doing connected component labeling in a distributed parallel setting? There are significant scientific challenges to do doing this. SeanAhern (talk) 14:23, 6 October 2009 (UTC)[reply]

I would like to see a generalized algorithm for 3 or more dimensional labeling tinku99 —Preceding undated comment added 03:30, 23 November 2009 (UTC).[reply]

I'll look into it. Voxel CCL is of interest to biomedical imaging, so you may find some information in papers related to that. -charlie liban (talk) 17:06, 25 November 2009 (UTC)[reply]

It is quite hard to understand the pseudo code 'linked[label] = union(linked[label], L).. maby some explanations —Preceding unsigned comment added by 83.27.187.36 (talk) 12:56, 2 December 2009 (UTC)[reply]

The whole article is looking a bit cluttered for such a simple concept. I'll try and clarify this with better pseudocode. -charlie liban (talk) 21:02, 22 March 2011 (UTC)[reply]

What language is the second source code in? —Preceding unsigned comment added by 117.192.203.26 (talk) 04:57, 17 May 2010 (UTC)[reply]

MATLAB from the looks of it -charlie liban (talk) 21:02, 22 March 2011 (UTC)[reply]

Maybe this algorithm should also be mentioned, it uses an entirely different approach, in one sequential scan all components are listed: http://telin.ugent.be/~jdebock/#cc