-
滤波函数
#include
#include "opencv.hpp"
using namespace std;
using namespace cv;
Mat filter2D(Mat &img, int k);//中值滤波
Mat blur(Mat &img, int k);//均值滤波
int main()
{
Mat img = imread("pic1.jpg",1);//读入图像
if (!img.data) cout
- 2022-01-30 15:45:30下载
- 积分:1
-
实验板球系统
基于32的板球控制系统代码,来自51黑论坛(Code of cricket control system based on 32)
- 2020-06-19 09:00:06下载
- 积分:1
-
c常用算法代码
本代码包包含有各种各样的常用算法代码,你可以在里面找到你所要的(the code packs containing a wide range of commonly used algorithm code, you can still find what you want)
- 2005-06-09 19:55:22下载
- 积分:1
-
heatmaps
教你如何做热图(heatmap),可以显示图像的百分比。(A mathod to tell you how to make a heatmap.)
- 2014-11-01 14:08:47下载
- 积分:1
-
weather
该源代码主要是用来学习WebService,是很好的学习材料,主要功能是用来查询天气功能。(The source code is mainly used to study WebService, is a good learning materials, the main function is used to check the weather feature.)
- 2013-10-15 14:12:16下载
- 积分:1
-
微信模板消息测试代码
微信模板消息测试代码 ,C3完整示例,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- 2022-08-05 21:35:02下载
- 积分:1
-
ADC TEST
基于STM32F103单片机的ADC测试源码(ADC test source code based on STM32F103 MCU)
- 2020-06-23 13:20:02下载
- 积分:1
-
MatlabDlg
matlab与VC混合编程,输入方程,与自变量范围,就可以计算方程的值,与倒竖值。(mixed programming with VC matlab input equation, and the scope of the independent variables, we can calculate the value equation, and the inverted vertical value.)
- 2010-12-16 09:57:53下载
- 积分:1
-
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。...
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。-a simple digital clock procedures, which date the category MFC CStatic derived from the base class.
- 2022-04-24 06:04:00下载
- 积分:1
-
STM32F103C8T6超声波测距源码
ALIENTEK STM32开发板SYSTEM文件夹,采用V3.5库的头文件,使得代码可以完美移植到库函数里面使用,不过注意,在新建工程的时候,请在:Options for Target-->C/C++ 选项卡里面 Preprocessor Symbols 栏定义你的STM32芯片容量。比如:ALIENTEK 战舰STM32开发板用户,使用的是大容量的STM32芯片,则在Define栏输入:STM32F10X_HD
对于STM32F103系列芯片,设置原则如下:
16KB≤FLASH≤32KB 选择:STM32F10X_LD
64KB≤FLASH≤128KB 选择:STM32F10X_MD
256KB≤FLASH≤512KB 选择:STM32F10X_HD(ALIENTEK STM32 development board SYSTEM folder, using V3.5 library header file, so that code can be perfectly transplanted to the library function to use, but note that in the new project, please: Options for Target - > C/C++ tab in the Preprocessor Symbols column to define your STM32 chip capacity. For example: ALIENTEK warship STM32 development board users, using a large capacity STM32 chip, in the Define column input: STM32F10X_HD
For STM32F103 series chips, the setting principles are as follows:
16KB < FLASH < 32KB Selection: STM32F10X_LD
64KB < FLASH < 128KB Selection: STM32F10X_MD
256KB < FLASH < 512KB Selection: STM32F10X_HD)
- 2019-01-15 13:31:52下载
- 积分:1