我是靠谱客的博主 忐忑百合,这篇文章主要介绍计算机视觉 Lecture 02 《Light and Shading》,现在分享给大家,希望可以做个参考。

Lecture 02 《Light and Shading》
像素点的强度值主要因素为:
1.光照的强度和方向
2.表面几何图形
3.表面的材料
4.附近的表面
5.摄像机曝光


Image filters in spatial domain


Filter is a mathematical operation of a grid of numbers
Smoothing, sharpening, measuring texture




Image filters in the frequency domainFiltering is a way to modify the frequencies of images
Denoising, sampling, image compression


Convolution with self is another Gaussian
So can smooth with small-width kernel, repeat, and get same result as larger-width kernel would have
。Convolving two times with Gaussian kernel of width σ is same as convolving once with kernel of width  σ√2 




Canny edge detector
1.Filter image with x, y derivatives of Gaussian 
2.
Find magnitude and orientation of gradient
3.Non-mimum suppression:
——
Thin multi-pixel wide “ridges” down to single pixel width
4.Thresholding and linking (hysteresis):
——
Define two thresholds: low high
——
Use the high threshold to start edge curves and the low threshold to continue them

最后

以上就是忐忑百合最近收集整理的关于计算机视觉 Lecture 02 《Light and Shading》的全部内容,更多相关计算机视觉内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(56)

评论列表共有 0 条评论

立即
投稿
返回
顶部