0% found this document useful (0 votes)
20 views1 page

HW07

This homework assignment asks students to design and implement an algorithm in Matlab to detect the boundaries of blue water pipe fittings in three images. Students must first design suitable image preprocessing steps and then implement an edge detection strategy to produce a binary edge image. The algorithm must minimize false edge responses. Students must show results on all three images, discuss detection performance, and explain each processing step. Deliverables include the Matlab code, a paper describing the design, results, and lessons learned.

Uploaded by

timechg
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

HW07

This homework assignment asks students to design and implement an algorithm in Matlab to detect the boundaries of blue water pipe fittings in three images. Students must first design suitable image preprocessing steps and then implement an edge detection strategy to produce a binary edge image. The algorithm must minimize false edge responses. Students must show results on all three images, discuss detection performance, and explain each processing step. Deliverables include the Matlab code, a paper describing the design, results, and lessons learned.

Uploaded by

timechg
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Homework07EdgeDetectionII

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.

Fig.1:A.pngFig.2:B.pngFig.3:C.png Deliverables: SubmityourassignmentbyusingtheDropboxinICON.Thefilestobesubmittedincludethefunction(s)/script(s)you havewrittenandashortpaperdescribingyourwork.Inyourpaper,discussthedesignofyourfunctionandany problemsyouencountered.Discusstheresultsyouobtained.Specifically,addressingthequestionspostedabove.Also includeaconclusionssection,inwhichyoudescribewhatyouhavelearnedfromyourexperiments.Forthepaper,any commondocumentfileformat(e.g.,PDF)isacceptable.Collectallyourfilesandcompressthemusingzip,tar,rar,etc. andsubmitthecompressedfile.

You might also like