Xmipp  v3.23.11-Nereus
Functions | Variables
adjust_volume_grey_levels.cpp File Reference
#include "adjust_volume_grey_levels.h"
#include "data/numerical_tools.h"
#include "data/projection.h"
#include "data/fourier_projection.h"
Include dependency graph for adjust_volume_grey_levels.cpp:

Go to the source code of this file.

Functions

double projectionMismatching (double *p, void *prm)
 

Variables

ProgAdjustVolumeglobalAdjustVolumeProg
 

Function Documentation

◆ projectionMismatching()

double projectionMismatching ( double *  p,
void *  prm 
)

Definition at line 97 of file adjust_volume_grey_levels.cpp.

98 {
99  return globalAdjustVolumeProg->mismatching(p[1], p[2]);
100 }
ProgAdjustVolume * globalAdjustVolumeProg
double mismatching(double a, double b)

Variable Documentation

◆ globalAdjustVolumeProg

ProgAdjustVolume* globalAdjustVolumeProg

Definition at line 96 of file adjust_volume_grey_levels.cpp.