Ask Your Question

tiannahale9Jr's profile - activity

2017-05-07 01:28:20 -0600 asked a question Get contents of the box

I have an image similar to this. What is the best way to ignore the black outline and get only the region where the contents are.

box

2017-04-16 10:06:34 -0600 asked a question Segmentation Fault on using VideoCapture

GDB output:

Starting program: /PWD/a.out

[Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7fffd9293700 (LWP 1744)]

Thread 1 "a.out" received signal SIGSEGV, Segmentation fault. 0x00007fffe9497370 in av_buffer_unref () from /usr/lib/libavutil.so.55


Machine:

OpenCV - version 3.2.0

ffmpeg - version 3.3

OS - Manjaro Linux


2016-10-24 16:56:20 -0600 received badge  Student (source)
2016-10-24 08:58:57 -0600 asked a question [Feasibility?]Detecting car count/congestion percentage in a road.

We have a sample test case consists of a road (don't mind the right side of the road)

image description

where we should detect the "occupied" percentage of a road as shown in the image.

We conclude that we could use calculating/measuring the areas of the road to detect the percentage.

Another proposed (pls dont mind the excess cars)sample is the 50% scenario image description.

Also another scenario will be that it detects no cars/congestion image description