笔记-Color in Image and Video

Basics of Color Light and Spectra(光和光谱) 可见光(visible light)为 400mm~700mm 的电磁波(electromagnetic wave)我们看到的光为各种不同波长所组合的 The Human Retina(人类视网
笔记-Basics of Video

Types of Color Video Signals Component video 主要作为单独的影片讯号发送主要为RGB或是luminance-chrominance transformation Composite video 颜色和亮度讯号混合到一个carrier wa
Image Compression - JPEG

JPEG概述 Joint Photographic Expert Group在1992年被评为国际标準适用于彩色与灰阶图片 动机 The compression ratio of lossless methods (无损压缩演算法)JPEG使用变换编码:大部
LeetCode 955. Delete Columns to Make Sorted II

Delete Columns to Make Sorted II Medium You are given an array of n strings strs, all of the same length. We may choose any deletion indices, and we delete all the characters in those indices for each
django新手村5 -----filter

Student再加上age属性,加default是因为我已经有了数据 记得执行迁移 现在的资料库 有时候会需要特定的几笔资料,这时就要用到filter 假设年龄限制需要年满
django新手村6-----HTTP Status Code

常见的 200 ok 404 找不到请求的网页 403 伺服器拒绝请求 301 永久移动网页,重新导向其它网站的意思 302 暂时移动,可能是伺服器繁忙的原因 500 伺服器内部