You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python-based Monte Carlo integration using CUDA for GPU acceleration. Includes sample visualization and supports multidimensional functions. CUDAを使用したGPUによるモンテカルロ積分をPythonで実装。サンプルの可視化と多次元関数の積分に対応。
Implementation for controlling the mouse cursor using hand gestures. Kalman filter and win32api are used for high accuracy, low latency tracking and ease of operation. 手の動きを使用してマウスカーソルを操作する。カルマンフィル…