-
基于混合高斯模型的前景提取
资源描述使用视频数据,并对视频数据进行了预处理,以及对混合高斯模型提取的目标进行形态学操作,并进行了边缘检测提取出运动目标。使用的是opencv3写的
- 2023-08-12 05:45:06下载
- 积分:1
-
filled with graphics
绘制用纹理填充的图形-filled with graphics
- 2022-02-25 07:40:09下载
- 积分:1
-
计算机图形学部分算法演示系统:包括直线,圆的生成算法,Bezier曲线,直线裁剪算法...
计算机图形学部分算法演示系统:包括直线,圆的生成算法,Bezier曲线,直线裁剪算法-some algorithm in computer graphics presentation systems include : straight, round the generation algorithm, Bezier curves, straight cutting algorithm
- 2023-01-23 10:20:04下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be achieved can also be lossy compression
- 2023-03-15 08:30:04下载
- 积分: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
-
将窗体编译成类库 将窗体编译成类库
将窗体编译成类库 将窗体编译成类库 -Will be compiled into a class library will form the form will be compiled into a form library will be compiled into a class library compiled form
- 2022-10-17 20:25:03下载
- 积分:1
-
一个图片浏览器,功能不算强
一个图片浏览器,功能不算强-a picture browser, function is not strong
- 2023-05-10 11:05:04下载
- 积分:1
-
边缘检测的程序源代码,图像图形处理的初步阶段,可以很好的检测出图像的边缘...
边缘检测的程序源代码,图像图形处理的初步阶段,可以很好的检测出图像的边缘-Edge detection program source code, image and graphics processing of the initial stage, would be a very good image edge detection
- 2022-05-05 02:54:25下载
- 积分:1
-
Use OpenCV for contour extraction, very good use! OpenCv for the beginner who is...
利用OpenCV进行轮廓提取,很好用!对于初学openCv的人来说是个很好的入门例程-Use OpenCV for contour extraction, very good use! OpenCv for the beginner who is a good entry-routine
- 2022-10-26 09:35:03下载
- 积分:1
-
一个画图的基本框架原代码,对图形学的初学者应该有一定的用处...
一个画图的基本框架原代码,对图形学的初学者应该有一定的用处-a drawing of the basic framework of the original code, the right graphics beginners should have a certain usefulness
- 2023-07-17 13:05:03下载
- 积分:1