-
数字图像处理
#include #include using namespace cv;using namespace std;int main(){Mat image, srt,dst;//原图、全局均衡化、局部均衡化image = imread("D:/ps/a.tif");//载入原图if (!image.data){std::cout apply(image, dst);namedWindow("原图",CV_WINDOW_AUTOSIZE);namedWindow("全局均衡化",CV_WINDOW_AUTOSIZE);namedWindow("局部均衡化",CV_WINDOW_AUTOSIZE);imshow("原图", image);imshow("全局均衡化", srt);/*vector BGR;split(image, BGR);Ptr clahe = createCLAHE();clahe->apply(BGR[0], BGR[0]);//彩色clahe->apply(BGR[1], BGR[1]);clahe->apply(BGR[2], BGR[2]);Mat res;
- 2023-01-21 21:25:03下载
- 积分:1
-
OPC连接Demo
winform连接OPC的DEMO,包括了查询数据插入数据
- 2023-03-26 07:55:03下载
- 积分:1
-
IFC文件解析,c#实现
IFC文件解析,c#实现,实现了IFC文件解析并显示,提供给大家,希望对大家有用,好好学习,天天向上!!
- 2022-03-14 12:28:15下载
- 积分:1
-
Intersect
AE开发,InterSect操作AE开发,InterSect操作AE开发,InterSect操作AE开发,InterSect操作(ArcEngine for intersect tool)
- 2015-03-18 21:56:31下载
- 积分:1
-
programming-Windows--fifth
windows 程序设计 第五版 文字版,程序员经典丛书(Text version of the fifth edition of windows programming, programmers Classic Series)
- 2014-02-03 12:16:23下载
- 积分:1
-
erchapaixushu
二叉排序树的中序遍历(即先访问左子树然后是跟最后是右子树)(Binary sort order traversal of the tree (that is, first and then visit the left subtree is right with the last sub-tree))
- 2011-05-22 01:58:30下载
- 积分:1
-
4
说明: 题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数
组中。
___________________________________________________________________
程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况
,插入后此元素之后的数,依次后移一个位置。
(Topic: have a already sorted array. Now enter a number, according to the requirements of the original law be plugged into a number
In the group.
___________________________________________________________________
Program analysis: first judge whether the number is greater than the last number, then consider intercalary number situation)
- 2012-11-14 17:58:23下载
- 积分:1
-
ads1160
说明: ads1120的c代码 驱动 亲测可以使用(ads1120 driver C use for mcu)
- 2021-03-11 19:19:25下载
- 积分:1
-
workshare
一个最佳任务分配方案求解的小程序,里面有输入输出样例。(An optimal allocation scheme for solving the task of small procedures, there are input and output sample.)
- 2016-05-08 12:58:05下载
- 积分:1
-
vc-test
说明: modbus上位机测试源码,用VC写,个人感觉很好。(PC test modbus source code, written with the VC, individuals feel good.)
- 2011-03-09 15:21:05下载
- 积分:1