How to extract corner points using 3D matrix
이전 댓글 표시
In 2D, we use the harris algorithm to extract the corners of the image. The elements in the matrix are the probability values for each grid.Similarly, I now have a three-dimensional matrix, and each element in the matrix is the probability values for each 3D cube. I want to extract the conners of the cubes,How should I do it? Thanks.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Computational Geometry에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!