FlorinTulba / Pic2Sym

The application Pic2Sym approximates images by a grid of colored symbols with colored backgrounds.
0 stars 0 forks source link

Invalid values or complicated logic for the sliders from the application #4

Closed FlorinTulba closed 7 years ago

FlorinTulba commented 7 years ago

Problems:

Causes: The sliders are offered by the 'highgui' library from OpenCV. They were enough to model the user-interaction. The enumerated issues were known from the beginning and are accepted as minor drawbacks. The values of these sliders must start from 0. Last value should be at least 1.

Coping:

FlorinTulba commented 7 years ago

Unless using a different GUI-engine, this is a tolerated issue.