-
image filtering impact procedures for image enhancement, using MATLAB language
图象的冲击滤波程序,用于图象增强,用MATLAB语言编写-image filtering impact procedures for image enhancement, using MATLAB language
- 2022-08-06 09:56:25下载
- 积分:1
-
kan jiuxing,大家可以交流一下,共同促进编程水平,欢迎提意见和建议...
kan jiuxing,大家可以交流一下,共同促进编程水平,欢迎提意见和建议-kan jiuxing, we can exchange that jointly promote programming level, and welcomes comments and suggestions!
- 2022-02-02 01:44:20下载
- 积分:1
-
数字图像 压缩算法
数字图像 压缩算法-A LZW Compress algorithm used in digital image Process.
- 2022-08-07 00:09:58下载
- 积分:1
-
是数字图像处理中各种变换的类,包括DCT,FFT,Wavelet等不同的变换方法。
是数字图像处理中各种变换的类,包括DCT,FFT,Wavelet等不同的变换方法。-digital image processing transform the various categories, including DCT, FFT and Wavelet Transform the different methods.
- 2023-03-04 09:30:03下载
- 积分:1
-
二维画图程序,包括画直线,圆,多边形,曲线,随手画等,还可以写文本。是图形学很好的演示程序。...
二维画图程序,包括画直线,圆,多边形,曲线,随手画等,还可以写文本。是图形学很好的演示程序。-2D drawing program, including painting straight lines, circles, polygons, curves, such as finger painting, but also wrote the text. Graphics is a good demonstration program.
- 2022-08-16 18:26:25下载
- 积分:1
-
digital image compression algorithm based on MATLAB digital image compression al...
数字图像压缩算法,基于MATLAB的数字图像压缩算法,DCT格式
-digital image compression algorithm based on MATLAB digital image compression algorithm, DCT format
- 2023-03-17 04:15:03下载
- 积分:1
-
计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果...
计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
- 2022-08-09 05:19:19下载
- 积分:1
-
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助-d3d programming books, right up some games entry-level and very helpful DX programming
- 2022-01-26 03:06:34下载
- 积分: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
-
由本人改编自C程序的一个三次样条曲线模拟正弦波程序源码,有兴趣的可以看看....
由本人改编自C程序的一个三次样条曲线模拟正弦波程序源码,有兴趣的可以看看.-from C procedures adapted from a cubic spline curve simulated sine wave source procedures are interested can look at.
- 2023-04-20 09:35:03下载
- 积分:1