
Computer Graphics
文章平均质量分 90
计算机图形学笔记
习惯就好zz
一个无趣的人
展开
-
香橙派 AIpro使用评测
在本项目中,我们通过使用Sysbench这一强大的性能测试工具,对OrangePi AIpro AI芯片和RK3399芯片进行了深入的性能对比。测试配置为32个线程,持续时间为30秒,每2秒报告一次结果,以确保获得详尽且准确的性能数据。通过对比分析,我们发现了OrangePi AIpro AI芯片在CPU性能方面的一些显著优势,这些优势使其在处理多线程和高负载任务时表现更为出色。原创 2024-05-28 08:50:33 · 1237 阅读 · 0 评论 -
Fundamental of Computer Graphics Note ch5ch6 - LinearAlgebra and Transformation Matrices
Matrices identity matrix: I=[1000010000100001] I = \left[\begin{matrix} 1 & 0 & 0 & 0 \\ 0 &1 &0 &0 \\ 0&0&1&0\\0&0&0&1\end{matrix}\right]I=⎣⎢⎢⎡1000010000100001⎦⎥⎥⎤ inverse matrix A−1A^{-1}A−1 of AAA: A原创 2021-02-04 17:55:01 · 162 阅读 · 0 评论 -
Fundamental of Computer Graphics Note ch2 - Miscellaneous Math(二)
Vector a+b=b+a \bf{a}+\bf{}b = \bf{b}+\bf{a} a+b=b+a a⋅b=∣∣a∣∣∣∣b∣∣cosθ a \cdot b = || a || || b || \cos\theta a⋅b=∣∣a∣∣∣∣b∣∣cosθ Dot Product a→b=∣∣a∣∣cosθ=a⋅b∣∣b∣∣ a\rightarrow b = ||a|| \cos\theta = \frac{ a\cdot b }{ ||b||} a→b=∣∣a∣∣cosθ=∣∣b∣∣a⋅b a⋅原创 2021-01-30 21:29:49 · 121 阅读 · 0 评论 -
Fundamental of Computer Graphics Note ch2 - Miscellaneous Math
Computer Graphics原创 2020-12-30 16:25:44 · 157 阅读 · 0 评论