|
KiCad PCB EDA Suite
|
#include "reference_image.h"#include <string>#include <wx/debug.h>#include <wx/mstream.h>#include <bitmap_base.h>#include <geometry/geometry_utils.h>Go to the source code of this file.
Functions | |
| static bool | compareImages (const BITMAP_BASE &aLeft, const BITMAP_BASE &aRight) |
|
static |
Definition at line 35 of file reference_image.cpp.
References BITMAP_BASE::GetImageData(), and BITMAP_BASE::SaveImageData().
Referenced by REFERENCE_IMAGE::operator==(), and REFERENCE_IMAGE::Similarity().