搜索资源列表
04
- 研究了基于视频图像处理的自行车流量检测方法,主要方法为利用二值化的“时空图像”计算1 像素块儿的个数。给出了各种方法对自行车流量检测的实验结果。-Research on video image processing based on the flow of bicycle detection methods, the main method for the use of binarization of " time and space images," Calculation
picture
- 二值图像中的游程编码区域标记.二值图像中的游程编码区域标记-picture
tuxiangerzhihua
- 关于图像的二值化三种算法程序,实现图像的二值化-With regard to the image binarization process three kinds of algorithms to achieve the image binarization
2
- 1.请编写一个函数void fun(char *tt,int pp[]),统计在tt字符中"a"到"z"26各字母各自出现的次数,并依次放在pp所指的数组中。 2.下列程序定义了n×n的二维数组,并在主函数中赋值。请编写函数fun,函数的功能使求出数组周边元素的平均值并作为函数值返回给主函数中的s。-1. Please write a function void fun (char* tt, int pp []), statistics tt characters " a&qu
2zhihuajieshaodoc
- 关于二值化的一些介绍文档,里面包含相应的代码,肯定有用-Some on the binary descr iption document, which contains the corresponding code, certainly a useful ~ ~
gmn000
- 图像处理:包括图像灰度处理、二值化、放大缩小、边缘检测、hough变换和其他功能-Image Processing: including gray processing, binarization, zoom, edge detection, hough transform, and other features
digtal-image-processing
- 数字图像处理实验报告,内附报告内容及实验结果,matlab程序源码(图像灰度变换及图像二值化)-Digital image processing lab report, containing reports and test results, matlab program source code (the image gray-scale transformation and binarization)
ATT7122
- ATT7122A 是一颗兼容ATT7022B/ATT7022C/ATT7022D 的高精度三相电能专用计量芯 片,适用于三相三线和三相四线应用。 ATT7122A 集成了7 路二阶sigma-delta ADC、参考电压电路以及所有功率、能量、有效 值、功率因数及频率测量的数字信号处理等电路,能够测量各相以及合相的有功功率、无功 功率、视在功率、有功能量及无功能量,同时还能测量各相电流、电压有效值、功率因数、 相角、频率等参数,充分满足三相复费率多功能电能表的需求。详细数据定
ATT7022Eusr
- ATT7122A 是一颗兼容ATT7022B/ATT7022C/ATT7022D 的高精度三相电能专用计量芯片,适用于三相三线和三相四线应用。ATT7122A 集成了7 路二阶sigma-delta ADC、参考电压电路以及所有功率、能量、有效值、功率因数及频率测量的数字信号处理等电路,能够测量各相以及合相的有功功率、无功 功率、视在功率、有功能量及无功能量,同时还能测量各相电流、电压有效值、功率因数、 相角、频率等参数,充分满足三相复费率多功能电能表的需求。详细数据定义请参阅参数寄
Bayer-dithering-method
- 本文是Bayer抖动算法对图像二值化处理的摘要部分-Bayer dithering binarization
Bayer-
- 本文为Bayer抖动法图像二值化的一篇完整论文,讲述了其实现过程-Bayer dithering binarization
dsaddsafds
- PID控制器的性能取决于其控制参数的组合,针对其参数的整定和优化问题,提出了应用一种改进的粒子群优化算法,该 算法借鉴了遗传算法的杂交机制,并采用惯性权值的非线性递减策略。用以加速算法的收敛速度和提高粒子的搜索能力。将该算 法应用于一个二阶系统的PID控制器参数的优化。仿真结果表明该改进的粒子群算法具有比传统粒子群算法和遗传算法更好的 优化效果,具有一定的工程应用前景。-Abstract:PID controller’s performance completely depends
Cpp1
- 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
erchashu
- 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
erdzl
- 有限元算法,采用了矩形双二次插值有限元方法进行数值计算。-Finite element, rectangular bi-quadratic interpolation
327319
- 图像二值化源码, 适合图像处理的初学者学习图像相关处理方法-Image binarization source code, suitable for beginners to learn image processing, image processing method related
FACE-RECOGIZE
- 这里通过对人脸图像打上网格,对区域块图像做二值分析,通过像素比例来 做处理。进而得到人脸区域。-Here to play through the grid on the face image of the area to do a binary block image analysis, done by pixel ratio processing. Then get the face region.
最后
- 第一题:将一颗树或森林转换为二叉树 第二题:求森林高度 第三题:按层次方式遍历森林 第四题:输出一个森林中每个结点的值及对应的层次数 第五题:输出一个森林的广义表形式(First question: convert a tree or forest into two branches Second question: forest height The third question: traverse the forest in a hierarchical manner The