-
图形边缘检测,主要是采用自适应检测的算法,可能对初学者有些用处。不足指出见凉啊...
图形边缘检测,主要是采用自适应检测的算法,可能对初学者有些用处。不足指出见凉啊-graphics edge detection, is based on adaptive detection algorithm for beginners could use some. Less than that see cool ah
- 2022-03-23 13:54:20下载
- 积分:1
-
C++函数explodechannels节省3通道图像为3个分离的图像…
C++ function explodeChannels save 3 channel OpenCV image into 3 separated images in gray-scale where everyone represents one channel in scale-space.
Application using this function may be used to analyse color image in different scale-spaces by viewing separated channels
- 2023-06-29 20:50:02下载
- 积分:1
-
读取txt文件象素,在Winform上显示图象
读取txt文件象素,在Winform上显示图象-Pixel read txt file in the Winform display image
- 2022-02-21 04:21:09下载
- 积分:1
-
三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。...
三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。-3D Computer Graphics.VC in/out source code of a file format about reverse engineering .
- 2023-07-06 12:25:03下载
- 积分:1
-
draw line
绘制曲线,可以很直观的描绘曲线,是不可多的好代码-draw line
- 2022-07-04 15:42:00下载
- 积分:1
-
这个是一个3D的人体跟踪软件,基于MATLAB,四个摄像机multi view tracking...
这个是一个3D的人体跟踪软件,基于MATLAB,四个摄像机multi view tracking-this is a 3D human tracking software, based on MATLAB. four multi camera view tracking
- 2023-03-21 04:35:03下载
- 积分:1
-
GPU的经典算法,用于制备高质量的程序实现。
GPU的经典算法,用于编写较高质量的程序作参考。-GPU classic algorithms, used in the preparation of high quality procedures for reference.
- 2023-02-14 08:15:03下载
- 积分:1
-
图像浏览,支持放缩小、移动,request指定图片文件.
图像浏览,支持放缩小、移动,request指定图片文件.-Image View to support narrow release, mobile, request specified photo paper.
- 2022-08-21 09:50:33下载
- 积分: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
-
二维小波变换,包括提升9.7小波,是用c++语言编程实现的
二维小波变换,包括提升9.7小波,是用c++语言编程实现的-Two-dimensional wavelet transform, including the upgrading of 9.7 wavelet, is used c++ Language programming to achieve
- 2022-08-24 06:36:51下载
- 积分:1