Ask Your Question

khaalidi's profile - activity

2019-10-09 00:00:09 -0600 commented question Detect if a set pixels crossing the boundary of the bounding box

I want to to detect if a set of pixel (Litter Object) is going outside the bounding box of the car.

2019-10-09 00:00:09 -0600 received badge  Enthusiast
2019-10-08 03:46:43 -0600 commented question Detect if a set pixels crossing the boundary of the bounding box

No, I can detect cars well. What I want is If a set of pixels were detected crossing the boundary of the bounding box a

2019-10-08 03:45:39 -0600 commented question Detect if a set pixels crossing the boundary of the bounding box

No, I can detect cars well. What I want is If a set of pixels were detected crossing the boundary of the bounding box a

2019-10-08 03:44:40 -0600 commented question Detect if a set pixels crossing the boundary of the bounding box

I've updated the question and added a screenshot. Screenshot

2019-10-08 03:43:52 -0600 edited question Detect if a set pixels crossing the boundary of the bounding box

Detect if a set pixels crossing the boundary of the bounding box I'm trying to to do litterbug detection on a highway,

2019-10-08 03:41:35 -0600 commented question Detect if a set pixels crossing the boundary of the bounding box

What i want is If a set of pixels were detected crossing the boundary of the bounding box around that , it gets marked

2019-10-08 03:07:58 -0600 commented question Detect if a set pixels crossing the boundary of the bounding box

The litter should move as it will be thrown from the cars. And the bounding box around the car.

2019-10-08 02:26:38 -0600 edited question Detect if a set of pixels crossing the boundary of the bounding box

Detect if a set of pixels crossing the boundary of the bounding box I'm trying to to do litterbug detection on a highwa

2019-10-08 02:25:42 -0600 edited question Detect if a set of pixels crossing the boundary of the bounding box

Detect if a set pixels crossing the boundary of the bounding box I'm trying to to do litterbug detection on a highway,

2019-10-08 02:24:49 -0600 asked a question Detect if a set of pixels crossing the boundary of the bounding box

Detect if a set pixels crossing the boundary of the bounding box I'm trying to to do litterbug detection on a highway,

2019-10-08 02:23:58 -0600 asked a question Detect if a set pixels crossing the boundary of the bounding box

Detect if a set pixels crossing the boundary of the bounding box I'm trying to to do litterbug detection on a highway,

2019-10-08 02:23:55 -0600 asked a question Detect if a set pixels crossing the boundary of the bounding box

Detect if a set pixels crossing the boundary of the bounding box I'm trying to to do litterbug detection on a highway,

2019-01-09 10:21:49 -0600 received badge  Nice Answer (source)
2019-01-09 03:47:14 -0600 received badge  Teacher (source)
2019-01-09 02:16:52 -0600 received badge  Editor (source)
2019-01-09 02:16:52 -0600 edited answer OpenCV crashes after playing a video... help.. please!

You need to check that your video is finished. ret from cap.read() is always True whenever there is a frame, False when

2019-01-09 02:16:07 -0600 answered a question OpenCV crashes after playing a video... help.. please!

You need to check that your video is finished. 'ret' from cap.read() is always True whenever there is a frame, False wh

2018-09-21 01:37:04 -0600 received badge  Supporter (source)
2018-09-21 01:34:50 -0600 commented answer Runtime error with OpenCV C++

Thanks , It worked.

2018-09-21 01:33:24 -0600 marked best answer Runtime error with OpenCV C++
habib@Habib-PC:~/Documents/Projects$ g++ fingerprint_process.cpp -o program.out `pkg-config --cflags --libs opencv`
habib@Habib-PC:~/Documents/Projects$ ./program.out 
terminate called after throwing an instance of 'cv::Exception'
  what():  OpenCV(3.4.3-dev) /home/habib/Documents/Projects/Packages/opencv/modules/core/src/matrix_wrap.cpp:1660: error: (-215:Assertion failed) !fixedSize() in function 'release'

Aborted (core dumped)

Why Am I getting this error on runtime? (︶︹︺) (︶︹︺)

2018-09-21 01:33:24 -0600 received badge  Scholar (source)
2018-09-19 03:47:01 -0600 commented question Runtime error with OpenCV C++

The error is thrown from inside the Library , matrix_wrap.cpp ,

2018-09-19 03:43:52 -0600 commented question Runtime error with OpenCV C++

The code is pretty straight forward , there is no exception statements.

2018-09-19 03:40:56 -0600 commented question Runtime error with OpenCV C++

fingerprint_process.cppt That's the code

2018-09-19 01:34:40 -0600 asked a question Runtime error with OpenCV C++

Runtime error with OpenCV C++ habib@Habib-PC:~/Documents/Projects$ g++ fingerprint_process.cpp -o program.out `pkg-confi

2018-09-14 02:30:12 -0600 commented question I get build error while building OpenCV and OpenCV_Contrib from the source on Linux

Thanks Buddy! It worked.. Before this I downloaded the OpenCV Source code from the official website and Cloned the Open

2018-09-13 02:24:30 -0600 asked a question I get build error while building OpenCV and OpenCV_Contrib from the source on Linux

I get build error while building OpenCV and OpenCV_Contrib from the source on Linux I'm building OpenCV on Linux with Op