码迷,mamicode.com
首页 >  
搜索关键字:pasha and pixels    ( 276个结果
iGPT and ViT
Chen M., Radford A., Child R., Wu J., Jun H., Dhariwal P., Luan D., Sutskever I. Generative pretraining from pixels. In International Conference on Ma ...
分类:其他好文   时间:2021-06-21 20:00:37    阅读次数:0
5.简单的2D纹理绘制
5.简单的2D纹理绘制 概述 2D纹理是一个图像数据的二维数组,一个纹理的单独数据元素称作纹理像素(texture pixels)。 总体流程 纹理的使用流程 1. 准备工作 // 设置数据传输模式 // void glPixelStorei (GLenum pname, GLint param); ...
分类:其他好文   时间:2021-04-19 15:17:37    阅读次数:0
AtCoder Beginner Contest 049 B - Thin
Problem Statement There is an image with a height of H pixels and a width of W pixels. Each of the pixels is represented by either . or *. The charact ...
分类:其他好文   时间:2021-04-05 12:52:04    阅读次数:0
AE点像素插件Rowbyte Dot Pixels
AE插件Dot Pixels可以将图像像素化为圆圈和圆环。非常有用的创建LED屏幕效果或多孔表面效果。也可用于创建新的抽象,艺术版本的图像和素材。它具有可选的着色,可帮助您模拟球形和圆环对象。 Rowbyte Dot Pixel插件功能 像素化成圆圈和环。 阴影选项可模拟球形和圆环对象。 32位浮点 ...
分类:其他好文   时间:2020-10-18 17:14:08    阅读次数:45
设备像素比(devicePixelRatio)
设备像素比(devicePixelRatio,dpr) 定义 window.devicePixelRatio是设备物理像素和设备独立像素(device-independent pixels,dips)之间的比率。window.devicePixelRatio = 物理像素/ 设备独立像素 设备物理像 ...
分类:其他好文   时间:2020-08-26 18:33:41    阅读次数:82
2.图像方面Numpy数组相关操作
2.图像方面Numpy数组相关操作 In [1]: import cv2 as cv import numpy as np #图片颜色反转 def access_pixels(img): print(img.shape) height=img.shape[0] width=img.shape[1] ...
分类:编程语言   时间:2020-07-26 01:42:23    阅读次数:88
Codeforces #657 Problem B
##题目 Pasha loves to send strictly positive integers to his friends. Pasha cares about security, therefore when he wants to send an integer n, he encry ...
分类:其他好文   时间:2020-07-19 23:37:51    阅读次数:80
HTML iframe marginwidth 属性
[HTML 浏览器支持所有主流浏览器都支持 marginwidth 属性。定义和用法 HTML5 不支持 marginwidth 属性。请使用 CSS 代替。marginwidth 属性规定 内容的左侧和右侧的空白边距,以像素计。语法 属性值值描述pixels规定 内容的左侧和右侧的空白边距,以像素... ...
分类:Web程序   时间:2020-07-12 10:34:45    阅读次数:95
dpi、ppi 、dp、sp、px、 pt相关概念
ppi:pixels perinch,每英寸像素数,但是将PPI称为DPI已变得司空见惯 dpi:dots per inch ,每英寸点数,单位 DPI ,打印分辨率 因为是英寸,希望更换成公制单位,例如:dpcm dp:device-independent pixel(density-indepe ...
分类:其他好文   时间:2020-06-17 12:28:17    阅读次数:72
QML::常用属性2
Flow { anchors.fill: parent anchors.margins: 10 //Text 间隔 spacing: 30 //行距 Text { text: "Text"; font.pixelSize: 40 } Text { text: "items"; font.pixelS ...
分类:其他好文   时间:2020-04-09 00:10:37    阅读次数:83
276条   1 2 3 4 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!