搜索资源列表
libopenvidia-0.8.3
- The Openvidia project implements computer vision algorithms on computer graphics hardware, in OpenGL and Cg. The project provides useful example programs which run computer vision algorithms on single or parallel gfx processing units(GPU). -The proje
Image_Processing_algorithm_SRM
- osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pair of segments. srm : A k
Fountain-Dance-win
- The Fountain Simulation Here I ll explain Some basic physical things (simulation of a water drop) How to get antialiased points How to use blending Some basic physics... The movement of a drop contains two factors: The directi
airfoil
- 三维翼型表面网格生程序,适合复杂外形计算。-this program can compute a wing s surface grid
sun
- VC++结合OPengl计算太阳的方位角,输入年月日时间,自动输出太阳的高度角和方位角。-compute the direction of sun
EM
- 利用欧氏距离计算三维模型的中轴,希望对大家有用!-Medial Axis (MA), also known as Centres of Maximal Disks, is a useful representation of a shape for image descr iption and analysis. MA can be computed on a distance transform, where each point is labelled to its distance t
GPUarray
- 采用传入GPU的方式,进行数组求和,适用简单入门的科学计算模型-feed Array into GPU and compute the sum result
airfoil
- 三维翼型表面网格生程序,适合复杂外形计算。-this program can compute a wing s surface grid
MusicVisualizer-master
- MusicVisualizer: Music Visualizer built using OpenGL 4.3. Utilizes compute shaders for DFT on audio samples.Currently just plays a WAV file and displays a frequency graph.