1 Star 3 Fork 0

邮箱猫/qtForOpencv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
differencedialog.ui 2.54 KB
一键复制 编辑 原始数据 按行查看 历史
邮箱猫 提交于 2021-12-02 19:09 . 添加特征实验代码
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DifferenceDialog</class>
<widget class="QDialog" name="DifferenceDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>566</width>
<height>348</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>90</x>
<y>90</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>对比度:</string>
</property>
</widget>
<widget class="QLabel" name="label_con">
<property name="geometry">
<rect>
<x>220</x>
<y>90</y>
<width>241</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label_ent">
<property name="geometry">
<rect>
<x>220</x>
<y>130</y>
<width>241</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>90</x>
<y>130</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>熵:</string>
</property>
</widget>
<widget class="QLabel" name="label_asm">
<property name="geometry">
<rect>
<x>220</x>
<y>170</y>
<width>241</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>90</x>
<y>170</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>角二阶矩:</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>90</x>
<y>210</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>平均值:</string>
</property>
</widget>
<widget class="QLabel" name="label_mean">
<property name="geometry">
<rect>
<x>220</x>
<y>210</y>
<width>241</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yuka_kitten/qt-for-opencv.git
git@gitee.com:yuka_kitten/qt-for-opencv.git
yuka_kitten
qt-for-opencv
qtForOpencv
master

搜索帮助