![]() |
Microscopy Image Browser 2.91
MIB
|
GAUSS produces an N-dimensional gaussian function (N=1,2,3) More...
Functions | |
| function gauss = | gaussF (rowDim, colDim, levDim, rowSigma, colSigma, levSigma, rowMiu, colMiu, levMiu, rho) |
| GAUSS produces an N-dimensional gaussian function (N=1,2,3) | |
GAUSS produces an N-dimensional gaussian function (N=1,2,3)
---— Author : Constantino Carlos Reyes-Aldasoro ---— PHD Student at the University of Warwick ---— Supervisor : Abhir Bhalerao
---— input dimensions x,y,z ---— sigma values x,y,z >0 ---— -inf < miu values,x,y,z < inf ---— -1 < rho < 1 oblique distributions angle control
---— For a description and explanation please refer to:
| function gauss = gaussF | ( | rowDim, | |
| colDim, | |||
| levDim, | |||
| rowSigma, | |||
| colSigma, | |||
| levSigma, | |||
| rowMiu, | |||
| colMiu, | |||
| levMiu, | |||
| rho ) |
GAUSS produces an N-dimensional gaussian function (N=1,2,3)
---— Author : Constantino Carlos Reyes-Aldasoro ---— PHD Student at the University of Warwick ---— Supervisor : Abhir Bhalerao
---— input dimensions x,y,z ---— sigma values x,y,z >0 ---— -inf < miu values,x,y,z < inf ---— -1 < rho < 1 oblique distributions angle control
---— For a description and explanation please refer to:
References gaussF(), max, and min.
Referenced by cellMigration(), and gaussF().

