Skip to content

Commit

Permalink
Update and rename BlockMatching_ExtractPoinRoi.java to BlockMatching_…
Browse files Browse the repository at this point in the history
…ExtractPointRoi.java (#2)

* Update and rename BlockMatching_ExtractPoinRoi.java to BlockMatching_ExtractPointRoi.java

* Update plugins.config
  • Loading branch information
acardona authored Nov 13, 2023
1 parent 7b82c72 commit 7f61372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
import net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree;
import net.imglib2.type.numeric.ARGBType;

public class BlockMatching_ExtractPoinRoi extends AbstractBlockMatching
public class BlockMatching_ExtractPointRoi extends AbstractBlockMatching
{
protected ImagePlus imp1;
protected ImagePlus imp2;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugins.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# Date: 2012/03/27
# Requires: ImageJA 1.45b

Plugins>Feature Extraction, "Extract Block Matching Correspondences", mpicbg.ij.plugin.BlockMatching_ExtractPoinRoi
Plugins>Feature Extraction, "Extract Block Matching Correspondences", mpicbg.ij.plugin.BlockMatching_ExtractPointRoi
Plugins>Registration>Elastic, "Test Block Matching Parameters", mpicbg.ij.plugin.BlockMatching_TestParameters

0 comments on commit 7f61372

Please sign in to comment.