Clear Filters
Clear Filters

My version of MATLAB is lacking the built in function Imregionalmax, how do I get that?

1 view (last 30 days)
Hello,
I constructed a surface wrapping algorithm this summer that looks at 3D point clouds and using Deluanay triangulations the algorithm generates a surface around each individual point cloud. I created this algorithm on a computer at work and my home computer does not have the same installation of MATLAB. So when I run the algorithm, I get an error when the MATLAB built in function, Imregionalmax is called, does anyone know how I can install just that function? I have looked around to see if I could find the code for it like with a 3rd party algorithm but had no luck. Any help would be greatly appropriated.
Thank you for your time, Luke H

Answers (1)

Fangjun Jiang
Fangjun Jiang on 6 Sep 2011
This function is from the Imaging Processing Toolbox. You need to have that toolbox to have this function.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!