Open 61301211 opened 1 year ago
博主,首先謝謝您的回復。
有個問題,請教一下,openCV識別出來的像素坐標,如何進行標定,也就是如何將像素坐標轉化為物理坐標(機器人坐標),有什麼方法,如果有示例代碼,更好,麻煩您了!
小小鸟 @.***
------------------ 原始邮件 ------------------ 发件人: "DennisLiu1993/Fastest_Image_Pattern_Matching" @.>; 发送时间: 2023年2月23日(星期四) 凌晨2:23 @.>; @.**@.>; 主题: Re: [DennisLiu1993/Fastest_Image_Pattern_Matching] 博主,您好,此項目做的很好,很值得學習,有沒有java版本的呀,c++學的不太好呀! (Issue #31)
Java版本沒有呢 除了SIMD部分,基本上所有行數都可以找到Java OpenCV對應的寫法 一行一行搬過去就行了
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
辨識一張標定版(物理)上的點,可得到像素座標配合findHomography函數即可
小小鸟 @.***
------------------ 原始邮件 ------------------ 发件人: "DennisLiu1993/Fastest_Image_Pattern_Matching" @.>; 发送时间: 2023年3月3日(星期五) 下午3:12 @.>; @.**@.>; 主题: Re: [DennisLiu1993/Fastest_Image_Pattern_Matching] 博主,您好,此項目做的很好,很值得學習,有沒有java版本的呀,c++學的不太好呀! (Issue #31)
辨識一張標定版(物理)上的點,可得到像素座標配合findHomography函數即可
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Java版本沒有呢 除了SIMD部分,基本上所有行數都可以找到Java OpenCV對應的寫法 一行一行搬過去就行了