-
Median filter matlab program for simple image processing, image processing
中值滤波的matlab程序,用于图像的简单处理,图像处理基础-Median filter matlab program for simple image processing, image processing-based
- 2022-01-22 13:40:46下载
- 积分:1
-
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。...
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
- 2022-12-10 10:55:02下载
- 积分:1
-
用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。...
用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。-Matlab implementation to use irregular light of the prospects for adaptive threshold background separation algorithm. Test image files attached inside.
- 2022-03-07 09:56:05下载
- 积分:1
-
用一组线性相位的滤波器组来对图像进行处理,以检验该线性系统的各项参数是否符合要求。...
用一组线性相位的滤波器组来对图像进行处理,以检验该线性系统的各项参数是否符合要求。-using a linear-phase filter to the image processing, to test the linear systems of the various parameters whether it meets the requirements.
- 2022-08-21 04:03:27下载
- 积分:1
-
基于MAPX的一个电子地图的实例,在单文档多视图下实现鹰眼视图的设计并已经调试通过,上传给大家参考。...
基于MAPX的一个电子地图的实例,在单文档多视图下实现鹰眼视图的设计并已经调试通过,上传给大家参考。-Based on an electronic map MAPX example, in a single document under the multi-view design view Hawkeye and has debug through, upload for your reference.
- 2022-03-02 00:38:11下载
- 积分:1
-
Qt简单绘图程序
Qt平台下,基于双缓冲技术设计的简单绘图工具,可以绘制简单的图形,同时可以设置画笔颜色、填充颜色、线条类型等
- 2022-01-22 00:02:07下载
- 积分:1
-
中点画圆算法
中点画圆算法就是每部单位间隔取样并且计算离圆最近的位置。
在继续之前,我这里补充一个关于圆对称性的知识点,通过在圆中计算考虑使用对称性计算开销可以减小到原来的1/8。
对称性质原理:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-07 08:35:03下载
- 积分:1
-
类似游戏装备类源码,请举一反三!类似游戏装备类源码,请举一反三!...
类似游戏装备类源码,请举一反三!类似游戏装备类源码,请举一反三!-Similar type of game equipment source, please judge the whole! Similar type of game equipment source, please judge the whole!
- 2022-06-17 07:52:08下载
- 积分:1
-
巴特沃斯高
butterworth高通滤波,里面有两个巴特沃斯高通滤波函数,我试过了,都可以用。-butterworth high-pass filtering, there are two high-pass Butterworth filter function, I tried, you can use.
- 2022-03-04 15:08:42下载
- 积分: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