-
转换一位图为一jpeg图象的源代码
转换一位图为一jpeg图象的源代码-converting a map jpeg image of a source code
- 2022-07-24 04:42:44下载
- 积分:1
-
C++编写的一个图形学实例的代码
C++编写的一个图形学实例的代码-prepared by the example of a graphics code
- 2022-12-31 11:15:03下载
- 积分:1
-
x264是h264的简化版本,里面有些我修改过的东西,需要在linux下编译...
x264是h264的简化版本,里面有些我修改过的东西,需要在linux下编译-ENG encoder is a simplified version, inside I changed some things, the need to compile under Linux
- 2022-04-01 19:33:26下载
- 积分:1
-
功能是图象的检测,模板匹配如果上
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32...
功能是图象的检测,模板匹配如果上
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32.lib gdi32.lib
这里是vc可直接运行
注意事项:
运行时,文件c: est.bmp必须存在-Function of image detection, template matching on the command-line compiler, if the process is as follows vcvars32rc bmp.rccl detect.c bmp.res user32.lib gdi32.lib here can be directly run vc Note: run-time, file c: est.bmp must exist
- 2022-09-30 18:50:03下载
- 积分:1
-
自己写的简易长方体房间 可以在里面漫游 行走 具有很好的参考价值...
自己写的简易长方体房间 可以在里面漫游 行走 具有很好的参考价值-Write your own simple rectangular room in which roaming has a very good reference value for walking
- 2022-01-29 03:34:08下载
- 积分:1
-
简易图形编辑器
应用背景一个简易的图形编辑器,用VC++编写的,适合计算机图形学的初级学习者关键技术这是一个用VC++编写的图形编辑软件的源代码,适用于计算机图形学和 window编程、MFC技术等的学习者和开发者,通过这个小例子,把这几个知识点连接起来,简单易懂。
- 2022-01-22 08:41:21下载
- 积分:1
-
利用分形和混沌理论,生成十分精美的2维图形。有多种参数可以对图形进行控制。...
利用分形和混沌理论,生成十分精美的2维图形。有多种参数可以对图形进行控制。-use fractal and chaos theory, generate very attractive two-dimensional graphics. A number of parameters can control graphics.
- 2022-01-25 20:32:49下载
- 积分:1
-
这是本人多年前一个项目的组件(含示例),写这个DLL为别人的PB程序调用图形界面用这个里面用到了绘图的多个方面,展示了图形和对象的交互
这是本人多年前一个项目的组件(含示例),写这个DLL为别人的PB程序调用图形界面用这个里面用到了绘图的多个方面,展示了图形和对象的交互-years ago, a component of the project (including the example), writing the DLL for other people"s PB Invoking graphical interface with the use of drawings inside a number of aspects of the display graphics and interactive object
- 2022-03-10 06:56:48下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分:1
-
图像识别第一步(共三步),本步骤是图像的预处理,包括边沿检测、图像伸缩
图像识别第一步(共三步),本步骤是图像的预处理,包括边沿检测、图像伸缩-Image recognition step (a total of three), this step is image preprocessing, including edge detection, image stretching
- 2022-07-11 10:45:49下载
- 积分:1