CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - vc 旋转

搜索资源列表

  1. stars.zip

    0下载:
  2. VC+OpenGL实现旋转的星空,用于OpenGL开发初学者练习点、线方面的绘制和操作。-VC+ OpenGL realize Star rotation for beginners to practice the development of OpenGL points, lines drawn and operational aspects.
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:654831
    • 提供者:
  1. DrawIU

    0下载:
  2. VC++旋转立方体,通过拖动滚动条,改变立方体的视角,达到三维旋转效果-VC++ rotate the cube, by dragging the scroll bar, change the perspective of the cube to achieve the effect of three-dimensional rotation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:20709
    • 提供者:
  1. image-proses-Demo

    0下载:
  2. 图像处理 vc++实现 ,处理灰度图,彩色图处理,包括旋转,缩放,滤波,特征提取,模板匹配,灰度共生矩阵 等-Vc++ image processing implementation, processing grayscale, color image processing, including rotation, scaling, filtering, feature extraction, template matching, gray level co-occurrence matrix,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:305366
    • 提供者:luocw138
  1. tuxiang_xuanzhuan

    0下载:
  2. VC对BMP位图图像进行旋转的源代码,很不错-VC BMP bitmap image of the source code of rotation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:49593
    • 提供者:
  1. xuanzhuan_image

    0下载:
  2. vc旋转、反射和扭曲图像的程序源码,希望对大家有所帮助-vc rotation, reflection and distortion of the image of the program source code, we want to help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:69370
    • 提供者:
  1. xuanz

    0下载:
  2. vc 旋转、反射和扭曲图像的程序源码,很不错的demo-vc rotation, reflection and distortion of the image of the program source code, very good demo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:70362
    • 提供者:程芽
  1. Robot-arm-rotation-

    0下载:
  2. VC++6.0环境下 设置OpenGL用立方体模拟机器人手臂 并设置使其旋转-VC++6.0 environment set to use OpenGL simulation of the robot arm and set the cube to rotate
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:180373
    • 提供者:孙晨
  1. Robot

    0下载:
  2. 将deep exploration 生成的cpp文件,到openGl中显示的处理程序。其中使用方向键进行旋转,用F1线面转换,F2、F3放大缩小-Will deep exploration of the generation of CPP files, to openGl shown in process. Use of the key direction of rotating, with F1, line and plane conversion, F2, zoom-in F3
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:3017206
    • 提供者:rreret
  1. Image-rotation-algorithm-VC-in

    0下载:
  2. 图像旋转算法VC实现,图像旋转算法VC实现-Image rotation algorithm VC in
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2100
    • 提供者:liang
  1. vc-for-bmp-xuanzhuan

    0下载:
  2. 毕业设计,VC 实现图像的旋转,选择图像将图像任意旋转-The graduation design VC image rotation, select the image to rotate the image any
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-16
    • 文件大小:73287
    • 提供者:eddy
  1. sift-algorithm-VC

    0下载:
  2. 一个图像识别算法.SIFT综述 尺度不变特征转换(Scale-invariant feature transform或SIFT)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe在1999年所发表,2004年完善总结。 其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。-A kind of algorithm for the image reco
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:1087047
    • 提供者:钟小江
  1. ImgRotate

    0下载:
  2. BMP 图片旋转,任意角度 。VC源码,供初学者学习(BMP image rotation at any Angle)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:4902912
    • 提供者:小女百合
  1. BmpText_module

    0下载:
  2. 图片的加载,图片的保存,图片的旋转,图片的二值化(Picture loading, save, rotate,binaryzation)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-19
    • 文件大小:13211648
    • 提供者:jhsun
  1. 149008204siftMatch

    1下载:
  2. 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:6095872
    • 提供者:0908
  1. VC++底层图像处理函数

    0下载:
  2. 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and other aspects of the BMP imag
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:13312
    • 提供者:就此沦陷
  1. 风车

    0下载:
  2. vc++6.0配置OpenGL后实现风车旋转(Windmill rotation after OpenGL configuration of vc++6.0)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-04
    • 文件大小:568320
    • 提供者:小蝴蝶吖
  1. 数字图像处理的一些C++算法

    0下载:
  2. 包括图像的旋转,复原,编码,增强以及形态学处理等C++代码(Including image rotation, restoration, coding, enhancement and morphological processing C++ code)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:653312
    • 提供者:wangyiyan92
  1. transform_new

    0下载:
  2. 二维几何变换的基本变换矩阵,包括向上/下平移,基于原点对称,相对x轴/y轴对称,相对中心点向左/右旋转,相对中心点缩小/放大,x轴/y轴正向及反向错切。(The basic transformation matrix of two-dimensional geometric transformation.)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-07
    • 文件大小:46080
    • 提供者:asasyu
  1. ScreenWaterMark

    1下载:
  2. 屏幕水印源码,支持多行,支持任意角度旋转, 支持全屏水印, 支持居中水印。 之前网上找了一些水印相关的,但都不是太全,这个自己在他人的基础上写的会比较全。(Screen watermark source code, support multiple lines, support any angle rotation)
  3. 所属分类:Windows编程

    • 发布日期:2020-08-27
    • 文件大小:139264
    • 提供者:JiffyChen263
  1. 曲线和曲面算法

    1下载:
  2. 代码包含以下算法:三叶梅花线,圆柱螺线,圆锥螺线,三次贝塞尔曲线,三次B样条曲线。 环形面,锥面,双线性曲面,旋转曲面,贝塞尔曲面,B样条曲面。(The code contains the following algorithms: three-leaf plum blossom line, cylindrical spiral, conical spiral, cubic Bezier curve, cubic B-spline curve. Torus, cone, bilinear sur
  3. 所属分类:Windows编程

    • 发布日期:2021-04-06
    • 文件大小:44032
    • 提供者:汪翔
« 1 2 3 4 56 7 8 9 10 ... 30 »
搜珍网 www.dssz.com