胸怀万里世界, 放眼无限未来。这篇文章主要讲述[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 4 像素和滤波器相关的知识,希望能为你提供帮助。
Background reading: Forsyth and Ponce, Computer Vision Chapter 7
Image sampling and quantization
【[学习笔记] CS131 Computer Vision: Foundations and Applications(Lecture 4 像素和滤波器)】Types of images: binary, gray scale, color
文章图片
Resolution: DPI: dots per inch, spatial pixel density
文章图片
Image histograms: histogram of an image provides the frequency of the brightness(intensity) value in the image
Image as functions: an image is a funciton $f$ from $R^2$ to $R^M$
Linear systems: Forming a new image whose pixel values are transformed from original pixel values
Goal: extract useful information from images, or transform images into another domain where we can modify/enhance image properties.
- Features(edges, corners, blobs)
- super-resolution, in-painting, de-nosing
文章图片
Moving Average, image segmentation,
文章图片
文章图片
Convolution and correlation:
Edge effect: A computer will only convolve finite support signal,at the edge:
- zero padding
- edge value replication
- mirror extension
文章图片
推荐阅读
- Xamarin.Android 使用Timer 并更改UI
- Android-studio连接真机 调试weex项目
- androidwebview timeout
- Java Applet 基础
- call()和apply()方法
- Android 使用Retrofit2.0+OkHttp3.0实现缓存处理+Cookie持久化第三方库
- AndroidStudioAndroidStudio中出现Failed to resolve:com.android.support:appcompat-v7:报错处理
- Android APP 性能优化的一些思考
- MappedByteBuffer文件句柄释放问题