https://github.com/grkvlt/vegetables
Processing Vegetables Sketch
https://github.com/grkvlt/vegetables
Last synced: 4 months ago
JSON representation
Processing Vegetables Sketch
- Host: GitHub
- URL: https://github.com/grkvlt/vegetables
- Owner: grkvlt
- License: other
- Created: 2017-02-02T13:30:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T14:01:52.000Z (over 8 years ago)
- Last Synced: 2025-01-13T01:11:36.283Z (5 months ago)
- Language: Processing
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
VEGETABLES 0.7.4
================**Experimental video edge detection system.**
Uses averaging over a square of pixels and checks changes in brightness
over a series of squares to find an edge. Colour coded horizontal and
vertical edge points and bright/dark area detection. Plots lines or curves
along edges which can be colour-coded to area brightness and open or
closed.Allows editing of detection parameters in real-time, as well as toggling
various render modes and drawing options. Has the ability to pause the
video feed and still adjust the algorithm, for both real-time and recorded
frames being replayed. comprehensive display of status information with
full help text screen available for interactive features.
## TODO
- Fix `a` key functionality
- Missing out some dots in the detection list.
- Most obvious with `d` enabled and paused image, flip between `a` on and
off modes to see the effect. Probably just not including the entire array
when creating line segments?---
_Copyright 2009-2017 by [Andrew Donald Kennedy](mailto:[email protected])
and Licensed under the [Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)_