Laurent Thomas

Results 14 comments of Laurent Thomas

Hi sorry I did not get a notification for some reason. You cant do scale invariant template matching directly with MTM, the solution is to use multiple template representing discrete...

If you remove the `--console` argument, the command line returns to a new feed. But right after pressing enter, not once the script execution is over. Yet when calling fiji...

@gywgithub thanks for fixing the issue with the original text editor ! @oeway I did some quick testing of the new editor, I like it especially with the line numbering...

I am not exactly sure what you mean by implemented at the UI level, but following this [forum post](https://forum.image.sc/t/script-parameter-file-with-style-option-does-not-work-as-described/27795/3) I reopen the issue. It seems that trying to use `style="extensions:png/jpg"`...

I dug in the code a bit, I could find only one [place ](https://github.com/scijava/scijava-ui-swing/blob/557d79230d0f70eaae8573e242f0a02c66b07d62/src/main/java/org/scijava/ui/swing/widget/SwingFileListWidget.java#L200) in the `SwingFileListWidget` class where the `chooseFiles` method supposed to do the file filtering based on...

While testing for extensions, I also noticed that ``` #@ File[] (style="directory") dirs print dirs ``` As a single parameter does not seem to have the expected behaviour, it still...

> To allow the same for single files, we need to add a new style to FileWidget as well Is it really necessary to create a new style ? I...

Alright, maybe the better is the enemy of the good here :P I think we should introduce the least changes. So as a sum up this is the current situation...

Hi, Sorry for the issues, some plugins expects 8-bit images, and it looks like the error message means that the image type is not appropriate for this function. Can you...

Hmm I have the same behaviour with most plugin (except the Keypoint one). I will try to have a look at some point.