how can I access to CPD2?
4 ビュー (過去 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!