Ask Your Question

kelvin00's profile - activity

2013-12-29 19:06:07 -0600 commented answer hog+svm: the size of positive image must be 64*128? any other choice?

thank you very much, Median. I'll have a try to use the 128X64 and tell you the result.

2013-12-27 01:53:04 -0600 asked a question hog+svm: the size of positive image must be 64*128? any other choice?

Iam trying to train my own SVM using features extracted using HoG. Now i have one question. should the size of positve image must be 64x128? if the positive pictures are small ,and i can resize them to 64*128. however,the targets are wide.how can i build the positive picture? Dose the positive picture only include the target? thanks a lot. image description

2013-12-27 01:17:44 -0600 commented question how to use PASCAL VOC image dataset? not every picture has one annotation?

thanks a lot , GilLevi.

2013-12-26 05:42:01 -0600 commented question how to use PASCAL VOC image dataset? not every picture has one annotation?

There are more than 10000 pictures in the dataset, but only about 5000 annotations there. what can i do ? add annotations by myself? are there any good idea? thanks a lot

2013-12-26 02:29:52 -0600 asked a question how to use PASCAL VOC image dataset? not every picture has one annotation?

I want to use the PASCAL VOC image dataset2012.The pictures includes boats are my favorite. but I find that not every picture has one annotation. Should I make the annotations by myself? Thank you .

2013-05-16 02:20:18 -0600 commented answer VideoCapture can not get the right code of codec

thank you .best wishes!

2013-05-07 22:29:46 -0600 commented answer VideoCapture can not get the right code of codec

but why i can not get the right codec? are there some things wrong with my code? thank you ?

2013-05-07 10:36:31 -0600 received badge  Student (source)
2013-05-07 03:56:56 -0600 received badge  Editor (source)
2013-05-07 03:20:42 -0600 asked a question VideoCapture can not get the right code of codec

VideoCapture vido_file("D:\1.avi");

    if(vido_file.isOpened()==NULL)
            return -1;
    int ex = static_cast<int>(vido_file.get(CV_CAP_PROP_FOURCC));

i copy the codes from user manul,but i doesn't work. ex=1196444237,why ? thank you for help .