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
    About the element14 Community
  • 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 599 subscribers
  • Views 2395 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…
Parents
  • 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
  • michaelkellett
    0 michaelkellett over 9 years ago in reply to Former Member

    This is a very difficult image processing task - I was involved a couple of years ago at the periphery of a project to identify objects passed over a supermarket self service checkout scanner - the idea being to detect the odd bottle of whiskey being weighed in as apples. This needed a decent PC style processor and   a LOT (many person years) of software effort.

     

    My advice would be to use the biggest, fastest PC you can get your hands on to develop the image processing until you can not only answer the basic questions that DAB suggests but also be in a position to specify the processing required to complete the image processing in the required time.

     

     

     

    MK

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

    This is a very difficult image processing task - I was involved a couple of years ago at the periphery of a project to identify objects passed over a supermarket self service checkout scanner - the idea being to detect the odd bottle of whiskey being weighed in as apples. This needed a decent PC style processor and   a LOT (many person years) of software effort.

     

    My advice would be to use the biggest, fastest PC you can get your hands on to develop the image processing until you can not only answer the basic questions that DAB suggests but also be in a position to specify the processing required to complete the image processing in the required time.

     

     

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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