资源列表
tracker_release2
- 实时的在线跟踪算法,使用的是卷积核的算法。速度可以达到100帧以上-this is a code of tracking,which is based on the algorithm of KCF.It can be get a speed of 100 Fps
TouchDemo
- 一个很好的学习android ontouch事件分发的demo,有很详细的主角,logcat有打印可参照学习-A good learning android ontouch event distribution of demo, a very detailed protagonist, logcat have a print can refer to learning
opengjoint
- 这是运用vc对图形进行旋转,相交,相切等变换,是个很好的图形入门程序-This is the use of graphics vc rotation intersect, such as Tangent transform, is a very good induction procedures for graphics
delaunay
- void CDelaunayView::OnDelaunay() { // TODO: Add your command handler code here CDelaunayDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if(!pDoc->PointList->GetCount()) { char str[100]; ostrstream osr(str,100); osr<&
aa
- 从右到左的单车动画,计算机图形学实验,-a bike flash from right to left
image
- VC写的图像处理程序,图像拉伸。对比度等。源代码。-VC wrote the image processing procedures, image stretching. Contrast. Source code.
2dDelaunay2
- 很全面的2Ddelaunay重建,找了好久才找到的,推荐下载
8queen
- 算法设计与分析中的8后问题,程序可实现8后问题算法逐步图形化显示。或者直接计算最后结果然后显示。
Fire
- 非常逼真的火焰控件。有三种类型的火焰。每种火焰有三个属性可以修改:平滑度,发散度,混乱度
changeline
- 画线 选中线和移动 其中含有多条线的选择判断 和移动算发
Draw
- 图形学作业,实现了DDA、Bresenham绘制直线和圆的算法,及多种填充、裁剪算法。