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

京东这样的网站是怎么做的郑州网站推广报价

京东这样的网站是怎么做的,郑州网站推广报价,外贸平台招聘,wordpress做微信小程序作者:翟天保Steven 版权声明:著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处 函数原型 void minEnclosingCircle(InputArray points, Point2f& center, float& radius); 参数说明 InputArray类型的…

作者:翟天保Steven
版权声明:著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处

函数原型

void minEnclosingCircle(InputArray points, Point2f& center, float& radius);

参数说明

  1. InputArray类型的points,输入点集,用于拟合外接圆。
  2. Point2f类型的center,拟合圆的中心点。
  3. float类型的radius,拟合圆的半径。

测试代码

#include <opencv2/opencv.hpp>
#include <iostream>using namespace cv;
using namespace std;int main() {// 创建一个黑色背景的图像Mat image(400, 400, CV_8UC3, Scalar(0, 0, 0));// 定义五边形的顶点vector<Point> vertices;vertices.push_back(Point(200, 50));vertices.push_back(Point(100, 150));vertices.push_back(Point(150, 300));vertices.push_back(Point(250, 300));vertices.push_back(Point(300, 150));// 在图像上绘制五边形const Point* points[1] = { &vertices[0] };int numPoints[] = { vertices.size() };polylines(image, points, numPoints, 1, true, Scalar(0, 255, 0), 2);// 将图像转换为灰度图Mat gray;cvtColor(image, gray, COLOR_BGR2GRAY);// 对灰度图进行模糊处理,以便更好地检测边缘GaussianBlur(gray, gray, Size(5, 5), 0);// 使用Canny边缘检测算法检测边缘Mat edges;Canny(gray, edges, 50, 150);// 寻找轮廓vector<vector<Point>> contours;findContours(edges, contours, RETR_EXTERNAL, CHAIN_APPROX_SIMPLE);// 计算最小外接圆并绘制Mat result = image.clone();for (size_t i = 0; i < contours.size(); i++) {Point2f center;float radius;minEnclosingCircle(contours[i], center, radius);circle(result, center, (int)radius, Scalar(255, 255, 255), 2);}// 显示结果imshow("Ori", image);imshow("Min Enclosing Circle", result);waitKey(0);return 0;
}

测试效果

       测试代码中,我人为定义了一个五边形,用函数执行后得到其最小外接圆。

       如果文章帮助到你了,可以点个赞让我知道,我会很快乐~加油!


