Ask Your Question
1

what format is .volkan

asked 2013-04-24 06:27:10 -0600

roomini gravatar image

Hi there can anybody tell me the format of the image used at line number 81 in the code provided by the link below..

http://www.vsalma.com/2009/08/opencv-altnda-svm-kullanmak-opencv-svm.html

can there be any alternative to this format?? please help me in this.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-04-24 06:57:11 -0600

berak gravatar image

CvSVM inherits its serialization from Algorhithm, so if the filename ends in '.xml', it saves it as xml, in any other case as yml.

that's what you get here. plain yml.

you could even save it as SVM.pluto or SVM.venus, same difference ;)

edit flag offensive delete link more

Comments

but i want its output in an image format..

roomini gravatar imageroomini ( 2013-04-24 07:15:35 -0600 )edit

unfortunately, the only way to save float data from opencv is like this. sorry, not possible

berak gravatar imageberak ( 2013-04-24 08:09:08 -0600 )edit

Access violation reading location 0x00000000. how to solve this exception

roomini gravatar imageroomini ( 2013-04-25 03:51:55 -0600 )edit

?? where ? above code worked fine here

berak gravatar imageberak ( 2013-04-25 04:08:52 -0600 )edit

Question Tools

Stats

Asked: 2013-04-24 06:27:10 -0600

Seen: 195 times

Last updated: Apr 24 '13