@@ -58,7 +58,7 @@ This may be made more efficient and robust (accomodating any image width) if by
We use two streams of data in each process with it's own processing unit in our IP , which can be schematically represented in:
<imageforourImplementation>
In the background extraction technique we use a modified form of the watershed algorithm to suit different layers of the image with a similar range and intensity of pixels, so we have a customizable tayer to extract.
In the background extraction technique we use a modified form of the watershed algorithm to suit different layers of the image with a similar range and intensity of pixels, so we have a customizable layer to extract.
<Imagemodifiedwatershed>
# Tasks
...
...
@@ -83,6 +83,7 @@ The Tasks and maximum estimated time:
The image processing can serve a stepping stone for controlling multi-agent systems. Where each streaming interface can be used for instruction input and output for each agent. Instead of using RTOS in each bot we can have multiple datastreams from each bots being processed in an IP designed to emulate a FSM for each agent and decide their action. This can lead to higher robustness and fault tolerance and lower costs.