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

Halcon 矫正图像 图像矫正

目录

原图

矫正后的图像

​编辑

示例代码 


原图

矫正后的图像

示例代码 

找ROI部分代码暂无法分享

HomMat2DInvert := []Row_T := []Col_T := []region_features (ROI, 'rectangularity', Value)if (Value > RectY)HomMat2DInvert := []smallest_rectangle1 (ROI, Row_T, Col_T, Row2, Column2)reduce_domain (Image, ROI, ImageReduced)crop_domain (ImageReduced, ImagePart)move_region (ROI, ROIM, -Row_T, -Col_T)else* 矫正boundary (ROI, RegionBorder, 'inner')gen_contour_region_xld (RegionBorder, Contours, 'border')segment_contours_xld (Contours, ContoursSplit, 'lines', 15, 4, 2)area_center (ROI, Area, Row, Column)select_shape_xld (ContoursSplit, XLD1, 'rect2_phi', 'and', rad(-20), rad(20))* 标记UT := 0DT := 0LT := 0RT := 0* 上select_shape_xld (XLD1, XLD, 'row1', 'and', -1, Row)length_xld (XLD, Length)tuple_median (Length, Median)select_shape_xld (XLD, XLD, 'contlength', 'and', max2(200,Median), 999999999)count_obj (XLD, Num)if (Num == 1)copy_obj (XLD, XLDUp, 1, 1)fit_line_contour_xld (XLDUp, 'tukey', -1, 0, 5, 2, RowBeginUp, ColBeginUp, RowEndUp, ColEndUp, Nr, Nc, Dist)elseUT := 1sort_contours_xld (XLD, SortedContours, 'upper_left', 'true', 'column')select_obj (SortedContours, XLDUp_1, 1)select_obj (SortedContours, XLDUp_2, Num)fit_line_contour_xld (XLDUp_1, 'tukey', -1, 0, 5, 2, RowBeginUp1, ColBeginUp1, RowEndUp1, ColEndUp1, Nr, N

http://www.mrgr.cn/news/67072.html

相关文章:

  • CSS基础学习篇——选择器
  • 双向链表及如何使用GLib的GList实现双向链表
  • 密码学知识点整理一:密码学概论
  • MySQL中存储引擎和数据类型
  • 【精选报告】2024全球智能家居市场深度研究报告(附PDF下载)
  • 介绍一下rand函数生成随机数(c基础)
  • 深入浅出:解读注意力机制,让神经网络更“聪明”
  • string模拟实现【】
  • 【Spring】体系结构
  • 应急车道占用检测算法的技术方案与应用
  • OAuth2.0登录认证
  • 【猎顿英语】新东方or猎顿哪家强?哪个才是BEC备考的最佳选择?
  • Cobalt Strike 4.8 用户指南-第七节后渗透(2)
  • CqEngine添加联合索引和复合唯一索引
  • 代码随想录算法训练营第三十八天|Day38 动态规划
  • 继承机制深度解析:从基础到进阶的完整指南
  • 鸿蒙-promptAction.showToast基于PC屏幕底部提示
  • 华为搬迁,集体飞升
  • opencv保姆级讲解-guI和pymsql实现人脸识别打卡(6)
  • spring-boot(热部署)
  • 风力发电并网系统的相关控制策略
  • Android13 系统/用户证书安装相关分析总结(三) 增加安装系统证书的接口遇到的问题和坑
  • 将Beyond Compare添加到右键菜单中
  • 开车去内蒙古旅游要做什么准备?
  • Python 自动化脚本集合:开源免费、跨平台、助你告别重复劳动、高效便捷完成各种任务!
  • CentOS 9 Stream 上安装 PostgreSQL 16