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

#include <micrograph.h>

Public Attributes

int label
 Label. More...
 
int X
 X position. More...
 
int Y
 Y position. More...
 
bool valid
 Valid. More...
 
double cost
 Cost, scaled between 0 and 1. More...
 
double scoreVar
 Score by var and Gini. More...
 
double scoreGini
 Score by Gini. More...
 

Detailed Description

Particle coordinates. This structure stores the X,Y position of the particle.

Definition at line 55 of file micrograph.h.

Member Data Documentation

◆ cost

double Particle_coords::cost

Cost, scaled between 0 and 1.

Definition at line 66 of file micrograph.h.

◆ label

int Particle_coords::label

Label.

Definition at line 58 of file micrograph.h.

◆ scoreGini

double Particle_coords::scoreGini

Score by Gini.

Definition at line 70 of file micrograph.h.

◆ scoreVar

double Particle_coords::scoreVar

Score by var and Gini.

Definition at line 68 of file micrograph.h.

◆ valid

bool Particle_coords::valid

Valid.

Definition at line 64 of file micrograph.h.

◆ X

int Particle_coords::X

X position.

Definition at line 60 of file micrograph.h.

◆ Y

int Particle_coords::Y

Y position.

Definition at line 62 of file micrograph.h.


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