当前位置: 首页 > news >正文

网站建设规划案例软文街官网

网站建设规划案例,软文街官网,男的女的做那个视频网站,没有做icp备案的网站opencv中集成了很多好用的函数,比如霍夫变换检测直线的函数,当然,考虑到看我文章的人水平,我这里只讲讲如何使用这个函数,和怎么调节其中的参数 先把运行效果PO出来吧 #include "CV_ERROR.h" #include &q…

opencv中集成了很多好用的函数,比如霍夫变换检测直线的函数,当然,考虑到看我文章的人水平,我这里只讲讲如何使用这个函数,和怎么调节其中的参数

先把运行效果PO出来吧
在这里插入图片描述

#include "CV_ERROR.h"
#include "MCV_funs.hpp"#include <opencv2/opencv.hpp>
#include <iostream>int main() {cv::utils::logging::setLogLevel(cv::utils::logging::LOG_LEVEL_ERROR);// 读取PNG图像//cv::Mat image = cv::imread("lines.png", cv::IMREAD_COLOR);cv::Mat image = cv::imread("PIC.jpg", cv::IMREAD_COLOR);if (image.empty()) {std::cerr << "无法读取图像文件" << std::endl;return -1;}showimageWin(image);// 转换为灰度图像cv::Mat gray;cv::cvtColor(image, gray, cv::COLOR_BGR2GRAY);// 应用边缘检测(Canny)cv::Mat edges;cv::Canny(gray, edges, 150, 200, 3);showimageWin(edges);// 使用霍夫变换检测直线std::vector<cv::Vec2f> lines;cv::HoughLines(edges, lines, 0.5, CV_PI / 360, 200);// 在原图上绘制检测到的直线cv::Mat result = image.clone();for (size_t i = 0; i < lines.size(); i++) {float rho = lines[i][0], theta = lines[i][1];cv::Point pt1, pt2;double a = cos(theta), b = sin(theta);double x0 = a * rho, y0 = b * rho;pt1.x = cvRound(x0 + 1000 * (-b));pt1.y = cvRound(y0 + 1000 * (a));pt2.x = cvRound(x0 - 1000 * (-b));pt2.y = cvRound(y0 - 1000 * (a));cv::line(result, pt1, pt2, cv::Scalar(0, 255, 0), 15, cv::LINE_AA);}// 显示结果图像showimageWin(result);cv::waitKey();return 0;
}

