登录
首页 » 图形图像 » 需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。...

需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。...

于 2022-02-03 发布 文件大小:967.69 kB
0 72
下载积分: 2 下载次数: 1

代码说明:

需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。 -D3D 9SDK needs, a part of the graphics engine, including 3DS MAX plug-derived model file import, quadtree LOD, etc.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DCT变换及IDCT变换,为较为常用的变换,在许多信号处理中经常使用。...
    DCT变换及IDCT变换,为较为常用的变换,在许多信号处理中经常使用。-DCT ??换 ??IDCT ??换 ?????衔 ???用的 ??换 ??在许 ?嘈???
    2022-03-15 10:34:08下载
    积分:1
  • New drawing tools is absolutely non
    最新画图工具 绝对无毒 绿色放心下载 本人测试了哦了 免费的-New drawing tools is absolutely non-toxic green rest assured that I tested to download a free, oh
    2023-04-05 13:15:03下载
    积分:1
  • 非常有趣的3D文字按钮在VC中的实现,希望对美工要求的朋友能有帮助!...
    非常有趣的3D文字按钮在VC中的实现,希望对美工要求的朋友能有帮助!-Very interesting 3D Text button in the realization of VC in the hope that the requirements of art can help a friend!
    2023-03-17 04:45:04下载
    积分:1
  • canny edge detection algorithm, two
    canny边缘检测算法,二维,可以进行边缘检测。有需要的人可以继续联系。-canny edge detection algorithm, two-dimensional, edge detection can be carried out. There is need to continue to contact people.
    2023-07-24 19:40:03下载
    积分:1
  • 橡皮区矩CRectTracker c#实现
    橡皮区矩形CRectTracker c#实现-rubber rectangular area CRectTracker c#
    2022-07-03 08:52:13下载
    积分:1
  • 我的英语很差
    使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-my english is poor
    2023-06-10 05:40:04下载
    积分:1
  • xmipp是一套专门的处理程序,主要是为了得到…
    XMIPP is a specialized suite of image processing programs primarily aimed at obtaining the three-dimensional reconstruction of biological specimens from large sets of projection images obtained by transmission electron microscopy. //专门处理图像程序主要针对获得生物学样本的三维重建-XMIPP is a specialized suite of image Proce Oxford programs primarily aimed at obtaining th e three-dimensional reconstruction of biolog da specimens from large sets of projection im ages obtained by transmission electron micros copy.// specialized image processing procedures aimed at obtaining biological samples of three-dimensional reconstruction
    2022-05-23 13:32:44下载
    积分:1
  • Geological mapping, geological professional applications in a very wide range, a...
    地质绘图,在地质专业应用非常广泛,希望对大家有所帮助-Geological mapping, geological professional applications in a very wide range, and they hope to help everyone
    2022-05-15 19:16:43下载
    积分:1
  • STL文件浏览器.读入STL文件可进行3D变换.
    STL文件浏览器.读入STL图形文件可进行3D变换.-STL file browser. Reading into the STL graphics files can be 3D transformation.
    2022-03-19 02:05:42下载
    积分:1
  • 一款开源的完整矢量绘控件源码,支持直线、弧线、矩、圆角矩、椭圆、多边、星、文本和片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的...
    一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。 -A complete open source vector graphics controls in support of a straight line, arc, rectangle, rounded rectangle, ellipse, polygon, star, text and pictures, such as rendering, support for rotation, zooming, selection, arrangement and other operations, the total to function or that good! In fact, if a little point of computer graphics to understand the knowledge to make than that perfect vector drawing software should not be any problem. VB6 their support for the graphics are very weak, so the general method of directly through its built-in graphics to achieve efficiency into a big problem. One solution is the use of Windows API for the underlying GDI rendering, and better way is to adopt GDI+ To graphics, so the effect will be even better.
    2023-08-27 16:20:04下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载