Hi,
I am trying to experiment with split functions, but I am getting an error.
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 However, it does not accept this name. The error
says: "splitx_right is not a known or valid split function"
Do I need to import any library before calling the "Interactive Classifier"?
Thanks for the help.