HW07
HW07
DueonNovember3at11:59pm InthisassignmentyouwilldesignandimplementanalgorithminMatlabthatcandetecttheboundariesoftheblue waterpipefittings(elbow,tee,etc.)showninFigs.13.First,startwithdesigningsuitableimagepreprocessingsteps. Second,implementasuitableedgedetectionstrategy.Theoutputoftheedgedetectionstepmustbeabinaryimage using1foredgesand0forbackground.Third,trytooptimizeyourprocessingpipelinesothatfalseedgeresponses(e.g., duetoshadows,surfacediscontinuities,backgroundpatterns,etc.)areminimized.Youralgorithmmustworkwiththe sameparametersonallthreeimages.Notethatapartofyourgrade(3points)willdependonthequalityofthe generatedboundaryimages. Showyourresultsonallthreeimages(Figs.13)anddiscussthedetectionperformanceofyouralgorithm.Inaddition, explainthefunctionandrationalebehindeachprocessingstepofyourapproach.