Thorsten Wagner

Results 37 issues of Thorsten Wagner

The following command needs for a 65700x2 matrix more than 30 seconds in renjin. ``` apply(fprob[1:nrow(fprob),],1,max) ``` Here is the fprob object: [maxslowRData.zip](https://github.com/bedatadriven/renjin/files/989377/maxslowRData.zip) In R it is done in a...

performance

Hi! I'm looking for a guide to write an extension for specific image format (.mrc https://pypi.org/project/mrcfile/ ). I've read on your webpage that this is possible but I can't find...

question

Hi, I try to get torch2trt running but I get group norm related problems: ``` Warning: Encountered known unsupported method torch.zeros Warning: Encountered known unsupported method torch.Tensor.__hash__ Warning: Encountered known...

Hi, thanks for this handy package :-) We are using eulerangles 1.0.2 We discovered a problem with matrix2euler. In short: For two rotation matrices which are almost the same (except...

The following image & settings produce an ArrayIndexOutOfBoundsException: ``` ERROR: java.lang.ArrayIndexOutOfBoundsException: 100 in Ridge Detection Preview at de.biomedical_imaging.ij.steger.Link.compute_contours(Link.java:1125) from de.biomedical_imaging.ij.steger.Position.detect_lines(Position.java:255) ``` ![screen shot 2017-09-08 at 13 22 23](https://user-images.githubusercontent.com/1113977/30209538-f06997d4-9498-11e7-831b-798fabf053a8.png) ![exception](https://user-images.githubusercontent.com/1113977/30209546-fcf539ea-9498-11e7-8ce5-0c07f426295f.png)

In some cases, the SLOPE overlap resolution produces phantom lines. Input: ![ridge_test](https://cloud.githubusercontent.com/assets/1113977/21674580/978720cc-d32e-11e6-8ec5-9091ad852458.png) Result: ![ridge_test_error](https://cloud.githubusercontent.com/assets/1113977/21674588/a56948e6-d32e-11e6-8def-43eec96857b0.png) @hinerm Any idea?

bug

I suggest the following overlap resolution method: 1. Given is a complex agglomerate with several junction points 2. Start with next junction point 2.1. Search for line positions P at...

enhancement

Image to reproduce: ![ridge_test](https://cloud.githubusercontent.com/assets/1113977/10997251/e3e1ab1a-848b-11e5-92fa-874211d13049.png) Settings to produce: Line width: 6 High contrast: 255 Low contrast: 250 With activated "Correct position" and "Estimate width" the junctions points in the middle are...

bug

@hinerm I've played around with some other image data and found some strange results. The original image is: http://fiji.sc/_images/f/f5/CNT_Ridge_Detection_Original.png I've used the following settings... Sigma = 1.5, Lower Threshold =...

I recognized that the extend lines functionality in the Link class does not work correctly: https://github.com/thorstenwagner/ij-ridgedetection/blob/master/src/main/java/de/biomedical_imaging/ij/steger/Link.java#L818 Example: ![one_crossing_point_missed](https://cloud.githubusercontent.com/assets/1113977/11060931/c1b0c254-87a3-11e5-9b38-e15d220b341f.png) Use the standard settings and deselect extend lines. Three lines were detected:...

bug