Halcon极坐标逆变字符生成八卦图的玩法

极坐标的逆变换:polar_trans_image_inv(PolarImage : XYTransImage : Row, Column, AngleStart, AngleEnd, RadiusStart, RadiusEnd, Width, Height, Interpolation : )

其中:Row, Column分别为圆环的中心行列坐标, AngleStart, AngleEnd为起始和终止的角度值,RadiusStart, RadiusEnd为起始和终止的半径角度值, Width, Height为输出图片的宽和高。

read_image (Image, 'E:/Halcon数据/资源图片/1.png')
gen_rectangle1 (ROI_0, 86.1688, 43.0882, 122.133, 423.088)
reduce_domain (Image, ROI_0, ImageReduced)
threshold (ImageReduced, Region, 0, 125)
gen_rectangle1 (ROI_0, 61.701, 46.8137, 84.6948, 420.108)
reduce_domain (Image, ROI_0, ImageReduced)
threshold (ImageReduced, Region1, 0, 125)
gen_rectangle1 (ROI_0, 27.5052, 48.3039, 59.9323, 420.853)
reduce_domain (Image, ROI_0, ImageReduced)
threshold (ImageReduced, Region2, 0, 125)
read_image (Image33, 'E:/Halcon数据/资源图片/33.png')
get_image_size (Image33, Width, Height)
C:=Width/2
R:=Height/2
Radio:=380/2/3.1415
polar_trans_region_inv (Region, CodeRegionCircular, R, C, rad(110), -rad(250), Radio+230, Radio+180, 380, 40, Width, Height, 'bilinear')
polar_trans_region_inv (Region1, CodeRegionCircular1, R, C, rad(110), -rad(250), Radio+310, Radio+240, 380, 40, Width, Height, 'bilinear')
polar_trans_region_inv (Region2, CodeRegionCircular2, R, C, rad(110), -rad(250), Radio+380, Radio+270, 380, 40, Width, Height, 'bilinear')
invert_image (Image33, ImageInvert)
dev_display (CodeRegionCircular)
dev_display (CodeRegionCircular1)
dev_display (CodeRegionCircular2)
相关推荐
清梦20201 小时前
经典问题---跳跃游戏II(贪心算法)
算法·游戏·贪心算法
paixiaoxin1 小时前
CV-OCR经典论文解读|An Empirical Study of Scaling Law for OCR/OCR 缩放定律的实证研究
人工智能·深度学习·机器学习·生成对抗网络·计算机视觉·ocr·.net
Dream_Snowar2 小时前
速通Python 第四节——函数
开发语言·python·算法
Altair澳汰尔2 小时前
数据分析和AI丨知识图谱,AI革命中数据集成和模型构建的关键推动者
人工智能·算法·机器学习·数据分析·知识图谱
AI视觉网奇2 小时前
人脸生成3d模型 Era3D
人工智能·计算机视觉
A懿轩A2 小时前
C/C++ 数据结构与算法【栈和队列】 栈+队列详细解析【日常学习,考研必备】带图+详细代码
c语言·数据结构·c++·学习·考研·算法·栈和队列
Python机器学习AI2 小时前
分类模型的预测概率解读:3D概率分布可视化的直观呈现
算法·机器学习·分类
编码小哥2 小时前
opencv中的色彩空间
opencv·计算机视觉
吃个糖糖2 小时前
34 Opencv 自定义角点检测
人工智能·opencv·计算机视觉
禁默2 小时前
2024年图像处理、多媒体技术与机器学习
图像处理·人工智能·microsoft