码迷,mamicode.com
首页 >  
搜索关键字:pixel    ( 781个结果
【单镜头反光相机】CCD、CMOS
CCD、CMOS:图像传感器、电荷耦合器 CCD简介 CMOS简介:①被动式 ,被动式像素结构(Passive Pixel Sensor.简称PPS),又叫无源式。 ②主动式,主动式像素结构(Active Pixel Sensor.简称APS),又叫有源式。 区别链接: ①主要差异是数字数据传送的方 ...
分类:其他好文   时间:2018-09-19 01:19:04    阅读次数:149
aosp 制作 rom 刷机 添加厂家二进制驱动 及 出厂镜像
首先介绍下背景知识。 aosp 仅是一套源码,不含厂家驱动。 CM安卓的厂家驱动是自行提取的。 一般的安卓手机分区,有 boot , system, user , 基带, recovery , cache 等。 Google Pixel XL 都需要哪些 驱动呢? 1, 厂家驱动二进制。 https ...
分类:其他好文   时间:2018-09-17 23:06:48    阅读次数:629
从0开始编译安卓 9.0
手机是 Google Pixel XL 编译环境的准备 https://source.android.com/source/initializing https://source.android.com/source/building ubuntu 16.0.4 x64 需要安装的软件包 sudo ...
分类:移动开发   时间:2018-09-08 13:12:38    阅读次数:283
pat 1054 The Dominant Color(20 分)
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:其他好文   时间:2018-09-05 09:10:05    阅读次数:144
e668. 在一组像素中创建缓冲图像
This example demonstrates how to convert a byte array of pixel values that are indices to a color table into a BufferedImage. In particular, the examp ...
分类:其他好文   时间:2018-09-03 00:06:17    阅读次数:176
e671. 在缓冲图像中存取像素
// Get a pixel int rgb = bufferedImage.getRGB(x, y); // Get all the pixels int w = bufferedImage.getWidth(null); int h = bufferedImage.getHeight(null)... ...
分类:其他好文   时间:2018-09-03 00:03:16    阅读次数:181
e660. 用一组像素创建图像
This example demonstrates how to convert a byte array of pixel values that are indices to a color table into an Image. In particular, the example gene ...
分类:其他好文   时间:2018-09-03 00:00:15    阅读次数:176
e665. 在图像中过滤三元色
This example demonstrates how to create a filter that can modify any of the RGB pixel values in an image. Here's some code that uses the filter: ...
分类:其他好文   时间:2018-09-02 23:41:33    阅读次数:200
【转】像素 Pixel (Picture Element)
原文链接:https://blog.csdn.net/zssureqh/article/details/78768942 1.像素Pixel 讲到概念,首选Wiki百科。当然我说的是英文版Pixel Wiki,中文版中的大多数词条真是不敢苟同。这里请允许我先摘录英文Wiki中对Pixel定义的原文: ...
分类:其他好文   时间:2018-08-30 21:05:09    阅读次数:162
HLSL ddx / ddy
【HLSL ddx / ddy】 在光栅化的时刻,GPUs会在同一时刻并行运行很多Fragment Shader,但是并不是一个pixel一个pixel去执行的,而是将其组织在2x2的一组pixels分块中,去并行执行。 偏导数就正好是计算的这一块像素中的变化率。从下图可以看出来ddx 就是右边的像 ...
分类:其他好文   时间:2018-08-27 18:23:52    阅读次数:300
781条   上一页 1 ... 18 19 20 21 22 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!