-
bodyindex_white_save
kinect扫描到的人体分离出来,并以二值图显示,且可以保存在本地,丰富的注释帮助理解(kinect body scan to be separated, and binary image display and can be saved locally, rich annotation to help understand)
- 2016-10-15 08:42:50下载
- 积分:1
-
statusbar-2
- 2010-04-30 18:38:29下载
- 积分:1
-
CT_ART
计算机断层成像技术中最经典的算法之一,是CT算法开发者的入门级算法。(Computer tomography is one of the most classic algorithm, is an entry-level algorithm CT algorithm developers.)
- 2015-06-13 18:56:18下载
- 积分:1
-
PWM_Sound
基于stm32 的pwm电子琴实验程序,使用(stm32 pwm)
- 2020-07-03 17:00:01下载
- 积分:1
-
kalmanfilter
说明: 基于嵌入式C语言,在ARM平台实现用于组合导航的卡尔曼滤波算法(include kalman_init();kalman();kalman_Q_R_H()....etc)
- 2021-03-31 19:19:08下载
- 积分:1
-
poops
My realization of binary tree. This example is search tree.
- 2013-01-14 15:29:47下载
- 积分:1
-
数字图像处理
#include #include using namespace cv;using namespace std;int main(){Mat image, srt,dst;//原图、全局均衡化、局部均衡化image = imread("D:/ps/a.tif");//载入原图if (!image.data){std::cout apply(image, dst);namedWindow("原图",CV_WINDOW_AUTOSIZE);namedWindow("全局均衡化",CV_WINDOW_AUTOSIZE);namedWindow("局部均衡化",CV_WINDOW_AUTOSIZE);imshow("原图", image);imshow("全局均衡化", srt);/*vector BGR;split(image, BGR);Ptr clahe = createCLAHE();clahe->apply(BGR[0], BGR[0]);//彩色clahe->apply(BGR[1], BGR[1]);clahe->apply(BGR[2], BGR[2]);Mat res;
- 2023-01-21 21:25:03下载
- 积分:1
-
baseflight国外开源项目源码
喜欢航模飞控的机友,可以来下载,,,,
- 2023-07-20 15:05:12下载
- 积分:1
-
ASP.NET+c#做的双向探针,可以看服务器的相关信息,也可以看自己的信息,不需要做任何设置,上传后就可运行,如果使用国外空间请将web.config一起上传
ASP.NET+c#做的双向探针,可以看服务器的相关信息,也可以看自己的信息,不需要做任何设置,上传后就可运行,如果使用国外空间请将web.config一起上传,否则可能会出现乱码.-do two-way probe, the server can see the relevant information, you can see their information and do not need to do any setup, and can upload operation, the use of foreign space Please upload sed together, otherwise there may be gibberish.
- 2023-05-09 12:35:02下载
- 积分:1
-
STM32F072虚拟串口代码
基于STM32F072 MCU的IPHY工程,包含USB转虚拟串口,I2C通信,MDIO通信和SPI通信,用于QSFP28 BERT
- 2023-06-01 19:50:02下载
- 积分:1