How to extract corner points using 3D matrix
Ältere Kommentare anzeigen
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.
Antworten (0)
Kategorien
Mehr zu Computational Geometry finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!