Hi, I was running the plugin and i get this exception:
Exception in thread "Thread-6" java.lang.ArrayIndexOutOfBoundsException: 102
at ImageDecorrelationAnalysis.getCorrCoefRing(ImageDecorrelationAnalysis.java:556)
at ImageDecorrelationAnalysis.computeD(ImageDecorrelationAnalysis.java:242)
at ImageDecorrelationAnalysis.runAnalysis(ImageDecorrelationAnalysis.java:168)
at ImageDecorrelationAnalysis$1.run(ImageDecorrelationAnalysis.java:79)
at java.lang.Thread.run(Thread.java:748)
Also I notice that does not work on all images. For example, if the image is too small less than 100x100 pixels, does not compute the values neither plots the decorrelation graph. I test the plugin on images of the same size and sometimes does not compute values.
Hi, I was running the plugin and i get this exception:
Exception in thread "Thread-6" java.lang.ArrayIndexOutOfBoundsException: 102
at ImageDecorrelationAnalysis.getCorrCoefRing(ImageDecorrelationAnalysis.java:556)
at ImageDecorrelationAnalysis.computeD(ImageDecorrelationAnalysis.java:242)
at ImageDecorrelationAnalysis.runAnalysis(ImageDecorrelationAnalysis.java:168)
at ImageDecorrelationAnalysis$1.run(ImageDecorrelationAnalysis.java:79)
at java.lang.Thread.run(Thread.java:748)
Also I notice that does not work on all images. For example, if the image is too small less than 100x100 pixels, does not compute the values neither plots the decorrelation graph. I test the plugin on images of the same size and sometimes does not compute values.