https://github.com/hpez/pistachio-detector
Differentiating open pistachios from closed ones.
https://github.com/hpez/pistachio-detector
ann c-plus-plus machine-learning machine-vision
Last synced: 12 months ago
JSON representation
Differentiating open pistachios from closed ones.
- Host: GitHub
- URL: https://github.com/hpez/pistachio-detector
- Owner: hpez
- License: apache-2.0
- Created: 2017-06-11T18:38:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T15:13:54.000Z (about 8 years ago)
- Last Synced: 2025-03-18T17:59:45.762Z (about 1 year ago)
- Topics: ann, c-plus-plus, machine-learning, machine-vision
- Language: C++
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pistachio Detector
Differentiating open pistachio from closed ones using neural network and machine vision.
In this project, OpenCV library has been used for processing the video (excluding frames and getting pixel colors) and a basic neural network (perceptron) has been used for learning.