plastimatch
Loading...
Searching...
No Matches
diff.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _diff_h_
5#define _diff_h_
6
7#include "plmutil_config.h"
8#include <string>
9#include "plm_image.h"
10
11PLMUTIL_API Plm_image::Pointer
12diff_image (const Plm_image::Pointer& pi1, const Plm_image::Pointer& pi2);
13
14PLMUTIL_API DeformationFieldType::Pointer
15diff_vf (const DeformationFieldType::Pointer& vf1,
16 const DeformationFieldType::Pointer& vf2);
17
18
19#endif
DeformationFieldType::Pointer diff_vf(const DeformationFieldType::Pointer &vf1, const DeformationFieldType::Pointer &vf2)
Definition: diff.cxx:15
Plm_image::Pointer diff_image(const Plm_image::Pointer &pi1, const Plm_image::Pointer &pi2)
Definition: diff.cxx:38
#define PLMUTIL_API
Definition: plmutil_config.h:26