Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSC320 TT1 (2D Image - 2D Patches & Curves (essentially the same,…
CSC320 TT1
-
2D Image - 1D Processing
same horizontal line, different intensities
-
RANSAC Circle Detection: randomly sample 3 points, which gives three equations with three unknowns, solve for their potential circle, see how many points fit (Question, what points are taken into consideration, the patch?) What about the run time?
Checking for consensus is expensive, so we filter out initial points to speed up the process: non-co linear, not too close
-
-
-
-
Cross Correlation: Template Matching (a different topic from edge detection) finding great similarity between two patches(synced)