Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListImage plugin not macro-recordable #9

Open
LauLauThom opened this issue Nov 24, 2021 · 1 comment
Open

ListImage plugin not macro-recordable #9

LauLauThom opened this issue Nov 24, 2021 · 1 comment

Comments

@LauLauThom
Copy link
Collaborator

The multi-file input is not correctly recorded, it returns the File object identifier.
run("Template Matching ListImage", "template_files=[Ljava.io.File;@6b113364 image_files=[Ljava.io.File;@2db91c40 flipv=false fliph=false method=[Normalised 0-mean cross-correlation] n_hit=4 score_threshold=0.4 max_overlap=0.8000001 show_images=true add_roi=true show_table=true");

@imagejan
Copy link

This is an issue with the macro recording in general, as File[] inputs are currently just recorded with their toString method, which for arrays returns the object identifier.

I see you opened imagej/imagej-legacy#200 for this already.

Also related: scijava/scijava-common#118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants