登录
首页 » 图形图像 » Simple GL_Triangle demonstration in 3D.

Simple GL_Triangle demonstration in 3D.

于 2022-02-15 发布 文件大小:3.89 MB
0 45
下载积分: 2 下载次数: 1

代码说明:

Simple GL_Triangle demonstration in 3D.

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

发表评论

0 个回复

  • This zip file contains source code and windows executables for carrying out face...
    This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (, ) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f
    2022-07-12 10:23:46下载
    积分:1
  • 用delphi写的,一个把bmp格式的转化成tiff的程序
    用delphi写的,一个把bmp格式的图像转化成tiff的图像程序-This programme is used to convert image of bmp format into tiff format.It is developed using delphi
    2022-02-20 22:05:17下载
    积分:1
  • corrosion algorithm, morphology algorithm relatively basic operation
    腐蚀算法,形态学算法中比较基本的操作-腐蚀,通过MATLAB编程实现,-corrosion algorithm, morphology algorithm relatively basic operation-corrosion, through MATLAB programming,
    2022-04-09 06:50:10下载
    积分:1
  • screen color extraction procedure code, the programming study images can look at...
    屏幕颜色提取的程序代码,学习图像编程的可以看一下,颜色处理-screen color extraction procedure code, the programming study images can look at the color treatment
    2022-03-22 14:29:33下载
    积分:1
  • simple flash 2D image
    simple flash 2D image
    2022-02-26 20:21:19下载
    积分:1
  • matlab 圆检测
    用 matlab 图像处理与 3 pic 和比较它们的圆检测 1.taranslate 到灰色 2.转换为二进制 3.反相 blob 算法的使用
    2023-05-31 20:20:03下载
    积分:1
  • C + + 的 LBP 代码
    局部二元模式(LBP)是一种用于在计算机视觉分类功能。 LBP是特定情况在1990年[1] [2] LBP于1994年首先描述[3] [4]它提出的纹理谱模型由于被认为是一个强大的功能的纹理分类;它已经进一步确定,当LBP是结合定向梯度直方图(HOG)的描述符,它提高了检测性能相当一些数据集。该LBP特征向量,在其最简单的形式中,通过以下方式创建的:划分检测窗口进入细胞(例如16×16像素的每个单元格)。用于在小区中的每个像素,比较像素到它的每一个8邻居(在它的左顶,左中间,左底部右顶部,等等)。跟随一个圆,即顺时针或逆时针的像素。其中,中心像素的值大于邻居的值,写入“1”。否则,写“0”。这使一个8位二进制数(通常是转换为十进制为方便起见)。计算的每个“号码”中出现的频率的直方图,在细胞内,(即,对每个组合哪些像素是较小的,哪些是大于该中心)。任选正常化直方图。串联所有细胞(归)直方图。这给出了窗口的特征向量。特征向量现在可以使用支持向量机或其他机器学习处理算法进行分类的图像。这样的分类可以用于人脸识别或纹理分析。
    2022-03-21 06:15:16下载
    积分:1
  • 这是在微软Visual Basic下的三维格网的开发,没有用到Directx和OpenGL...
    这是在微软Visual Basic下的三维格网的开发,没有用到Directx和OpenGL-This is the Microsoft Visual Basic 3 Ludwig network under development, there is no use Directx and OpenGL
    2022-03-09 10:14:08下载
    积分: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
  • 颜色变化的进度条控件Demo,有不足之处请大家指出,
    颜色变化的进度条控件Demo,有不足之处请大家指出,-Color changes with the process increases
    2022-09-20 15:40:04下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载