필터 지우기
필터 지우기

Feature Matching in MATLAB

조회 수: 1 (최근 30일)
Navin Johnson
Navin Johnson 2021년 4월 13일
편집: Rik 2021년 4월 24일
Hi there,
I have a lab task in which I need to follow the following algorithm;
How would one implement this algorithm in MATLAB?
Thank you
  댓글 수: 2
Rik
Rik 2021년 4월 14일
Just in case you attempt to edit away your question:
Feature Matching in MATLAB
Hi there,
I have a lab task in which I need to follow the following algorithm;
How would one implement this algorithm in MATLAB?
Thank you
Rik
Rik 2021년 4월 24일
편집: Rik 2021년 4월 24일
Regarding your email requesting I delete this thread: I will not do that. Steven took time to write a response for you and it would be poor repayment of that kindness to delete this thread.

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

채택된 답변

Steven Lord
Steven Lord 2021년 4월 13일
  1. Break each of those steps into sub-steps.
  2. Repeat step 1 until you've broken each step into sub-steps that you are able to implement.
  3. Implement the sub-steps.
  4. Identify bugs in your implementation.
  5. Fix the bugs.
  6. Return to 4 if you had any bugs to fix at step 5.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the algorithms cited in steps 1 or 2 of the algorithm, I recommend asking your professor and/or teaching assistant for help.
If during your implementation you encounter some difficulty, show us what you've implemented to that point and ask a specific question about where you're having difficulty and we may be able to offer some guidance.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by