当前位置:网站首页>Opencv learning log 18 Canny operator
Opencv learning log 18 Canny operator
2022-07-06 15:43:00 【@Spring sauce】
Preface
This article is mainly about opencv in canny Use of operators .
One 、canny operator
// The first question is call canny operator
#include <opencv2/opencv.hpp>
#include <iostream>
using namespace cv;
using namespace std;
int main()
{
cv::Mat dstMat;
cv::Mat srcMat = imread("C://Users//john//Desktop//1.jpg",0);
Canny(srcMat, dstMat, 75, 80, 3, false);
imshow("dstMat", dstMat);
waitKey(0);
}
summary
1. The code can run directly , If you don't understand, please leave a message .
边栏推荐
- Cost accounting [13]
- JS --- all basic knowledge of JS (I)
- STM32 learning record: play with keys to control buzzer and led
- Market trend report, technical innovation and market forecast of geosynthetic clay liner in China
- JS --- detailed explanation of JS facing objects (VI)
- 0-1 knapsack problem (I)
- Cost accounting [13]
- Take you to use wxpy to create your own chat robot (plus wechat interface basic data visualization)
- Printing quality inspection and verification system Industry Research Report - market status analysis and development prospect forecast
- Perinatal Software Industry Research Report - market status analysis and development prospect forecast
猜你喜欢

Nodejs+vue网上鲜花店销售信息系统express+mysql

Your wechat nickname may be betraying you

Take you to use wxpy to create your own chat robot (plus wechat interface basic data visualization)

ucorelab4

毕业才知道IT专业大学生毕业前必做的1010件事

MATLAB综合练习:信号与系统中的应用

学习记录:STM32F103 时钟系统概述工作原理

FSM和i2c实验报告

LeetCode#237. Delete nodes in the linked list

学习记录:使用STM32F1看门狗
随机推荐
力扣刷题记录--完全背包问题(一)
LeetCode#2062. Count vowel substrings in strings
学习记录:STM32F103 时钟系统概述工作原理
Crawler series (9): item+pipeline data storage
差分(一维,二维,三维) 蓝桥杯三体攻击
cs零基础入门学习记录
动态规划前路径问题优化方式
Research Report on shell heater industry - market status analysis and development prospect forecast
Cost accounting [23]
Market trend report, technical innovation and market forecast of geosynthetic clay liner in China
毕业才知道IT专业大学生毕业前必做的1010件事
LeetCode#62. Different paths
Cost accounting [18]
ucorelab3
HDU - 6024 Building Shops(女生赛)
LeetCode#412. Fizz Buzz
Cost accounting [22]
数据在内存中的存储&载入内存,让程序运行起来
UCORE Lab 1 system software startup process
Accounting regulations and professional ethics [3]