Question: Exercise Blob Detection [Part A] Construct the Label Array (label stage and merge stage) according to the algorithm mentioned in the background for the following
![Exercise Blob Detection [Part A] Construct the Label Array (label stage](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f51741a4a1f_30566f51741426a0.jpg)
Exercise Blob Detection [Part A] Construct the Label Array (label stage and merge stage) according to the algorithm mentioned in the background for the following Pixel Array. A "1" indicates a set Pixel, and a "O" indicates a blank. When two or more labeled blobs meet, use the lower of the label numbers. Start from the upper left position. 1 0 01 0 0 Use the table below to construct the Label table [Part B] Assume the label array is declared as: int LabelArrayNumRows][NumCols] and has been set according to Part A. Write code to find the boundary (minx,miny,maxx,maxy) positions that represent the bounding box of all blobs within the 10x10 array space. The boundary region indicates that all detected blobs are within the box defined by the corners (minx,miny) and (maxx.maxy). the boaund ioa art n. Write code to find the bo insrmtowsIlNumcCot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
