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

搜索资源列表

  1. raytrace.zip

    1下载:
  2. 光线跟踪,一个不利用任何3D API的程序,演示的是建立一个包含若干三维物体的对象,然后设置光照(角度等等)并对对象进行光照效果渲染
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:44.95kb
    • 提供者:
  1. OpenCV 4 下的图像任意角度的旋转

    0下载:
  2. OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度. //三种不同的方法.其中方法二没有完全测试,方法一可以满足大部分需要-OpenCV four images of arbitrary rotation angle / / Image Rotation question Img_old / / to return to the rotation after the image type
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:孙剑
  1. Dixing

    0下载:
  2. 这是一个模拟的三维恢复和重建系统,比较直观,而且可以从多个角度观察该地形的面貌,适合三维重建的人研究.-This is a three-dimensional simulation of the restoration and reconstruction, more intuitive, but from a variety of angles of the terrain features, and for three-dimensional reconstruction of the st
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:91.77kb
    • 提供者:韩阳
  1. 任意角度旋转正文字体

    0下载:
  2. 任意角度旋转正文字体-arbitrary rotation angle of text fonts
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:448.93kb
    • 提供者:杨洋
  1. 角度DDA法产生圆弧

    0下载:
  2. 这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:27.62kb
    • 提供者:李少
  1. ImageProcesing

    0下载:
  2. 编程实现:读一幅图像(BMP或JPG格式)并根据显示窗口大小自适应显示全图,实现如下功能:(1)可任意角度旋转;(2)可任意放大缩小;(3)任意选择一个区域,画出该区域图像的灰度直方图.-Programming: Reading an image (BMP or JPG format) and in accordance with the size of adaptive display window shows the entire map, the achievement of the fo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:321.74kb
    • 提供者:陈绪戈
  1. ImgRotate

    0下载:
  2. 实现图片任意角度的旋转,MFC界面,操作方便,易于扩展-To achieve any angle of rotation picture, MFC interface, easy to operate, easy to extend
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:1.14mb
    • 提供者:xyzyaoshunyu
  1. DIP

    0下载:
  2. 这是我自己编写的对BMP图像处理程序,可以实现对BMP图像进行无限次的任意角度的旋转,并且还带有重载图片的功能。可以供大家参考。-This is what I have written to the BMP image processing procedures, BMP images can be achieved on an unlimited number of arbitrary angle of rotation, and also features a heavy-duty pict
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:73.39kb
    • 提供者:
  1. spectraMatch

    2下载:
  2. 该程序包包含了高光谱匹配中所用到的多种光谱匹配方法:光谱角度匹配,光谱相关匹配,相关角度匹配,梯度角度匹配,离散信息匹配,离散信息角度匹配等-The package includes several matching methods commonly used in high spectra remote Sensing。These are spectral angle matching(SAM),spectral correlation matching(SCM),spectral corre
  3. 所属分类:Graph program

    • 发布日期:2015-06-19
    • 文件大小:1.47kb
    • 提供者:齐琪
  1. estimate

    1下载:
  2. 对清晰图像加模糊并用时域和频域的方法分别实现对模糊参数的估计并将图像复原(其中用频域的方法实现对模糊角度的估计)-Clear picture of the additive fuzzy and time-domain and frequency domain methods, respectively, to achieve the estimated fuzzy parameters and image restoration (including the method used to ach
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.53kb
    • 提供者:台啸
  1. image_rotation

    1下载:
  2. C语言实现二值图像旋转任意角度,输入参数为旋转角度-image rotation written by C programming language
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1.53kb
    • 提供者:刘强
  1. OpenGL

    0下载:
  2. 在三维应用环境中,旋转轴的准确表示是正确实现三维旋转的关键。通过将鼠标位置的 二维变化转换为一个辅助坐标系中的三雏旋转轴和旋转角度,进一步得到了该轴在世界坐标系下的 表示,并采用绕旋转轴反向旋转观察点的方法在OpenGL中实现了用鼠标交互式任意旋转三维场景 的功能。-In the three-dimensional environments, the axis of rotation to achieve accurate three-dimensional rotation th
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:114.83kb
    • 提供者:john
  1. qingxiejiaozheng

    0下载:
  2. 针对倾斜一定角度的图像进行校正,较详细的算法~~值得一试的~-For the tilt angle of the image correction algorithm in detail which is worth a try ~ ~ ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:414.08kb
    • 提供者:Sina Gui
  1. tuxiangxuanzhuan

    0下载:
  2. 用于自定义旋转角度,用vc++2005结合opencv实现。旋转后,采用双线性插值-Used to customize the rotation, combined with vc++2005 opencv implementation. After the rotation, using bilinear interpolation
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:1.01kb
    • 提供者:夏晨曦
  1. WaveletTransform

    0下载:
  2. 提出一种基于小波变换的图像配准方法。该方法首先用小波变换提取边缘特征点, 同时构成小波金字塔影像。在最高层利 用角度相关系数确定基准图像和配准图像之间的旋转角度, 经多分辨分级搜索匹配得到最终匹配特征点对, 利用这些特征点对待 配准图像进行配准纠正。实验结果表明, 改进方法有较好的效果, 可用于广泛应用领域。-Proposed a wavelet-based image registration method. In this method, using wavelet transfor
  3. 所属分类:Special Effects

    • 发布日期:2016-06-29
    • 文件大小:168kb
    • 提供者:xingxing
  1. ov7670-pic_deal

    0下载:
  2. 瑞萨单片机驱动ov7670摄像头进行图像处理,计算黑线中心偏移角度(Renesas microcontroller driver ov7670 camera for image processing, calculation of the black line center offset angle.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:1kb
    • 提供者:CJerome
  1. liangdianjioadu (2)

    0下载:
  2. 用户在计算两点角度的时候,通过两点坐标来判断两点与坐标系的夹角(When the user calculates two points of angle, the angle between two points and the coordinate system is judged by two points.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:1.08mb
    • 提供者:勇士无敌
  1. wu-复杂结构文档图像的倾斜角度检测

    0下载:
  2. 一篇北京大学本科保送生的本科毕业设计,有一定参考价值(The graduation design of undergraduate student of Peking University undergraduate course, have certain reference value)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:2.37mb
    • 提供者:Master_Xue
  1. OpenGL-3D框选

    0下载:
  2. OpenGL环境下读入3D点云,任意角度下鼠标对点云进行框选。(In the OpenGL environment, read the 3D point cloud, and at any angle the mouse can box the point cloud.)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-23
    • 文件大小:6.8mb
    • 提供者:YangXG
  1. 求解模糊运动角度 matlab 代码:

    0下载:
  2. 求解模糊运动角度 matlab 代码:。。。。。。(Matlab code for solving the fuzzy motion Angle:)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:200kb
    • 提供者:Panta丶
« 12 3 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com