I Need to align these two fiducial marks?i am new to image processing and i dont have any idea about how to do it.so can any one help me with the code

조회 수: 4 (최근 30일)
  댓글 수: 7
Matt J
Matt J 2019년 3월 24일
@vicky, if the image you have posted is just an example, then please post more example images so we get a more complete sense of the problem.

댓글을 달려면 로그인하십시오.

답변 (2개)

Image Analyst
Image Analyst 2019년 3월 24일
  1. Threshold,
  2. use bwareafilt to extract largest blob (the L-shaped blob).
  3. Use regionprops() to compute centroid.
  4. Compute deltax and deltay from reference image.

vicky v
vicky v 2019년 3월 25일
편집: vicky v 2019년 3월 25일
@Image analyst,this image is after using otsu threshold method.
when i use bwareafilt the whole image goes black??
i need to find the centroid of both the marks?
  댓글 수: 14
vicky v
vicky v 2019년 4월 16일
Yes sir these are the two input images, I have asked them for seperate images but they said they don't have it..
I need work on this only.
Can't we use this sir.
vicky v
vicky v 2019년 4월 19일
sir i have completed the motor control part,only this alignment part is not completed.
How to use this to regenerate the occluded image??

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by