Computer Vision/CS1312 [CS131] Lecture 5 & 6 (Canny Edge Detector, Lane Detection) 본 게시글은 Standford University (Department of Computer Science)의 강의 자료를 바탕으로 공부한 내용입니다. Detection of edges provides meaningful semantic information that facilitate the understanding of an image. Goal of Edge Detection : identify sudden changes(discontinuities) in an image. Edges occur in images when the magnitude of the gradient is high. Sobel and Canny Edge Detection Hough Transform : used for the.. Computer Vision/CS131 2021. 7. 18. [CS131] Lecture 3 & 4 (Convolutions, Cross-Correlation, Seperable Filters) 본 게시글은 Standford University (Department of Computer Science)의 강의 자료를 바탕으로 공부한 내용입니다. Images that we deal in computer vision are digital. (discrete representations of the photographed scenes). Image is also treated as a function f : $R^2$ → $R^N$ eg) Part 1 : Convolutions Convolution : System that uses information from neighboring pixels to filter the target pixel Commutative Property (교환 법칙) Shi.. Computer Vision/CS131 2021. 7. 18. Prev 1 Next