how can I access to CPD2?
조회 수: 2 (최근 30일)
이전 댓글 표시
how can I access to CPD2?
% Mandatory CPD toolbox : Can be foud here :
% https://sites.google.com/site/myronenko/research/cpd
% Myronenko A., Song X. (2010): "Point-Set Registration: Coherent Point Drift", IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 32, issue 12, pp. 2262-2275,
But the link to access to download is deactivated, so my code encounter this error:
Error in CloudPoint2VolumeRegistration (line 77)
[Transform2, ~]=cpd_register(REFCELLS,CELLSc2,opt); % registering using rigid coherent point drift
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in DemoAtlasAlignment (line 116)
[T, REF]=CloudPoint2VolumeRegistration(CELLS,ATLAS1,opt);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Would you please recommend a solution or any suggestion to help find it?
댓글 수: 2
Cris LaPierre
2025년 4월 25일
You will need to contact the author of that paper to see if and where the site has moved.
Classic Google Sites were archived in November 2021, and websites created directly through Google Business Profiles were shut down on March 1, 2024, with redirection to Business Profiles until June 10, 2024, when visitors would see a "page not found" error.
FWIW, I do see that same article referenced in some functionality found in MATLAB. For example, pcregistercpd
Cris LaPierre
2025년 4월 25일
See this answer as well: Coherent Point Drift - Matlab Version vs Dr. Myronenko's version
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Google Earth에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!