-
Who is still a computer graphics algorithm for straight line cutting. . . For yo...
者仍然是一个计算机图形学中对直线的裁剪算法。。。供大家参考-Who is still a computer graphics algorithm for straight line cutting. . . For your reference. .
- 2022-01-25 22:30:06下载
- 积分:1
-
Jpeg core codec algorithm (original)
Jpeg编解码核心算法(原创)-Jpeg core codec algorithm (original)
- 2022-02-11 17:51:13下载
- 积分:1
-
Ultimate Face Recognition v 2.0 .1
an excellent face recognition and detection...
Ultimate Face Recognition v 2.0 .1
an excellent face recognition and detection software.
- 2023-07-27 00:30:03下载
- 积分:1
-
一个图形的2值算法,很简单也没什么可以说的
一个图形的2值算法,很简单也没什么可以说的-one of the two graphics algorithm is very simple : there is not much to be said
- 2022-03-24 07:41:31下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
利用ikv类库,实现心脏的三维重建,值得一看!
利用ikv类库,实现心脏的三维重建,值得一看!-ikv library use and achieve the three-dimensional reconstruction of the heart, an eye-catcher!
- 2022-08-16 14:00:53下载
- 积分:1
-
cximage控件,功能更加强劲的图形处理控件,比原来自带的要强。
cximage控件,功能更加强劲的图形处理控件,比原来自带的要强。-cximage control, function more robust graphics processing control, built-in better than the original.
- 2022-01-26 05:53:57下载
- 积分:1
-
an art font used for generating functional and subtitles procedures
一个用来实现艺术字体和字幕生成功能的程序-an art font used for generating functional and subtitles procedures
- 2022-06-15 06:14:30下载
- 积分:1
-
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义...
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义-Vc wrote with a particle filter algorithm to achieve target tracking procedure, for understanding the particle filter has guiding significance
- 2022-08-30 16:47:18下载
- 积分:1
-
OpenCV例程汇总
基于opencv的use摄像头视频采集程序 1基于opencv的两个摄像头数据采集 3能激发你用代码做视频的冲动程序 6图像反转(就是把黑的变白,白的变黑) 11图像格式的转换 12从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13采用Canny算子进行边缘检测 15角点检测 18图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21Log-Polar极坐标变换 22对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算) 24用不同的核进行图像的二维滤波 27图像域的填充 30寻找轮廓实现视频流的运动目标检测(超推荐一下) 35采用金字塔方法进行图像分割 40图像的亮度变换 43单通道图像的直方图 46计算和显示彩色图像的二维色调-饱和度图像 48图像的直方图均匀化 50用Hongh变换检测线段 52利用Hough变换检测圆(是圆不是椭圆) 57距离变换 59椭圆曲线拟合 64由点集序列或数组创建凸外形 68Delaunay三角形和Voronoi划分的迭代式构造 71利用背景建模检测运动物体(推荐) 78运动模板检测(摄像头) 81显示如何利用Camshift算法进行彩
- 2022-07-10 02:49:45下载
- 积分:1