element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum What "MICROCONTROLLER" that is best for IMAGE PROCESSING?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 11 replies
  • Answers 3 answers
  • Subscribers 576 subscribers
  • Views 2310 views
  • Users 0 members are here
Related

What "MICROCONTROLLER" that is best for IMAGE PROCESSING?

Former Member
Former Member over 11 years ago

I am a senior computer engineering student from the Philippines, and One of my module of my project is an IMAGE PROCESSING waste segregation where it segregates
trashes by "biodegradable" or "non-biodegradable". I hope that you could help me guys.

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 11 years ago in reply to Robert Peter Oakes +1 suggested
    Peter Oakes wrote: missing a key component and im sure you all know this Speed of analysis If this is a conveyor then the system must analyse in almost real-time, yes there is a lag but it…
  • dougw
    0 dougw over 11 years ago

    Raspberry Pi with a PiCam might be adequate.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • vish
    0 vish over 11 years ago

    Two popular options are Raspberry Pi and Beaglebone Black.

    rPi has a better community support than BBB, but BBB has more power than rPi for these kind of projects.

    Raspberry Pi board is less costly than BBB. But you adding the cost of PiCam to it. On the otherhand, BBB is costly than rPi, but can work with cheap USB cams, so can still keep the total costs down.

    You can get a one-on-one comparison here : http://makezine.com/magazine/how-to-choose-the-right-platform-raspberry-pi-or-beaglebone-black/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    Thank you for the suggestion guys..

     

    but I wanted to know if it is doable to use IMAGE PROCESSING for simple waste segregation?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • vish
    0 vish over 11 years ago in reply to Former Member

    That question you can probably ask in this community : https://groups.yahoo.com/neo/groups/OpenCV/info

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 11 years ago

    First of all, to perform visual inspection on an object or material it cannot be obscured or buried in a pile of trash, it must be separated or on top in full view, which requires some separation method. Full optical inspection may require viewing from multiple angles which requires multiple cameras or movement of the object. This implies visual inspection already requires more than just a camera and software to have any chance of success. There are some materials and objects that can be determined to be biodegradable by visual inspection, but there are many where visual inspection is simply inconclusive. Optical discrimination rate may be improved by adding extreme magnification and spectral analysis, which would still fall under the image processing umbrella, but may complicate the apparatus and material handling systems. For those object and materials that can be visually distinguished, performing the discrimination in software can be a very complex task and some choices will fail because the software is not sophisticated enough. So for general biodegradable decisions, image processing will not be very accurate, and many other sensor systems would be needed, working in concert, to improve accuracy.

    However, there are special cases where image processing could be used successfully, and you might try one of these for your project. For example: image processing could distinguish whether an item is a cardboard cup or a plastic lid or a plastic straw, assuming these are the only types of trash on the conveyor.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • DAB
    0 DAB over 11 years ago

    To get to a good decision, you need to define your environment and the capabilities you need plus some timing goals.

    Issues such as time to respond, color, B&W, or spectral images.  Resolution, spectral purity, and a host of other potential issues.

    You also need to establish lighting requirements and sensor sensitivity.

     

    As I have stated before, these kinds of questions are really impossible to answer without the background data.

     

    To do a component selection you need to:

    A.  Define you requirements

    B.  Identify key separation parameters.

    C.  Identify you candidates.

    D.  Evaluate each candidate against your requirements.

    E.  Select the least expensive solution that meets your requirements.

     

    Never, ever, just compare candidates against each other.  You can get what you think is the best, only to find out that it does not work in your environment.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago

    missing a key component and im sure you all know this

     

    Speed of analysis

     

    If this is a conveyor then the system must analyse in almost real-time, yes there is a lag but it must be able to keep up with the conveyor, this will require a very fast processing sub system or many small systems working on concert

     

    all the other points are perfectly valid also, we just need to add the dimension of performance, this in itself would probably eliminate things like PI, BBB etc. From a proof of concept they will work but for production it would need to be massively scaled up, or the conveyor slowed down image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Robert Peter Oakes

    Peter Oakes wrote:

     

    missing a key component and im sure you all know this

     

    Speed of analysis

     

    If this is a conveyor then the system must analyse in almost real-time, yes there is a lag but it must be able to keep up with the conveyor, this will require a very fast processing sub system or many small systems working on concert

     

    all the other points are perfectly valid also, we just need to add the dimension of performance, this in itself would probably eliminate things like PI, BBB etc. From a proof of concept they will work but for production it would need to be massively scaled up, or the conveyor slowed down

    Im not using a conveyor.  im going to make a two trashbins: 1 for the Biodegradable and 1 for the Recyclable.
    on the top of the trashbin there is a CAMERA for image processing. If ever the person trying to put the "PLASTIC BOTTLE" to the biodegradable bin, the biodegradable bin won't open.
    If the person put the plastic on the Recyclable bin the bin will open.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago in reply to Former Member

    In that case the PI should be fast enough

     

    God luck and keep us posted

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago

    ODROID XU4 or for really fast speeds get NVIDIA JETSON TK1

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube