码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
Computer Vision 基础学习(2)
Week 2 3.5.2020 Overview This week, we have mainly learned two parts: 1. How to match the same feature points in two images from different viewpoints. ...
分类:其他好文   时间:2020-05-12 00:03:20    阅读次数:112
Cairo graphics tutorial
Introduction This is Cairo graphics tutorial. The tutorial will teach you the basics of graphics programming in Cairo with the C programming language. ...
分类:其他好文   时间:2020-05-11 23:30:06    阅读次数:88
用JS实现人脑和计算机交互,这个是真的牛!
使用 Leap Motion 控制 Sphero 这是我第一次使用 JavaScript 控制浏览器之外的东西,我立刻被吸引住了! 从那时起,我花了很多个人时间用于设计交互式项目的原型。每一次我都会尝试挑战自己,以便学习到新的东西。 在尝试了几种不同的设备之后,我一直在寻找下一个挑战,于是就有了我的 ...
分类:Web程序   时间:2020-05-09 17:26:30    阅读次数:85
Binary tree
"Abstract:" In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left ...
分类:其他好文   时间:2020-05-08 18:11:11    阅读次数:61
windows打印GDI+出现锯齿和虚化问题的解决方法
在使用GDI+绘制并通过windows打印的过程中,如果使用的是针式打印机,经常出现打印出来的图像尤其是条码会出现锯齿的情况 然而只将图片保存下来查看却发现并没有锯齿 最初我以为是图像过小导致的,但是即便把图像进行放大,仍然无法解决问题,最终通过查阅资料发现在打印事件的Graphics绘制图像时 不 ...
分类:Windows程序   时间:2020-05-08 15:58:09    阅读次数:134
聊聊 DisplayObject 的x/y/regX/regY/rotation/scale/skew 属性
首先要指出的是:DisplayObject 实例的属性<x, y> 与 graphics.draw*(x, y, ...) 的参数<x, y>没有关系。 在原生的 Canvas 中有 <x, y> 的概念,例如:ctx.rect(x, y, width, height)。于是我天真地以为 Displ ...
分类:其他好文   时间:2020-05-08 13:35:04    阅读次数:83
Reentrancy (computing)
Reentrancy (computing) In computing, a computer program or subroutine is called reentrant if multiple invocations can safely run concurrently. The con ...
分类:其他好文   时间:2020-05-07 13:30:00    阅读次数:85
Reentrant mutex可重入互斥锁
Reentrant mutex In computer science, the reentrant mutex (recursive mutex, recursive lock) is a particular type of mutual exclusion (mutex) device tha ...
分类:其他好文   时间:2020-05-07 13:11:49    阅读次数:71
XML 教程——检视阅读
XML 教程——检视阅读 参考 XML 教程——菜鸟——蓝本 XML 教程——w3cschool XML 教程——易百 基本 XML 简介 XML 指可扩展标记语言(eXtensible Markup Language)。 XML 被设计用来传输和存储数据。HTML 被设计用来显示数据。 什么是 X ...
分类:其他好文   时间:2020-05-06 10:31:54    阅读次数:69
(八)Grahpics之Blit
1.前言 Graphics的Blit方法是比较简单也是比较常用的方法。最简单的作用是将一张纹理绘制到另一张纹理中。而在此方法中可以指定一种材质来实现特殊的效果,所以常和OnRenderImage方法配合使用来实现屏幕后处理效果。 2.OnRenderImage简介 void OnRenderImag ...
分类:其他好文   时间:2020-05-05 18:27:27    阅读次数:80
5401条   上一页 1 ... 17 18 19 20 21 ... 541 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!