Hello, It seems like everything works fine with extracting and converting the images but at the end of the process I get the following output / error message: is any one have idea please email me to resolve problem. And when I tried to extract features in features to gift-add-perl.pl images of 176X144 pixels .PPM IMAGE got the values like 1 671.916 2466.25in .tts_ADI files after indexing. is it coorect features and how can how can i read these values I am not getting can any help please.
Gift version is gift-0.1.15b > gift-prerequisites-0.11 > > Using SUSE LINUX 10.1 > > Check the attached files is my gift-add-collection.pl.from/usr/local/bin/gift- > add-collection.pl > > Thank you for your great help. > > Varma > > > > On Dec 14, 2007 12:52 AM, David Squire < > [EMAIL PROTECTED]> wrote: > > > varma.s wrote: > > > Hello, > > > > > > I have a question concerning the gift-add-collection.pl script. > > > > Which version of GIFT are you using? We need to know this so that we can > > work out what is on line 796 of your gift-add-collection.pl. > > > > > It seems like everything works fine with extracting and converting the > > > images but at the end of the process I get the following output / > > error > > > message: > > > > [snip] > > > > > Copying /root/gift-config.mrml to /root/gift-config.mrml-old > > > XML::DOM::Attr=ARRAY(0x89e8580) > > > Can't locate object method "getAttribute" via package "XML::DOM::Attr" > > > > > at /usr/local/bin/gift-add-collection.pl line 796, <LOCALELIST> line > > 264. > > > ----> collection-id c-46-1-10-11-11-107-2-344-0 > > > > Well, that's an error in using a Perl package. Looking at > > http://search.cpan.org/~tjmather/XML-DOM-1.44/lib/XML/DOM/Attr.pod<http://search.cpan.org/%7Etjmather/XML-DOM-1.44/lib/XML/DOM/Attr.pod>, > > it > > seems that XML::DOM::Attr indeed does not have a method getAttribute. > > Nor does it inherit one from XML::DOM::Node (according to > > http://search.cpan.org/~tjmather/XML-DOM-1.44/lib/XML/DOM/Node.pod > > <http://search.cpan.org/%7Etjmather/XML-DOM-1.44/lib/XML/DOM/Node.pod>). > > It > > *is* a method of XML::DOM::Element though (see > > http://search.cpan.org/~tjmather/XML-DOM-1.44/lib/XML/DOM/Element.pod > > <http://search.cpan.org/%7Etjmather/XML-DOM-1.44/lib/XML/DOM/Element.pod> > > ). > > > > My guess would be that somehow an object of the wrong type is being > > generated - an XML::DOM::Attr object rather than a XML::DOM::Element > > object. We need to know your version information though so we can look > > at the right version of gift-add-collection.pl. > > > > Regards, > > > > David > > > > > > -- > > Dr David McG. Squire, Senior Lecturer > > Clayton School of Information Technology, Monash University, Australia > > CRICOS Provider No. 00008C > > http://www.csse.monash.edu.au/~davids/<http://www.csse.monash.edu.au/%7Edavids/> > > > > > > _______________________________________________ > > help-GIFT mailing list > > [email protected] > > http://lists.gnu.org/mailman/listinfo/help-gift > > > > >
_______________________________________________ help-GIFT mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gift
