Table Of Contents

Previous topic

Sobel edge detection

Next topic

Spread gauss 2D

Split Gauss 2d

Python interface

class iplt.alg.ParamsSplitGauss2D
GetDelta((ParamsSplitGauss2D)arg1) → float :
C++ signature :
float GetDelta(iplt::alg::ParamsSplitGauss2D {lvalue})
SetDelta((ParamsSplitGauss2D)arg1, (float)arg2) → None :
C++ signature :
void SetDelta(iplt::alg::ParamsSplitGauss2D {lvalue},float)
__init__()

Raises an exception This class cannot be instantiated from Python

C++ interface