Xmipp  v3.23.11-Nereus
Functions
Poles of B-spline and Omom
Collaboration diagram for Poles of B-spline and Omom:

Functions

int GetBsplinePoles (double RealPoles[], long Degree, double Tolerance, int *Status)
 
int GetOmomsPoles (double RealPoles[], long Degree, double Tolerance, int *Status)
 

Detailed Description

Function Documentation

◆ GetBsplinePoles()

int GetBsplinePoles ( double  RealPoles[],
long  Degree,
double  Tolerance,
int *  Status 
)

Get poles of B-spline. Fill an array with the values of spline poles. The number of returned poles is (Degree / 2L).

success: return(!ERROR); failure: return(ERROR)

◆ GetOmomsPoles()

int GetOmomsPoles ( double  RealPoles[],
long  Degree,
double  Tolerance,
int *  Status 
)

Get poles of Omom. Fill an array with the values of oMoms poles. The number of returned poles is (Degree / 2L).

success: return(!ERROR); failure: return(ERROR)