What is the underlying code for the 'imfindcircles' function?
이전 댓글 표시
I'm currently working on a computer vision project to measure the radii of silica microspheres based on scanning electron microscope images that I've taken. Previously, I've been using Python's openCV package to do the detection work but I find that the Matlab imfindcircles function works much better for my project. However, from what little I've read online, I understand that it is essentially operates using Hough transformation. That really surprises me because I was not able to get the same microsphere detection results with openCV's HoughCircles function.
Is there any way that I can see the underlying code for the imfindcircles function? I'm quite curious with regard to how they've implemented this function.
Thank you for your help.
댓글 수: 1
erfan khosravani
2021년 3월 2일
I have the same problem. I will be very thankfull if you solve this problem and optimize the Python's openCV package. Would you please let me know the result?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 OpenCV Support에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!