triangulate 함수 내부에 있는 triangulatePoints 함수의 작동 원리가 궁금합니다.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
triangulate 값을 제가 계산한 값과 비교하기 위해 사용하려고 하는데,
소스코드를 보니, coder를 사용하지 않는 경우에는 triangulatePoints 함수로 작동을 하게 되어 있던데,
triangulatePoints 는 소스코드가 없어서 원리를 잘 모르겠습니다.
coder를 통해 작동하는 경우와 같은 원리로 작동하는 건가요?
0 comentarios
Respuesta aceptada
Angelo Yeo
el 2 de Abr. de 2025
소스 코드를 공개하지 않는 함수나 알고리즘들이 있습니다. 저라면 테스트를 위한 입력, 출력을 미리 마련하고 if isempty(coder.target) 기점으로 분기되는 두 알고리즘을 각각 비교해볼 것 같네요. 꼭 코더로 컴파일 하지 않아도 vision.internal.triangulatePoints을 MATLAB 에서 직접 실행 가능할 것입니다.
Más respuestas (0)
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!