Thanks, It works.
--- In gamera-devel@yahoogroups.com, Christoph Dalitz <christoph.dalitz@...>
wrote:
>
> Am Tue, 07 Jul 2009 03:05:05 -0000
> schrieb "Reza" <re_shojaei@...>:
> >
> > Based on this
(http://gamera.sourceforge.net/doc/html/segmentation.html#segmentation)
splitx_right does not get any argument, so in the classifier I should be able to
have a class called:
> >
> > _split.splitx_right.letter.mr
> >
> You must classify the glyph solely as
>
> _split.splitx_right
>
> without any further specification. The resulting parts will then be
> passed again to the classifier, at which point they -hopefully- obtain
> teh correct class names. This implies that you also need training
> prototypes of the parts.
>
> Please let us know whether it works,
>
> Christoph
>