Skip to content

Commit 6495d60

Browse files
committed
resolving merge conflict
1 parent b63bc1c commit 6495d60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/GreedyAPI.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,6 @@ class GreedyApproach
309309

310310
void WriteMeshViaCache(MeshType *mesh, const std::string &filename);
311311

312-
void ReadTransformChain(const std::vector<TransformSpec> &tran_chain,
313-
ImageBaseType *ref_space,
314-
VectorImagePointer &out_warp,
315-
MeshArray *meshes = nullptr);
316-
317312
// Compute the moments of a composite image (mean and covariance matrix of coordinate weighted by intensity)
318313
void ComputeImageMoments(CompositeImageType *image, const vnl_vector<float> &weights, VecFx &m1, MatFx &m2);
319314

0 commit comments

Comments
 (0)