-
国外一个著名的计算机视觉开发库,C++编写,并且附有例子,适合研究计算机视觉的人员用!...
国外一个著名的计算机视觉开发库,C++编写,并且附有例子,适合研究计算机视觉的人员用!-abroad a famous computer vision for the development, C, and with examples. for the Computer Vision Research Service!
- 2023-03-14 23:50:03下载
- 积分:1
-
提供多种图像处理中常用的图像镜像、翻译、提高…
提供几种图象处理中常用的图象镜象、平移、增强、转置等源程序。-provide several image processing commonly used image mirroring, translation, enhanced home to such source.
- 2023-01-22 08:45: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
-
For the image geometric transformation, translation, image transformation, scali...
针对图像的几何变换,平移,镜像变换,缩放,转置,旋转进行程序设计。取自《vc++图像处理程序设计》-For the image geometric transformation, translation, image transformation, scaling, transpose, rotate to programming. Retrieved from " vc++ Image Manipulation Program Design"
- 2022-02-14 11:18:18下载
- 积分:1
-
GDAL处理大数据图像
该代码可以通过GDAL处理大数据图像,可以读取多种数据格式,可广泛应用于遥感图像处理,可供大家参考。
- 2022-05-06 20:47:37下载
- 积分:1
-
中文印刷体文字识别系统ocr
本系统的实现将用到许多图像处理的相关技术;如灰度化、二值化、图像内容自动调整、细化、曲线平滑、曲线去枝桠操作等。系统实现的过程中,所要做的工作主要有:文档图像预处理、文档图像版面分析、文本汉字识别和公式识别等。
- 2022-03-25 13:20:50下载
- 积分:1
-
图像的纹理分析应用编程实例,主要通过模拟分析算法描述图像的纹理结构...
图像的纹理分析应用编程实例,主要通过模拟分析算法描述图像的纹理结构-image texture analysis application programming examples, mainly through simulation analysis algorithm describes the texture structure
- 2022-07-08 06:56:36下载
- 积分:1
-
数字图象处理 锐化
数字图象处理 锐化- Digital image processing peaks
- 2022-03-24 06:42:10下载
- 积分:1
-
The Hammersley and Halton point sets, two well known low discrepancy sequences,...
The Hammersley and Halton point sets, two well known low discrepancy sequences, have been used for quasi-Monte Carlo integration in previous research. A deterministic formula generates a uniformly distributed and stochastic-looking sampling pattern, at low computational cost. The Halton point set is also useful for incremental sampling. In this paper, we discuss detailed implementation issues and our experience of choosing suitable bases of the point sets, not just on the 2D plane, but also on a spherical surface. The sampling scheme is also applied to ray tracing, with a significant improvement in error.
- 2022-03-21 20:01:32下载
- 积分:1
-
D3D9基于HLSL粒子系统
应用背景D3D9基于HLSL的粒子系统,很不错的例子关键技术D3D9、HLSL、C++、DirectX,基于HLSL的语言的,使用的是windows平台,基于directx的库,实现了粒子系统的效果,效率比较高
- 2022-07-26 10:59:06下载
- 积分:1