poster
2019-12-10, 16:49
我有两个图像。在其中一个图像中,我的眼睛在中心位置,而在另一个图像中,它的眼睛在左侧。如何确定我的眼睛在左还是右?
我正在使用MATLAB。有什么功能吗?
回答:
一个简单的解决方案是尝试使用圆形Hough变换 (http://en.wikipedia.org/wiki/Hough_transform#Hough_transform_of_curves.2C_and_Generalised_Hough_transform)检测虹膜。
您可以在那里找到很多资料。仅举几例,这两个文件交换提交:
霍夫变换用于圆检测 (http://www.mathworks.com/matlabcentral/fileexchange/9833-hough-transform-for-circle-detection)
通过标准霍夫变换进行圆检测 (http://www.mathworks.com/matlabcentral/fileexchange/4985)
更多&回答... (https://stackoverflow.com/questions/1680350)
我正在使用MATLAB。有什么功能吗?
回答:
一个简单的解决方案是尝试使用圆形Hough变换 (http://en.wikipedia.org/wiki/Hough_transform#Hough_transform_of_curves.2C_and_Generalised_Hough_transform)检测虹膜。
您可以在那里找到很多资料。仅举几例,这两个文件交换提交:
霍夫变换用于圆检测 (http://www.mathworks.com/matlabcentral/fileexchange/9833-hough-transform-for-circle-detection)
通过标准霍夫变换进行圆检测 (http://www.mathworks.com/matlabcentral/fileexchange/4985)
更多&回答... (https://stackoverflow.com/questions/1680350)