IMP
2.2.0
The Integrative Modeling Platform
|
Operations involving FFT Copyright 2007-2014 IMP Inventors. All rights reserved. More...
Go to the source code of this file.
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::em2d | |
See IMP.em2d for more information. | |
Functions | |
void | IMP::em2d::do_matrix_to_image_flip (cv::Mat &m) |
void | IMP::em2d::get_autocorrelation2d (const cv::Mat &m, cv::Mat &corr) |
void | IMP::em2d::get_autocorrelation2d_no_preprocessing (const cv::Mat &M, cv::Mat &corr) |
Autocorrelation without preprocessing. More... | |
void | IMP::em2d::get_correlation2d (const cv::Mat &A, const cv::Mat &B, cv::Mat &corr) |
Correlation matrix between two 2D matrices using FFT. More... | |
void | IMP::em2d::get_correlation2d_no_preprocessing (const cv::Mat &M1, const cv::Mat &M2, cv::Mat &corr) |
void | IMP::em2d::get_fft_using_optimal_size (const cv::Mat &m, cv::Mat &M) |
void | IMP::em2d::get_spectrum (const cv::Mat &m, cv::Mat &real, cv::Mat &imag) |