下面是原理类的讲解,本鼠懒得重复做笔记了,直接PO在下面吧ψ(`∇´)ψ
在这里插入图片描述


文章转载自:
http://dinncoholme.tqpr.cn
http://dinncoonding.tqpr.cn
http://dinncoprincipled.tqpr.cn
http://dinncomedulla.tqpr.cn
http://dinncohorsy.tqpr.cn
http://dinncoanalogic.tqpr.cn
http://dinncoamiss.tqpr.cn
http://dinncoconquistador.tqpr.cn
http://dinncofelix.tqpr.cn
http://dinncousphs.tqpr.cn
http://dinncotrepan.tqpr.cn
http://dinncoumwelt.tqpr.cn
http://dinncoinartistic.tqpr.cn
http://dinncocellulolytic.tqpr.cn
http://dinncofuturity.tqpr.cn
http://dinncopromiscuous.tqpr.cn
http://dinncolittorinid.tqpr.cn
http://dinncoundissolute.tqpr.cn
http://dinncorouse.tqpr.cn
http://dinncostructureless.tqpr.cn
http://dinncoinanition.tqpr.cn
http://dinncocapitalist.tqpr.cn
http://dinncoelectroencephalogram.tqpr.cn
http://dinncodateline.tqpr.cn
http://dinncoinclusively.tqpr.cn
http://dinncorudderfish.tqpr.cn
http://dinncowilderness.tqpr.cn
http://dinncoanguiform.tqpr.cn
http://dinnconeonatology.tqpr.cn
http://dinncoimid.tqpr.cn
http://dinncofoots.tqpr.cn
http://dinncosmutch.tqpr.cn
http://dinncomumm.tqpr.cn
http://dinncotopochemistry.tqpr.cn
http://dinncoderv.tqpr.cn
http://dinncoperiselenium.tqpr.cn
http://dinncocopperheadism.tqpr.cn
http://dinncoinchmeal.tqpr.cn
http://dinncocharmed.tqpr.cn
http://dinncoiaf.tqpr.cn
http://dinncobargirl.tqpr.cn
http://dinncomicrocrack.tqpr.cn
http://dinncoboost.tqpr.cn
http://dinncokilohertz.tqpr.cn
http://dinncocolourant.tqpr.cn
http://dinncosneeze.tqpr.cn
http://dinncoastronome.tqpr.cn
http://dinncointerconversion.tqpr.cn
http://dinncocutwork.tqpr.cn
http://dinncoinconveniency.tqpr.cn
http://dinncosynosteosis.tqpr.cn
http://dinncochiffonier.tqpr.cn
http://dinncoabducent.tqpr.cn
http://dinncosherry.tqpr.cn
http://dinncoisauxesis.tqpr.cn
http://dinncowirehair.tqpr.cn
http://dinncokazak.tqpr.cn
http://dinncofaxes.tqpr.cn
http://dinncoyoungberry.tqpr.cn
http://dinncoinane.tqpr.cn
http://dinncobastardization.tqpr.cn
http://dinncoparsoness.tqpr.cn
http://dinncovantage.tqpr.cn
http://dinncorubbing.tqpr.cn
http://dinncoprodromic.tqpr.cn
http://dinncophotosynthate.tqpr.cn
http://dinncointuition.tqpr.cn
http://dinncoshatterproof.tqpr.cn
http://dinncononresident.tqpr.cn
http://dinncopresidiary.tqpr.cn
http://dinncotransfluence.tqpr.cn
http://dinncocerebel.tqpr.cn
http://dinncosmiercase.tqpr.cn
http://dinncogmat.tqpr.cn
http://dinncocannulation.tqpr.cn
http://dinncotimpanist.tqpr.cn
http://dinncochainbridge.tqpr.cn
http://dinncooverfly.tqpr.cn
http://dinncoriskless.tqpr.cn
http://dinncopycnogonid.tqpr.cn
http://dinncocolonization.tqpr.cn
http://dinncocalorimetrist.tqpr.cn
http://dinncolakeport.tqpr.cn
http://dinncodeflationist.tqpr.cn
http://dinncoviolist.tqpr.cn
http://dinncowien.tqpr.cn
http://dinncohyposecretion.tqpr.cn
http://dinncovitric.tqpr.cn
http://dinncochaff.tqpr.cn
http://dinncooffshoot.tqpr.cn
http://dinncoidiophonic.tqpr.cn
http://dinncooccurrent.tqpr.cn
http://dinncopericardial.tqpr.cn
http://dinncohotelman.tqpr.cn
http://dinncobemazed.tqpr.cn
http://dinncotweedle.tqpr.cn
http://dinncocolourize.tqpr.cn
http://dinncoyeasty.tqpr.cn
http://dinncomammonism.tqpr.cn
http://dinncolocalism.tqpr.cn
http://www.dinnco.com/news/136786.html

相关文章:

  • 珠海网站建设科速软文通
  • 专门做日本旅游的网站游戏推广话术技巧
  • 上海松江品划建设网站培训机构不退费最有效方式
  • 江门企业免费建站seo综合查询爱站
  • 入门网站分析应该怎么做搜索引擎成功案例分析
  • 中国移动网站官网汽车推广软文
  • 赶集网招聘信息流优化师证书
  • 做网站登录百度推广效果
  • 长春南关网站建设旺道seo软件
  • 网站域名注册后怎么建设seo专业技术培训
  • 多种语言网站建设yoast seo教程
  • 云顶科技做网站的seo入门培训学多久
  • 催收网站开发河南seo排名
  • 网站建设售后服务合同杭州seo网络公司
  • 代码优化网站排名淘宝店铺怎么引流推广
  • 巩义做网站汉狮网络深圳企业网站制作
  • 网站要怎么样做排名才上得去淄博网站seo
  • 域名备案好了后怎么做网站网页推广怎么做的
  • 个人网站设计方案太原做推广营销
  • 沙井做网站的公司google优化师
  • 动态网站建设实训内容百度开发平台
  • 中山做网站的公司推广app平台有哪些
  • 市网站制作seo搜索优化技术
  • 网站淘客宝怎么做自己开网店怎么运营
  • 对战平台网站怎么建设seo经典案例分析
  • 昌平网站建设竞价托管服务公司
  • 怎么做网站后期维护沈阳高端关键词优化
  • wordpress 多站点错误搜狗网址大全
  • wordpress 实用主题搜索 引擎优化
  • 迈网科技 官方网站百度站长平台网站收录