CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - A3

搜索资源列表

  1. ColorTransformRGB-LAB

    0下载:
  2. 自己写的很实用的色彩空间转换程序: 在色彩空间的正向转换中(RGB----->Lab),用的是九级均匀分割建模 在色彩空间的反向转换中(Lab----->RGB),用的是多项式(20项)回归的方法! 二十项多项式: p(x,y,z)=a0+a1*x+a2*y+a3*z+a4*x*y+a5*y*z+a6*x*z+a7*x^2+a8*y^2+a9*z^2+a10*x*y*z+a11*x^3+a12*y^3-himself wrote a very practical c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:121.9kb
    • 提供者:思根
  1. a3

    0下载:
  2. 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 -Experiments in model transformation based on the experiment through the realization of the following content, master OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:37.76kb
    • 提供者:胡伟娅
  1. Matlabwaveenergy

    0下载:
  2. 对信号f(x)进行三层小波变换,得到小波系数d1,d2,d3和逼近系数a3,我想求出各个频率段的能量(能量=小波系数的平方和),很不错的应用程序-The signal f (x) for three wavelet transform, wavelet coefficients d1, d2, d3 and approximation coefficients a3, I would like to find the energy of each frequency band (energy =
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:581byte
    • 提供者:ifengdoo
  1. a3

    0下载:
  2. 人脸识别中的主成分分析方法,通过对训练集和测试集的比对匹配,来输出识别率。-Face Recognition in the principal component analysis, through the training set and test set than on the match, to output the recognition rate.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:868byte
    • 提供者:wangzhao
  1. a3

    0下载:
  2. 用OpenCV实现的灰度图像增强功能,在VS2008环境下。-This is codes of image enhancement using OpenCV,under envionment of VS2008.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.89mb
    • 提供者:祢衡
  1. lorentzfit

    0下载:
  2. = lorentzfit (× ) lorentzfit 符合输入(× )与罗伦兹功能的形式 “ (× )= 1 / ((- 2)^ 2 + 3号) 输入 :因变量值[ 是] (× ) × :独立变量的值 输出功率 一:名单[ 1 2 3 ] 罗伦兹参数 示例 × = - 16:0.1:35 = 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 ) = lorentzfit (× ) 杰瑞德·威尔斯
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.5kb
    • 提供者:fu jiang
  1. A3

    0下载:
  2. Osada算法A3距离实现。C与matlab混合编程。-Osada algorithm A3 distance. C and matlab mixed programming.
  3. 所属分类:Graph program

    • 发布日期:2017-11-08
    • 文件大小:892.03kb
    • 提供者:lx
  1. a3

    0下载:
  2. 使用opengl绘制茶壶和桌子,使用了光照、材质和反射,能够移动光源和光源颜色-Use opengl rendering the teapot and tables, lighting, material and reflection, be able to move the light source and the color of the light source
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:2.14kb
    • 提供者:王睿
  1. CG-Angel-progCh02-A1-A2-A3-A4

    0下载:
  2. 图形学书本上例子实现,基本实例,可供初学者参考-GRAPHICS books example achieve basic examples of reference for beginners
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-12
    • 文件大小:357.06kb
    • 提供者:whucs
  1. a3

    0下载:
  2. 使用opengl绘制茶壶和桌子,使用了光照、材质和反射,能够移动光源和光源颜色-Use opengl rendering the teapot and tables, lighting, material and reflection, be able to move the light source and the color of the light source
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:perce
  1. a3

    0下载:
  2. 在OpenGL观察实验的基础上,通过实现实验内容,掌握OpenGL中消隐和光照的设置,并验证课程中消隐和光照的内容。-In OpenGL, based on experimental observations, through the realization of the experiment content, mastered in OpenGL blanking and light settings, and verify that the course content blanking a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.51kb
    • 提供者:王小黑
  1. Histogram1

    0下载:
  2. Salient区域检测,简单算法LC,学习博客(http://blog.csdn.net/laviewpbt/article/details/38357017)。图像直方图。RGB三通道颜色缩减。需要先配置opencv环境,vs2010,opencv2.4.9。配置教程(http://wiki.opencv.org.cn/index.php/VC_2010 E4 B8 8B E5 AE 89 E8 A3 85OpenCV2.4.4)-Salient detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:20.6mb
    • 提供者:Sibyl Dong
  1. a3

    0下载:
  2. 在OpenGL观察实验的基础上,通过实现实验内容,掌握OpenGL中消隐和光照的设置,并验证课程中消隐和光照的内容。-On the basis of OpenGL observe experiments, by implementing experimental content, master OpenGL blanking and light settings, and verify the contents of the curriculum blanking and light.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.15kb
    • 提供者:
  1. a3

    0下载:
  2. 在mac_os下用光线追踪算法显示图像,可以增加光源,包括反射、阴影、折射-In mac_os display images using ray tracing algorithm can increase the light source, including reflections, shadows, refraction
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:488.61kb
    • 提供者:刘婉祺
  1. A3

    0下载:
  2. OpenGl scene made in C
  3. 所属分类:OpenGL

    • 发布日期:2016-04-03
    • 文件大小:47.72kb
    • 提供者:silverkid
  1. a3

    0下载:
  2. 图像相关配准法 求平移量 包括图和测试程序 其他程序见本人其他程序包-Image correlation registration method the amount of translation including diagrams and testing of other programs I see other packages
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.75mb
    • 提供者:marrymiffy
  1. calibration_object

    0下载:
  2. 自己用ps制作的双目视觉标定所用的标定板。一个为小规格20mm,A4纸张大小,另一个为大规格25mm,A3纸张大小,打印时按自己需要的版本打印合适的大小。- U81EA u5DF1 u753.1 u5239 u5C0 u5C0 UFF0CA4 u7EB8 u5F20 u5927 u5C0F uFF0C u53E6 u4E00 u4E2A u4E3A u5927 u89C4 u683C25mm uFF0CA3 u7EB8 u5F20 u5927
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-14
    • 文件大小:26.88kb
    • 提供者:何汉阳
  1. 【www.zh2013.com】AutoCAD自动图框

    2下载:
  2. 动态添加图框 ,自动根据比例添加图框,可添加A3,A4等图框(A good reference for autoLisp program.)
  3. 所属分类:CAD

    • 发布日期:2018-01-07
    • 文件大小:213kb
    • 提供者:ivyco
搜珍网 www.dssz.com