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.
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.
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 
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.
In that case the PI should be fast enough
God luck and keep us posted
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
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