登录
首页 » QT » MainWindow

MainWindow

于 2020-11-30 发布
0 108
下载积分: 1 下载次数: 2

代码说明:

说明:  每个像素有RGB三个通道,每个通道占1个字节,灰度化公式如下: Gray = (R + G + B) / 3 将算得的Gray值赋值给对应像素的RGB三个通道。 线性滤波的基本原理是用均值代替原图像中的各个像素值,即对待处理的当前像素点(x,y),选择一个模板,该模板由其近邻的若干像素组成,求模板中所有像素的均值,再把该均值赋予当前像素点(x,y),作为处理后图像在该点上的灰度g(x,y),即g(x,y)=1/m*∑f(x,y),m为该模板中包含当前像素在内的像素总个数。(Each pixel has three channels R G B, each of which takes up one byte.)

文件列表:

MainWindow\bmptoasc.cpp, 797 , 2019-11-20
MainWindow\bmptoasc.h, 221 , 2019-11-20
MainWindow\images\filenew.png, 1038 , 2009-10-16
MainWindow\images\fileopen.png, 854 , 2009-10-16
MainWindow\images\filesave.png, 1172 , 2009-10-16
MainWindow\images\filesaveas.png, 1182 , 2009-10-16
MainWindow\images\find.png, 964 , 2009-10-16
MainWindow\images\help.png, 960 , 2009-10-16
MainWindow\images\zoom-in.png, 1332 , 2009-09-22
MainWindow\images.qrc, 352 , 2019-10-23
MainWindow\main.cpp, 228 , 2019-11-25
MainWindow\mainwindow.cpp, 2908 , 2019-11-25
MainWindow\mainwindow.h, 650 , 2019-11-20
MainWindow\MainWindow.pro, 511 , 2019-11-25
MainWindow\MainWindow.pro.user, 23885 , 2019-12-02
MainWindow\MainWindow.pro.user.3caeaab, 23886 , 2019-11-20
MainWindow\mainwindow.ui, 5893 , 2019-11-25
MainWindow\myico.ico, 161862 , 2002-10-21
MainWindow\togrey.cpp, 1606 , 2019-11-25
MainWindow\togrey.h, 239 , 2019-11-20
MainWindow\images, 0 , 2019-10-23
MainWindow, 0 , 2019-12-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LLC soft-switch
    LLC软开关,电压闭环控制,可以通过示波器观测到通过开关管的电压和电流波形,清晰地观测到开关管实现了零电压开通(LLC soft-switch voltage loop control)
    2019-06-04 21:12:02下载
    积分:1
  • y自适应大小焦点图
    jQuery自适应大小焦点图是一款随图像大小自动调整适应的焦点图代码下载。(JQuery Adaptive Size Focus Map is a focus map code download that automatically adjusts to the size of the image.)
    2019-03-22 15:22:16下载
    积分:1
  • 数据挖掘中聚类算法研究进展_周涛
    聚类分析是数据挖掘中重要的研究内容之一,对聚类准则进行了总结,对五类传统的聚类算法的研究 现状和进展进行了较为全面的总结,就一些新的聚类算法进行了梳理,根据样本归属关系、样本数据预处理、 样本的相似性度量、样本的更新策略、样本的高维性和与其他学科的融合等六个方面对聚类中近 20多个新算 法,如粒度聚类、不确定聚类、量子聚类、核聚类、谱聚类、聚类集成、概念聚类、球壳聚类、仿射聚类、数据流聚 类等,分别进行了详细的概括。(Clustering analysis is one of the important research contents in data mining. The clustering criteria are summarized. The research status and progress of five traditional clustering algorithms are summarized comprehensively. Some new clustering algorithms are used. By combing, according to the sample attribution relationship, sample data preprocessing, sample similarity measure, sample update strategy, sample high-dimensionality and fusion with other disciplines, nearly 20 new algorithms in clustering, Such as granular clustering, uncertain clustering, quantum clustering, nuclear clustering, spectral clustering, clustering integration, concept clustering, spherical shell clustering, affine clustering, data stream clustering, etc., respectively Generalization.)
    2019-05-12 14:08:07下载
    积分:1
  • mpu6050
    说明:  单片机采集mpu6050 数据没通过串口上传pc,pc上用MATLAB进行数据分析,卡尔曼滤波,融合算法,曲线实时显示(The MCU collects mpu6050 data without uploading the PC through the serial port, using MATLAB for data analysis, Kalman filtering, fusion algorithm, curve real-time display)
    2019-03-05 15:44:33下载
    积分:1
  • STM32-IIC--MMA8451
    STM32的控制MMA8451三轴加速度芯片的IIC驱动,串口打印数据到电脑显示!(STM32 control MMA8451 the triaxial acceleration chip IIC driver, serial print data to a computer display!)
    2013-08-24 15:54:18下载
    积分:1
  • 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生: E...
    编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
    2022-05-14 08:22:03下载
    积分:1
  • Visual inspection of the papers, foreign operations, is ideal for readers new lo...
    视觉检测的论文,国外作战,非常适合新的读者看。-Visual inspection of the papers, foreign operations, is ideal for readers new look.
    2022-03-01 04:17:12下载
    积分:1
  • ccs811示例程序
    说明:  有串口进行数据接收采集数据,该模块通过串口一打印数据,串口二发送数据进行数据采集操作。(There is a serial port to receive and collect data. The module can print data through serial port one and send data through serial port two to collect data)
    2021-04-19 21:21:23下载
    积分:1
  • Thingsboard入门指南
    说明:  物联网开源项目thingsboard入门指南(A guide to the Internet of things open source project thingsboard)
    2020-06-18 22:40:02下载
    积分:1
  • STC15项目开发
    说明:  STC15项目 ,包括软件源码和硬件原理图,软件设计中面向对象的结构设计思想可供学习,很不错(STC15 project, including software source code and hardware schematic diagram, software design object-oriented structure design ideas for learning, very good)
    2020-07-26 22:07:24下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载