Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
extrema2.m File Reference

Gets the extrema points from a surface. More...

Functions

function [ xymax ,
smax ,
xymin ,
smin ] = 
extrema2 (xy, varargin)
 Gets the extrema points from a surface. More...
 
function [ smax ,
smin ] = 
extrema2>extremos (matriz)
 
function [
sextmax ,
sextmin ] = 
extrema2>extremos_diag (iext, jext, xy, A)
 
function [ i ,
j ] = 
extrema2>cruce (i0, j0, I, J)
 

Detailed Description

Gets the extrema points from a surface.

Function Documentation

function [ xymax , smax , xymin , smin ] = extrema2 (   xy,
  varargin 
)

Gets the extrema points from a surface.

Returns the maxima and minima elements of the matrix X ignoring NaNs, where

Note
: The program uses EXTREMA.
Parameters
xyinput matrix
vararginextra parameters
Return values
xymaxmaxima points in descending order (the bigger first and so on)
smaxlinear indexes of the XMAX xymin - minima points in descending order smin - linear indexes of the XMIN.

Referenced by ib_removeBackground().

Here is the caller graph for this function:

function [i , j ] = extrema2>cruce (   i0,
  j0,
  I,
  J 
)
function [smax , smin ] = extrema2>extremos (   matriz)

References extrema().

Here is the call graph for this function:

function [sextmax , sextmin ] = extrema2>extremos_diag (   iext,
  jext,
  xy,
  A 
)

References extrema().

Here is the call graph for this function: