-
VC image processing to prepare for the study of learning, the program contains t...
VC编写适合初学图像处理的学习,程序包含大多数常见vc图像处理算法-VC image processing to prepare for the study of learning, the program contains the most common image processing algorithms vc
- 2022-06-28 04:06:54下载
- 积分:1
-
窗口编程实例,很酷!
Window 编程例子, 比较cool !-Window programming examples, cool!
- 2023-06-25 16:40:03下载
- 积分:1
-
画图程序:实现最基本的绘图功能。
DOS画图程序:实现最基本的画图功能.-DOS drawing program : to achieve the most basic drawing functions.
- 2022-07-22 17:03:02下载
- 积分:1
-
用Cmake配置后的VTK对8bitBMP图片的三维重建,已测试通过。
用Cmake配置后的VTK对8bitBMP图片的三维重建,已测试通过。-Configured to use the VTK CMake 8bitBMP picture on the three-dimensional reconstruction, have been tested.
- 2022-02-05 06:46:07下载
- 积分:1
-
一个加载obj文件的程序,希望对你有帮助
一个加载obj文件的程序,希望对你有帮助-a load obj documentation procedures, and I hope to help you ~ ~ ~! !
- 2022-08-22 17:08:35下载
- 积分:1
-
计算机图形学中的坐标系变换的程序,是用VC++中的MFC编写的...
计算机图形学中的坐标系变换的程序,是用VC++中的MFC编写的-computer graphics, which coordinates the transformation process, with VC++ MFC prepared
- 2022-03-12 08:06:09下载
- 积分: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
-
中文印刷体文字识别系统ocr
本系统的实现将用到许多图像处理的相关技术;如灰度化、二值化、图像内容自动调整、细化、曲线平滑、曲线去枝桠操作等。系统实现的过程中,所要做的工作主要有:文档图像预处理、文档图像版面分析、文本汉字识别和公式识别等。
- 2022-03-25 13:20:50下载
- 积分:1
-
qt实现的读取Oracle数据库实例,利用了MVC模式,是模仿学习的好例子...
qt实现的读取Oracle数据库实例,利用了MVC模式,是模仿学习的好例子-qt achieved read Oracle database instance, using the MVC model is a good example of learning to imitate
- 2022-12-22 09:00:03下载
- 积分:1
-
对二维信号(例如二维图像),实现多级小波的分解和重构,用到的小波函数是 DBN 小波,即Daubechies小波。...
对二维信号(例如二维图像),实现多级小波的分解和重构,用到的小波函数是 DBN 小波,即Daubechies小波。-Of two-dimensional signal (such as two-dimensional image), the realization of multi-level wavelet decomposition and reconstruction, the wavelet function is used wavelet DBN, namely Daubechies wavelet.
- 2022-11-29 04:15:04下载
- 积分:1