Ask Your Question

bGuveen's profile - activity

2015-03-26 09:03:29 -0600 commented question About counting vehicle

thanks for ur attention, my code detecting and tracking cars in one traffic video. But i have no idea for how to count this cars and write to console, i need some information. Please

2015-03-26 06:01:18 -0600 asked a question About counting vehicle

Hi guys ;

I'm done with tracking vehicles with Haar Cascade Classifier. My project is tagging and tracking cars in traffic now. But i couldn't find any source for "count" this. Can anyone help me about this? I have 2 classes for cars, my code detects separate this 2 kind of cars , and i have to count for each class. Thanks

2015-03-18 23:16:44 -0600 asked a question error opening file

by using OpenCV 2.4.10 there is an error:

Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:537)

with

VideoCapture vid("opencv.avi");
if(!vid.isOpened()) {
cout<<"Video Yuklenemedi"<<endl;< p="">

this code.

when i try it

VideoCapture vid(0); //Opens webcam

it opens webcam without any error. Why am i getting that error ? im looking for it since 5 hours, maybe more. i tried move all the dll files to my project. i checked path, i checked libraries. There is no opencv_ffmpeg2410_64d.dll There is just opencv_ffmpeg2410_64.dll is that could be problem ? i uninstalled it twice but no result, still same. Please i need help guys.