Sorting line bell peppers
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Moe Makki
il 24 Mag 2021
Commentato: Image Analyst
il 25 Mag 2021
i want to design a sorting line of bell peppers depending on color and weight .
the line will seperate the peppers into 3 colors (Red , yellow , Green) then classify the same-color
peppers based on weight (less and greater than 120 grams)
Assume one sensor input for color (R, Y, or G), and three sensors for weight (one for each same-color line).
i'm really confused on how to do this (any help appreciated).
0 Commenti
Risposta accettata
Image Analyst
il 24 Mag 2021
I'd get the Image Acquisition toolbox to snap images from a camera. Then you'll need robotic to move your peppers along a conveyor belt onto a scale. Use the Data Acquisition Toolbox to read the scale to get the weight. Then another robot to push the pepper off the scale to continue it's journey down the line. I'd call a machine vision vendor like Cognex (basically situated across the street from Mathworks) to get you started.
6 Commenti
Image Analyst
il 25 Mag 2021
It can be solved using those commands as well as many others. Ask you instructor exactly how does he expect the weight of the items to get into your program and see what he says. See if he thinks that's going to happen with just if and while.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su GigE Vision Hardware in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!