VoIlAlex / cv2studio

Easy to use OpenCV framework. Chain-based image/video processing.
MIT License
4 stars 0 forks source link

Settings' resistance #4

Open VoIlAlex opened 5 years ago

VoIlAlex commented 5 years ago

While testing components it's useful to save components' result for later use.

VoIlAlex commented 5 years ago

Use self.state dictionary-like object to access track bars in debug mode.

VoIlAlex commented 5 years ago

Use self.state dictionary-like object to access track bars in debug mode.

Not an option. There are a start, end, begin and step values to create track bar. How about not visualizing track bars but storing values in it as a state of the component when the component is not in debug mode.