Wilhelm Burger

Results 11 issues of Wilhelm Burger

Add name of school etc.

enhancement

Add a new option in ``hgbthesis.cls``.

enhancement

Minimal changes to revert 'LUDecomposition' to the (original) faster JAMA implementation + some stylistic changes. Performance gain is ca. 10x for matrices of size 1500 x 1500. Added two new...

Shouldn't the icons (resources) in package org.math.plot.icons be contained in the distributed JAR file? They used to be in the older ZIP files but I cannot find them and a...

When I used the point iterator on line and point ROIs I found that the obtained point coordinates are often wrong. In particular, - the terminal points of lines are...

Hello Tim, I guess this is more of a comment/proposal than an issue... Something I always wanted is a plotting package that supports the use of professionally-looking mathematical elements for...

Feature Request

I noticed that the `ij` Java module does not appear as a *named module* when InageJ is executed. For example, inside a plugin ``` IJ.log("IJ module = " + IJ.class.getModule());...

Automatic adjustment of brightness/contrast does not work on bi-level images (IJ 1.53v), such as the attached example, which contains a binary image with gray values 17 and 18: ![keplerBin_017_018](https://user-images.githubusercontent.com/3172121/209428650-bde10608-3e21-49e5-8fc2-90894c7c60ad.png)

Several of the built-in automatic thresholding modes (`Image -> Adjust -> Threshold...`) do not work on bi-level images, as they probably should (IJ 1.53v). These are * Default (which is?)...

Hi Jonathan, I was hoping that IJ-OpenCV can be used in ImageJ's plugin 'Compile-and-run' mode and indeed it does :-), but apparently only with older versions of the OpenCV jar...