Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
fit_point2D Struct Reference

#include <geometry.h>

Public Attributes

double x
 x coordinate More...
 
double y
 y coordinate (assumed to be a function of x) More...
 
double w
 Weight of the point in the Least-Squares problem. More...
 

Detailed Description

Structure of the points to do model fitting

Definition at line 231 of file geometry.h.

Member Data Documentation

◆ w

double fit_point2D::w

Weight of the point in the Least-Squares problem.

Definition at line 238 of file geometry.h.

◆ x

double fit_point2D::x

x coordinate

Definition at line 234 of file geometry.h.

◆ y

double fit_point2D::y

y coordinate (assumed to be a function of x)

Definition at line 236 of file geometry.h.


The documentation for this struct was generated from the following file: