koba / overhead-camera-people-counter

People counting algorithm using an overhead video camera
GNU General Public License v3.0
65 stars 21 forks source link

Fix the refline drawing issue #5

Open sleebapaul opened 4 years ago

sleebapaul commented 4 years ago

The reference line was drawn in the same position, irrespective of the input reference line position. This was due to the issue of drawing the line in WindowController.cpp. The reference points given were the same.