-
股票行情分析软件
方便、实用、快捷的股票行情查询小工具。数据取自金融界,VB网络相关的编程实例,巧借“它山之石,实现适时股票查询,用VB实现的只是外壳程序,数据是读取远程的,想了解网络获取内容的朋友可以下载借鉴一下。
- 2022-04-23 19:16:13下载
- 积分:1
-
corrosion algorithm, morphology algorithm relatively basic operation
腐蚀算法,形态学算法中比较基本的操作-腐蚀,通过MATLAB编程实现,-corrosion algorithm, morphology algorithm relatively basic operation-corrosion, through MATLAB programming,
- 2022-04-09 06:50:10下载
- 积分:1
-
java3d中碰撞检测源码,可以实现三维空间中两个物体的相交测试...
java3d中碰撞检测源码,可以实现三维空间中两个物体的相交测试-Collision Detection in java3d source can be achieved in three-dimensional space of the intersection of the two test objects
- 2022-02-20 22:20:15下载
- 积分:1
-
二维图形的简单绘图程序
二维图形的简单绘图程序-a simple two-dimensional graphics drawing program
- 2022-03-19 15:37:07下载
- 积分:1
-
支持各种图像格式,其中的通道和层的思想值得大家学习!
支持各种图像格式,其中的通道和层的思想值得大家学习!-support various image formats, and access the thinking worthy of emulation by all!
- 2022-04-06 20:53:53下载
- 积分:1
-
WaldBoost对象检测
基于 WaldBoost 机器学习算法的简单对象检测引擎。该引擎可以使用局部二值模式、 本地的等级模式、 本地 RankDifferences 或 Haar 图像特征。
该程序捕获来自照相机的图像,检测图像中的对象。隐式分类器是人脸检测 (使用 faces.h)。在命令行上的用户可以 supplyother 分类器 (如那些在数据 / 目录)。
文件
-----
src /
classifier.cpp/h 支持的 XML 分类器
demo.cpp 主程序
faces.h 分类器对脸检测得到的头文件
image.c/h 支持的东西
lrd_engine.c/h 的检测-执行特征提取的关键部分和
simplexml.cpp/h 一些 XML 支持
数据 / 示例分类器 (用于人脸检测和汽车检测)
要求
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-21 18:27:57下载
- 积分:1
-
一个人脸检测的代码.用haar算法实现.
一个人脸检测的代码.用haar算法实现.-a face detection code. Haar used algorithm.
- 2022-08-19 07:35:26下载
- 积分:1
-
一个用来实现巡逻与排爆模拟的程序
一个用来实现巡逻与排爆模拟的程序-used for a patrol with a defusing process simulation
- 2023-02-25 23:35:03下载
- 积分:1
-
例如技术革命的IDL IDL程序释放了IDL的力量…
Revoluntion IDL示例程序
Revolution IDL unleashes the power of the IDL Object Graphics architecture by providing a high- level graphical user interface that allows the user to visualize data in a variety of ways, changing properties, positioning objects in 3D, and much more.
-Example Revoluntion IDL procedures Revolution IDL unleashes the power of the IDL Object Graphics architecture by providing a high-level graphical user interface that allows the user to visualize data in a variety of ways, changing properties, positioning objects in 3D, and much more.
- 2022-03-20 10:25:42下载
- 积分:1
-
计算模型OBB的8个点
本源码完整给出了一个接口函数;
用户只需要给出一个模型文件名称,函数返回需要的8个OBB的顶点;
算法使用开源osg作为基础库函数,先抽取模型的所有的点,接着计算协方差矩阵,继而求解三个特征向量作为OBB的三个轴;在此基础上给出模型OBB的八个顶点;
- 2023-07-28 11:10:03下载
- 积分:1