![]() |
Bsoft 2.1.4
Bernard's software package
|
Fast cross-correlation search for the best fit of a 3D map to a template. More...
#include "rwimg.h"
#include "mg_processing.h"
#include "mg_particle_select.h"
#include "rwmg.h"
#include "linked_list.h"
#include "file_util.h"
#include "options.h"
#include "utilities.h"
#include "timer.h"
Functions | |
double | img_fcc_search (Bimage *p, Bimage *ptemp, View *view, FSI_Kernel *kernel, double hires, double lores, Bimage *pmask) |
Fast cross-correlation searches a 2D/3D density map for a template. More... | |
double | img_fcc_for_view (Bimage *p, Bimage *ptemp, View view, FSI_Kernel *kernel, double hires, double lores, Bimage *pmask) |
double | img_cc_for_view (Bimage *p, Bimage *ptemp, View view, FSI_Kernel *kernel, double hires, double lores, double searchrad, Bimage *pmask) |
int | main (int argc, char **argv) |
Variables | |
int | verbose |
const char * | use [] |
Fast cross-correlation search for the best fit of a 3D map to a template.
double img_cc_for_view | ( | Bimage * | p, |
Bimage * | ptemp, | ||
View | view, | ||
FSI_Kernel * | kernel, | ||
double | hires, | ||
double | lores, | ||
double | searchrad, | ||
Bimage * | pmask | ||
) |
double img_fcc_for_view | ( | Bimage * | p, |
Bimage * | ptemp, | ||
View | view, | ||
FSI_Kernel * | kernel, | ||
double | hires, | ||
double | lores, | ||
Bimage * | pmask | ||
) |
double img_fcc_search | ( | Bimage * | p, |
Bimage * | ptemp, | ||
View * | view, | ||
FSI_Kernel * | kernel, | ||
double | hires, | ||
double | lores, | ||
Bimage * | pmask | ||
) |
Fast cross-correlation searches a 2D/3D density map for a template.
*p | the Fourier transformed image. |
*ptemp | the Fourier transformed template to be searched for. |
view | view. |
*kernel | interpolation kernel. |
hires | high resolution limit. |
lores | low resolution limit. |
*pmask | mask for cross-correlation (ignored if NULL). |
The template is rotated to the view and cross-correlated to find a set of high-scoring fits. The views must be calculated externally to allow for custom sets. The best view is returned in the image view record.
int main | ( | int | argc, |
char ** | argv | ||
) |
const char* use[] |
|
extern |