코딩
-
python 코딩 관련 공부할 리스트코딩/Python 2022. 11. 10. 14:28
python 유지보수를 위하여 단기간 동안 공부할 리스트를 정리해본다. 1. Black 개념: https://www.daleseo.com/python-black/ Black으로 파이썬 코드 스타일 통일하기 Engineering Blog by Dale Seo www.daleseo.com documentation: https://black.readthedocs.io/en/stable/ Black 22.10.0 documentation Next The Black Code Style black.readthedocs.io 2. Flake8 개념: https://dev-yakuza.posstree.com/ko/django/flake8/ https://tech.songyunseop.com/post/2017/05/li..
-
[python] Procrustes shape analysis코딩/Python 2020. 10. 20. 15:40
최근 서로 다른 실루엣의 유사도를 비교하는 방법을 찾던 중 논문에서 Procrustes Shape Analysis라는 서로 다른 두 도형의 유사도를 비교하는 방법을 공부해보았다. 한글로된 설명이 많이 없어 나중에 보기 편하게 포스팅을 남겨본다. https://www.mathworks.com/matlabcentral/mlc-downloads/downloads/submissions/23972/versions/22/previews/chebfun/examples/geom/html/Procrustes.html Procrustes shape analysis Procrustes shape analysis Alex Townsend, August 2011 Contents (Chebfun Example geom/Procr..