cpvrlab / ImagePlay

ImagePlay is a rapid prototyping application for image processing
http://cpvrlab.github.io/ImagePlay/
GNU General Public License v3.0
1.17k stars 126 forks source link

Hough Lines crash #101

Open Otaka opened 6 years ago

Otaka commented 6 years ago

I am trying to make Hough lines on any image, but application keeps crashing Steps to reproduce:

  1. Put block "Synthesize image" with type "Plane wave" and other parameters can be default(but Load image with any external image will reproduce the bug also).
  2. Add Canny Edge Detector
  3. Add "Hough Line" block and connect it to edge detector choosing any it's output(bug appears with each) As a result application just crash.

May be I am doing something wrong, but in this case I think application should not crash, and just say something

l00mi commented 6 years ago

Yes, ImagePlay should definitely not crash in this situation.

As a work around you might try to enable/disable OpenCV (button on the top).

Unfortunately we don't have anybody actively working on ImagePlay currently. So please keep the issue open, if someone comes around we will have a look.