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.

Answers (0)

Categories

Find more on Computational Geometry in Help Center and File Exchange

Asked:

on 9 May 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!