登录
首页 » 图形图像 » 字体处理库freetype的源码,网址:www.freetype.org

字体处理库freetype的源码,网址:www.freetype.org

于 2022-05-23 发布 文件大小:1.54 MB
0 122
下载积分: 2 下载次数: 1

代码说明:

字体处理库freetype的源码,网址:www.freetype.org-font handling the freetype source website : www.freetype.org

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

发表评论


0 个回复

  • 说明矩阵的一些操作方法:生成随机矩阵 显示矩阵 生成正态分布的随机矩阵...
    说明矩阵的一些操作方法:生成随机矩阵 显示矩阵 生成正态分布的随机矩阵-Note some of the matrix method of operation: generate random matrix display matrix to generate the normal distribution of random matrix
    2023-04-30 22:50:03下载
    积分:1
  • DDA画线算法, 此处加上了延时,更便于观察画线过程,演示效果好。...
    DDA画线算法, 此处加上了延时,更便于观察画线过程,演示效果好。-DDA line drawing algorithm, here coupled with the delay, but also easy to observe the process of drawing lines to demonstrate good results.
    2022-02-07 09:58:23下载
    积分:1
  • 两桢差分加素统计检测运动目标
    应用背景应用于运动目标的检测,利用差分法,对路面上的车辆和行人进行检测       关键技术车辆检测部分采用背景差分法,采用平均背景法更新背景图像,代码部分附详细解释,可以有效地对运动目标进行检测和跟踪
    2022-03-24 20:46:50下载
    积分:1
  • 光线跟踪
       首先确定眼睛的位置和视线方向。然后确定从眼睛出发通过每个象素中心的光线方程。通过该光线求光线与场景中物体的最近交点。   若有交点,首先产生阴影测试光线,它是连接交点与光源的光线,然后计算该交点与光源间是否有阻挡物,如果没有则计算该点的Phong模型分量,若有阻挡物则不计算。若交点处的场景为反射表面,则产生反射光线,将此光线继续与场景求交。若交点处的场景具有透明性,则产生透射光线,将此光线继续与场景求交。   若无交点,则返回默认值。   最后将颜色填入相应象素中。   递归结束条件:   1.递归深度:预先设定一个递归深度值   2.光亮度值:如果反射或折射光线的光亮度贡献太小,可以忽略不计,则停止递归   本系统选择VS2008平台开发,采用MFC单文档结构作为系统的整体架构。其中,Object类为场景中物体的基类,从中派生出两个子类:Plane类和Sphere类,分别表示平面类和球面类。   Colour结构表示颜色,包含r,g,b三个颜色分量。   Material结构表示场景中物体的材质属性,包含,,三个分量,分别表示物体的漫反射系数、镜面反射系数和折射系数。   Vect结构表示场景中的点坐标。   Ray类表示光线或光源,当它表示光线时,它包含原点origin和单位方向向量dir;当它表示光源时,它还包含了光源颜色colour。   Hit类表示交点类,它包含交点处的法向量normal,交点所处的物体表面surface,交点系数t。   Scene类表示场景类,它包含物体指针数组objects,光源指针数组lights,场景物体个数nObjectCount,场景光源个数nLightCount。   CSceneLightDlg类为场景光源配置对话框,它里面显示了当前场景中的所有光源,用户可以在对话框中继续添加光源。   CSceneObjectDlg类为场景物体配置对话框,它里面显示了当前场景中的所有物体,用户可以在该对话框中继续添加物体。   CScenePictureDlg类为照片配置对话框,它里面显示当前人眼的位置、照片的大小、位置和分辨率。用户可以对该设置进行修改。   CRayTraceView类为框架的视图类,负责图片的显示。我在其中包含了一个Scene对象,光线跟踪的具体实
    2022-03-19 03:38:04下载
    积分:1
  • 一个处理包,含格式转换。
    一个图形处理包,含图形格式转换。- A graph processing package, contains the graph format conversion.
    2022-04-30 05:22:47下载
    积分:1
  • 字模提取软件,可以提取文字,片以及动画的字模,感觉挺方便的。...
    字模提取软件,可以提取文字,图片以及动画的字模,感觉挺方便的。-Font extraction software can extract text, images and animations of the font, feeling quite convenient.
    2023-02-28 00:40:04下载
    积分:1
  • 对多媒体数据的检索,早期的方法是用文本将多媒体数据进行标识,这显然不是基于多媒体信息本身内容的检索,对多媒体数据中包含的信息是一中及大的浪费;   基...
    对多媒体数据的检索,早期的方法是用文本将多媒体数据进行标识,这显然不是基于多媒体信息本身内容的检索,对多媒体数据中包含的信息是一中及大的浪费;   基于内容的检索是多媒体数据库的关键技术,如何实现这块技术,是值得商榷的,而最好的方法是使用无需领域知识的检索方法,因此,基于颜色的方法就是实现的关键-Retrieval of multimedia data, the method is to use an early version of the multimedia data labeling, which is not itself based on the content of multimedia information retrieval, multimedia data of the information contained in a Medium and large waste content-based retrieval of multimedia database of key technologies, how to achieve this technology, is open to question, and the best way is to use the domain knowledge without the search method, based on the color way is the key to achieve
    2022-06-28 06:44:56下载
    积分:1
  • 很好的绘的+
    很好的绘图的+-good mapping Dongdong
    2022-01-25 17:42:39下载
    积分:1
  • AffineTransformation computes and applies the geometric affine transformation to...
    AffineTransformation computes and applies the geometric affine transformation to a 2-D image. The program main functions are: - Load Image: Load the image to be transformed. - Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image. - Save Image: Save the transformed image. - Quit: Exit the program. The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
    2022-01-30 20:17:04下载
    积分:1
  • XWindows下的看软件,类似ACDsee
    XWindows下的看图软件,类似ACDsee -Graph browsing software in Xwindows as ADCS
    2022-08-15 03:17:27下载
    积分:1
  • 696518资源总数
  • 104943会员总数
  • 10今日下载