2013-01-04から1日間の記事一覧

A windows batch file which invocates the mailer (メーラーを起動するバッチファイル)

@echo off rem //------------------------------------------------------------ rem // rem // A windows batch file which invocate the mailer rem // メーラーを起動するバッチファイル rem // rem // ( 本ソースコードを使用したプログラムの動作に関…

Principal Component Analysis (PCA) to compress computer graphics data

Principal Component Analysis (PCA) is used for compressing data of precomputed radiance transfer (PRT). In this article, I will explain how we can use PCA for computer graphics data by using slides of CPCA in SIGGRAPH 2003. First, we think…