normxcorr2 - technical reference document
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
Inside the normxcorr2 function in Matlab, it's written in the comments that:
"Our technical reference document on NORMXCORR2 shows how to get from equation 2 of the Lewis paper to the code below."
where can this technical reference document be found?
Thanks,
Olga
댓글 수: 0
답변 (1개)
Adam Danz
2019년 8월 20일
편집: Adam Danz
2019년 8월 20일
Technical reference; scroll down to the "algorithms" section (see comments below).
Or by executing the following. Then scroll down to the references.
doc normxcorr2
Lewis paper
댓글 수: 2
Adam Danz
2019년 8월 20일
편집: Adam Danz
2019년 8월 22일
Hi Olga, the link I provided is the technical reference.
If you scroll down to the algorithm section, you might find what you're looking for. There's a copy of eq 2 from the Lewis paper.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/234720/image.jpeg)
And from the Lewis paper,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/234721/image.jpeg)
Another thing to consider is that the comment left by the programmer who developed that code could have been written years and years ago. I briefly searched the documentation for r2006b and there was different, but less, information provided (see link).
If you'd like to search for older versions of the technical references,
참고 항목
카테고리
Help Center 및 File Exchange에서 CubeSat and Satellites에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!