-
Diday s dynamic algerothm
Diday s dynamic algerothm-adapted"s dynamic algerothm
- 2022-08-26 13:15:40下载
- 积分:1
-
关于几何图形的源码
关于几何图形的源码-on the geometry of the source
- 2022-02-02 19:23:30下载
- 积分:1
-
对数极坐标变换
代码应用三个函数实现图像从直角坐标系到对数极坐标的转换,可以自己输入变换尺度,变换方法,变换图形等参数。
- 2022-01-28 04:39:30下载
- 积分:1
-
对多媒体数据的检索,早期的方法是用文本将多媒体数据进行标识,这显然不是基于多媒体信息本身内容的检索,对多媒体数据中包含的信息是一中及大的浪费;
基...
对多媒体数据的检索,早期的方法是用文本将多媒体数据进行标识,这显然不是基于多媒体信息本身内容的检索,对多媒体数据中包含的信息是一中及大的浪费;
基于内容的检索是多媒体数据库的关键技术,如何实现这块技术,是值得商榷的,而最好的方法是使用无需领域知识的检索方法,因此,基于颜色的方法就是实现的关键-Retrieval of multimedia data, the method is to use an early version of the multimedia data labeling, which is not itself based on the content of multimedia information retrieval, multimedia data of the information contained in a Medium and large waste content-based retrieval of multimedia database of key technologies, how to achieve this technology, is open to question, and the best way is to use the domain knowledge without the search method, based on the color way is the key to achieve
- 2022-06-28 06:44:56下载
- 积分:1
-
泊松表面重建代码
完整的泊松表面重建算法的,实现的是Hoppe2013年SIGG的一篇文章,这篇文章是基于2006年工作的基础改进性的工作,源码清晰易懂,有注释。
- 2023-03-28 10:40:03下载
- 积分: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
-
JPEG C language source code, please treasure
JPEG的C语言源代码,请大家好好珍惜-JPEG C language source code, please treasure
- 2023-08-24 23:05:04下载
- 积分:1
-
用opencv方法开发的基于haartraining特征的
人脸检测
用opencv方法开发的基于haartraining特征的
人脸检测
-Opencv methods used to develop the characteristics of haartraining-based Face Detection
- 2022-03-17 05:58:54下载
- 积分:1
-
KenGraphic
1.功能很强大的数学运算类,
2.算法经过多次优化,速度经过测试
3.包含类别有
点,线,面,圆,球,圆柱,多边形,向量,矩阵运算等多种类-KenGraphic
- 2022-07-27 14:50:52下载
- 积分:1
-
属性页示例
属性页对话框是将多个对话框集中起来,通过标签将各个页面激活。与属性页对话框相关的类主要包括CPropertySheet类和CPropertyPage类。一个属性页对话框可以包括一个CPropertySheet类和多个CPropertyPage类对象。 CPropertySheet类是CWnd类的派生类,其对象作为属性对话框的窗口框架出现,主要实现管理各个属性页面的作用。其用于管理属性页对话框的主要成员函数详见msdn。
- 2022-11-05 02:05:03下载
- 积分:1