IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
#include <IMP/em2d/image_processing.h>
Information for the match of a template in one image. The pair is the pixel of the image where the match is found.
Definition at line 83 of file image_processing.h.
Public Member Functions | |
MatchTemplateResult (IntPair p, double cc) | |
void | show (std::ostream &out=std::cout) const |
Public Attributes | |
double | cross_correlation |
IntPair | pair |