On Jul 25, 1:32 pm, techG <giuliopul...@[EMAIL PROTECTED]
> wrote:
> > The first thing you need to do is to identify your real goal, or,
> > equivalently, define the term 'homogeneous' for your application. Any
> > segmentation method incor****ates its own definition of 'homogeneous',
> > but this may or may not be what you want.
>
> > illywhacker;
>
> My goal is only to achieve near real-time performance :)
Real-time performance is easy to achieve: make everything the same
class
:).
> The 'homogenous' definition, for my application, is the simplest :
> (abs(grayLevelDifference) < threshold).
But now you have given a criterion, let's see what you want to do.
Do you want to divide the image pixels into the minimal number of
sets,
such that abs(grayLevelDifference) < threshold for *any* pair of
pixels in
each set, regardless of proximity? Or do you want this to be true only
for
pixels that are neighbours, in a sense yet to be defined?
illywhacker;


|