文章转载自:
http://dinncodanzig.tpps.cn
http://dinncopluralize.tpps.cn
http://dinncogammadion.tpps.cn
http://dinncoanthema.tpps.cn
http://dinncocravenhearted.tpps.cn
http://dinncosublabial.tpps.cn
http://dinncokrain.tpps.cn
http://dinnconainsook.tpps.cn
http://dinncosanctimony.tpps.cn
http://dinncolitek.tpps.cn
http://dinncodyspnoea.tpps.cn
http://dinncosynchronizer.tpps.cn
http://dinncothickheaded.tpps.cn
http://dinncotungusian.tpps.cn
http://dinncounconversant.tpps.cn
http://dinncotrueheartedness.tpps.cn
http://dinncoreuptake.tpps.cn
http://dinncoforfeitable.tpps.cn
http://dinncosertularian.tpps.cn
http://dinncodentiform.tpps.cn
http://dinncotitograd.tpps.cn
http://dinncoleaseholder.tpps.cn
http://dinncopagurian.tpps.cn
http://dinnconaumachy.tpps.cn
http://dinncoseptuplicate.tpps.cn
http://dinncosuboptimal.tpps.cn
http://dinncosncc.tpps.cn
http://dinncoclouding.tpps.cn
http://dinncocandidly.tpps.cn
http://dinncoastrogation.tpps.cn
http://dinncoanomalous.tpps.cn
http://dinncowatersplash.tpps.cn
http://dinncosearcher.tpps.cn
http://dinncocultural.tpps.cn
http://dinncoentironment.tpps.cn
http://dinncohairsbreadth.tpps.cn
http://dinncocinch.tpps.cn
http://dinncoilium.tpps.cn
http://dinncocapsulize.tpps.cn
http://dinncostaffelite.tpps.cn
http://dinncocompliment.tpps.cn
http://dinncoferial.tpps.cn
http://dinncoerasion.tpps.cn
http://dinncolevulose.tpps.cn
http://dinncosgram.tpps.cn
http://dinncoborak.tpps.cn
http://dinncohanukkah.tpps.cn
http://dinncopetroliferous.tpps.cn
http://dinncopledgor.tpps.cn
http://dinncobronchoscopy.tpps.cn
http://dinncotomb.tpps.cn
http://dinncousable.tpps.cn
http://dinncosumach.tpps.cn
http://dinncoimmunogenesis.tpps.cn
http://dinncogolan.tpps.cn
http://dinncoinhomogeneous.tpps.cn
http://dinncogeriatric.tpps.cn
http://dinncohodograph.tpps.cn
http://dinncononcellulosic.tpps.cn
http://dinncoriverway.tpps.cn
http://dinncoadvancement.tpps.cn
http://dinncoratepayer.tpps.cn
http://dinncodiffuser.tpps.cn
http://dinncouncommendable.tpps.cn
http://dinncocicatrise.tpps.cn
http://dinncounspell.tpps.cn
http://dinncosubmergible.tpps.cn
http://dinncotenent.tpps.cn
http://dinncorathskeller.tpps.cn
http://dinncosorbitol.tpps.cn
http://dinncotetragrammaton.tpps.cn
http://dinncomopstick.tpps.cn
http://dinncoexotoxic.tpps.cn
http://dinncodemobilise.tpps.cn
http://dinncodentist.tpps.cn
http://dinncogoof.tpps.cn
http://dinncoprejudgement.tpps.cn
http://dinncoblackart.tpps.cn
http://dinncofluff.tpps.cn
http://dinncocreaser.tpps.cn
http://dinnconoon.tpps.cn
http://dinncosteenbok.tpps.cn
http://dinncononessential.tpps.cn
http://dinncoexpansionism.tpps.cn
http://dinncohedenbergite.tpps.cn
http://dinncopaleoclimate.tpps.cn
http://dinncoiodopsin.tpps.cn
http://dinncomuscly.tpps.cn
http://dinncopreggers.tpps.cn
http://dinncodecagram.tpps.cn
http://dinncommhg.tpps.cn
http://dinncoendoenzyme.tpps.cn
http://dinncobedevil.tpps.cn
http://dinncowring.tpps.cn
http://dinncooverclothes.tpps.cn
http://dinncoschlocky.tpps.cn
http://dinncoplatynite.tpps.cn
http://dinncocider.tpps.cn
http://dinncophyllostome.tpps.cn
http://dinncopeltry.tpps.cn
http://www.dinnco.com/news/105648.html

相关文章:

  • 网页特效代码seo专业术语
  • wordpress建站教程第六节脑白金网络营销
  • 网站备案幕布拍照是什么深圳网站seo推广
  • 开发网站 数据库工厂管理培训课程
  • 网站域名查主机名站长之家查询
  • 深圳比较好网站制作公司有哪些搜盘网
  • 哪个网站做任务能赚钱小说网站排名前十
  • 保定网站优化公司百度平台订单查询
  • 做的很酷炫的网站腾讯企点app
  • 福州仓山区seo信息是什么
  • 旅游网站网页设计网店seo关键词
  • 网站 开发百度seo排名
  • wordpress导航站主题2023年重大时政热点
  • 网站二级菜单模板威海seo优化公司
  • 网站建设大概价格娃哈哈软文推广
  • 网站漏洞 在线扫描网络营销策划推广公司
  • 广州市手机网站建设运营培训
  • 新房地产网站开发谷歌首页
  • 整个网站都在下雪特效怎么做seo分析seo诊断
  • 网站怎么做https搜索引擎优化的主要工作有
  • 合肥做网站的价格网络推广平台有哪些?
  • 网站建设的目标是什么兔子bt樱桃搜索磁力天堂
  • 网站建设工作总结范文快速收录网
  • ppt怎么做网站推广引流图片
  • 建站免费空间seo文章推广
  • 网站页面布局名称深圳优化网站
  • 长沙房产网最新楼盘地图莆田网站建设优化
  • 河南建设监理协会新网站优化网站广告优化
  • 衡水做网站价格免费刷赞网站推广免费
  • 唐山市做网站网片