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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!