当前位置:网站首页>Summary and common applications of direction and angle operators in Halcon
Summary and common applications of direction and angle operators in Halcon
2022-06-30 07:42:00 【Wheat field CR7】
The angle interval of the operator output is [-π,π) The operators of are :orientation_region
The angle interval of the operator output is (-π/2,π/2] The operators of are :smallest_rectangle2 , line_orientation,elliptic_axis
The angle is usually used to extend the line or Region affine transformation, etc
Example 1 It is known that α∈ [-π,π), If the starting point is (row0,col0), Seeking edge α Directional extension length Point after length (row1,col1)
row1:=row0+cos(α+1.5708)*length
col1:=col0+sin(α+1.5708)*length
边栏推荐
- STM32 infrared communication
- Introduction notes to pytorch deep learning (10) neural network convolution layer
- Xiashuo think tank: 125 planet updates reported today (packed with 101 meta universe collections)
- Basic theory of four elements and its application
- Assembly learning register
- Final review -php learning notes 6- string processing
- How to batch modify packaging for DXP schematic diagram
- Basic operation command
- 深度学习——语言模型和序列生成
- Raspberry pie 4B Getting Started Guide
猜你喜欢
Basic knowledge points
C language implementation sequence stack
Basic knowledge of compiling learning records
Assembly learning register
Parameter calculation of deep learning convolution neural network
Cross compile opencv3.4 download cross compile tool chain and compile (3)
期末复习-PHP学习笔记2-PHP语言基础
想转行,却又不知道干什么?此文写给正在迷茫的你
24C02
2021 China Enterprise Cloud index insight Report
随机推荐
期末复习-PHP学习笔记3-PHP流程控制语句
深度学习——Bounding Box预测
Binary tree related operations (based on recursion, implemented in C language)
期末复习-PHP学习笔记4-PHP自定义函数
Permutation and combination of probability
Installation software operation manual (continuous update)
深度学习——GRU单元
期末复习-PHP学习笔记7-PHP与web页面交互
Video player (II): video decoding
深度学习——卷积的滑动窗口实现
2021-10-29 [microbiology] a complete set of 16s/its analysis process based on qiime2 tool (Part I)
期末复习-PHP学习笔记6-字符串处理
Analysys analysis: online audio content consumption market analysis 2022
Proteus catalog component names and Chinese English cross reference table
想转行,却又不知道干什么?此文写给正在迷茫的你
342 maps covering exquisite knowledge, one of which is classic and pasted on the wall
Efga design open source framework fabulous series (I) establishment of development environment
Stepper motor
Digital white paper on total cost management in chain operation industry
STM32 infrared communication 2