CUDA CUDA The CUDA is a parallel computing platform and application programming interface model supported by NVIDIA. CUDA programmers can program general purpose parallel program using C/C++ like language. CUDA Toolkit includes many functions such as libraries for GPU accelerating, monitors, profilers and etc. So if you want to customize or optimize your GPU application, it is very advantageous if yo.. 2021. 6. 25. GPU Architecture What is GPU? A GPU(Graphic Processing Unit) is a specialized device to accelerate the graphics and image processing. Simply GPU is different from CPU in that it has many cores. So the most important characteristic of GPU is parallelism. To fully utilize the device, we have to know the basic architecture and concept. Why GPU? Object detection Fluid Simulation The GPU is ofter used in applications.. 2021. 6. 20. Perspective-3-Point(P3P) Algorithm Perspective-n-Point Perspective-n-Point is the problem of estimating the pose of camera from given 3D points and their correspoinding 2D projections in the image. Assume we know Intrinsic Parameter and have corresponding 3D points from the images feature points. Given the intrinsic Parameters, our goal is computing the 6 extrinsic parameters(3 rotation, 3 translation) of the camera. Perspective-.. 2021. 6. 18. 이전 1 ··· 3 4 5 6 다음