Giter Club home page Giter Club logo

activesegmentation's Introduction

ACTIVE SEGMENTATION

Active Segmentation is an interactive segmentation and classification library that leverages both machine learning and geometric features.

Installation

Step 1: Fork the repository

  1. Go to sumit3203/ACTIVESEGMENTATION
  2. Click the "Fork" button in the top right corner
  3. This creates a copy under your account at https://github.com/YOUR_USERNAME/ACTIVESEGMENTATION

Step 2: Clone your fork

  1. Open a command line interface
  2. Navigate to the parent folder where you want the code to be placed (e.g., c:\git-repositories)
  3. Execute the following commands:
    cd git-repositories
    git clone https://github.com/YOUR_USERNAME/ACTIVESEGMENTATION
    cd ACTIVESEGMENTATION
    git remote -v
    git remote add upstream https://github.com/sumit3203/ACTIVESEGMENTATION
    git remote -v

Step 3: Plugin: ImageJ and Weka

  1. ImageJ: https://imagej.nih.gov/
  2. Weka: https://www.cs.waikato.ac.nz/ml/weka/

activesegmentation's People

Contributors

aaryan-gautam avatar dprodanov avatar getsanjeev avatar jnnstchr avatar koopastroopas21 avatar purva-chaudhari avatar rikas-ilamdeen avatar sumit3203 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

activesegmentation's Issues

Issues with 'previous' and 'next' buttons in 'Filter' window

There are no changes when 'previous' and 'next' buttons are clicked alternatively. Rather, changes happen when 'previous' button is clicked after clicking 'default' button.

Sometimes, clicking on 'next' after clicking on 'default' changes the values to the newer values that I had saved. Nothing happens after that even if I click on 'previous' button.

I tried different values and then clicked on 'save' which prompted a message 'filter settings saved' in the log. After that I clicked on 'previous' and 'next' several times but nothing changed.

Non-Filtered Image Pop Up

On clicking Visualization, a .tif image pops out which is not filtered. The Image is labeled as per the filters applied but its a plain image. It's just an extra image.
extra

Filters Section Buttons

OS: Ubuntu 16.04 LTS

  1. Save Button in Filters Section is a dummy which does not execute on need.
  2. The Graph doesn't change when the values on filters are changed.
  3. Previous and Next buttons are not working in certain conditions as mentioned in #36

what filter expects?

This is related to project architecture, may be in future we need to add a member in filter class, which reflects what kind of image it expects. i.e. RGB, HSV, grayscale and so on.
Dont need to do anything right now, future prospect.

The visualization of segmentation does not appear after the training?

I tried to recreate an active segmentation based on the provided examples in GitHub https://github.com/dprodanov/indepth_demo using the codebase and the current version seems to be not working training and as a major issue, the process does not output the internal working except the log. In the latest release, the model training procedure doesn't seem to be working well and GUI does not output the segmentation after training.

issue with project file

com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not construct instance of activeSegmentation.ProjectType from String value 'SEGMENTATION': value not one of declared Enum instance names: [SEGM, CLASSIF]
at [Source: C:\Users\prodanov\Documents\freya\freya\freya.json; line: 2, column: 26] (through reference chain: activeSegmentation.prj.ProjectInfo["projectType"])
at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
at com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:742)
at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:91)
at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:525)
at com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodProperty.java:99)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:242)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:118)
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2993)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2052)
at activeSegmentation.prj.ProjectManager.loadProject(ProjectManager.java:124)
at activeSegmentation.gui.CreateProjectUI.doAction(CreateProjectUI.java:103)
at activeSegmentation.gui.CreateProjectUI.access$0(CreateProjectUI.java:88)
at activeSegmentation.gui.CreateProjectUI$1.actionPerformed(CreateProjectUI.java:286)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at activeSegmentation.feature.FeatureManager.(FeatureManager.java:87)
at activeSegmentation.gui.Gui.(Gui.java:51)
at activeSegmentation.gui.CreateProjectUI.doAction(CreateProjectUI.java:104)
at activeSegmentation.gui.CreateProjectUI.access$0(CreateProjectUI.java:88)
at activeSegmentation.gui.CreateProjectUI$1.actionPerformed(CreateProjectUI.java:286)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

freya.txt

UnrecognizedPropertyException

We must implement graceful degradation in the case of "unknown" properties. I.e. future versions of the project file.

com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "platformPath" (class activeSegmentation.io.ProjectInfo), not marked as ignorable (16 known properties: "projectDescription", "projectName", "groundtruth", "classes", "modifyDate", "trainingStack", "projectType", "featureList", "createdDate", "featureSelection", "pluginPath", "testingStack" [truncated]])
at [Source: C:\Users\prodanov\Documents\freya\freya\freya.json; line: 11, column: 21] (through reference chain: activeSegmentation.io.ProjectInfo["platformPath"])
at com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:51)
at com.fasterxml.jackson.databind.DeserializationContext.reportUnknownProperty(DeserializationContext.java:671)
at com.fasterxml.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:762)
at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1297)
at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownVanilla(BeanDeserializerBase.java:1275)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:247)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:118)
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2993)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2052)
at activeSegmentation.io.ProjectManagerImp.loadProject(ProjectManagerImp.java:140)
at activeSegmentation.gui.CreateProjectUI.doAction(CreateProjectUI.java:104)
at activeSegmentation.gui.CreateProjectUI.access$0(CreateProjectUI.java:89)
at activeSegmentation.gui.CreateProjectUI$1.actionPerformed(CreateProjectUI.java:287)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at activeSegmentation.feature.FeatureManagerNew.(FeatureManagerNew.java:112)
at activeSegmentation.gui.Gui.(Gui.java:56)
at activeSegmentation.gui.CreateProjectUI.doAction(CreateProjectUI.java:105)
at activeSegmentation.gui.CreateProjectUI.access$0(CreateProjectUI.java:89)
at activeSegmentation.gui.CreateProjectUI$1.actionPerformed(CreateProjectUI.java:287)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Order of images

The order of images is incorrect due to alphanumeric naming

DOI dialog

The position of the ROI navigation is not very logical
image

bug in creating new project

IN LOAD PROJCT
done
IN DO ACTION
java.awt.event.ActionEvent[unknown type,cmd=Filter,when=0,modifiers=] on activeSegmentation.gui.Gui@5ec1f166
C:\Users\adminprodanov\Documents\paper\demoprj/test/Training/images/training.tif
pathD://ij150-win-java8/ImageJ/plugins/activeSegmentation/
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at activeSegmentation.filterImpl.FilterManager.loadFilters(FilterManager.java:99)
at activeSegmentation.filterImpl.FilterManager.(FilterManager.java:82)
at activeSegmentation.gui.Gui.doAction(Gui.java:61)
at activeSegmentation.gui.Gui$1.actionPerformed(Gui.java:142)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.Component.processMouseEvent(Component.java:6525)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6290)
at java.awt.Container.processEvent(Container.java:2234)
at java.awt.Component.dispatchEventImpl(Component.java:4881)
at java.awt.Container.dispatchEventImpl(Container.java:2292)
at java.awt.Component.dispatchEvent(Component.java:4703)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462)
at java.awt.Container.dispatchEventImpl(Container.java:2278)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at java.awt.Component.dispatchEvent(Component.java:4703)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

ROI Saved File Overriding

OS: Ubuntu 16.04 LTS

Saved Region of Interest for a certain label under a specific name say 'a' but again then tried to save Region of Interest of another label under the same name 'a' resulting into overriding of Region of Interest. No prompt for Warning to the User intend to save file under common name

new version

The bundled version does not load the filters.

Unable to know whether a new classifier has been selected

Unable to verify whether a new classifier has been selected or used, as no messages are displayed
on the GUI after selecting a new classifier.

Also, clicking on 'save' after selecting a new classifier doesn't work. The values resort back to the
default values after the window is opened after closing.

Some buttons do not work in the feature extraction window

  1. Nothing happens on clicking the 'save' and 'download' buttons in the 'feature extraction' window. Also, there are no outputs in the logs after clicking the buttons.

  2. Sometimes, on clicking the 'compute' button, nothing happens. Sometimes it works fine and prints outputs in the log.

  3. When there is no output on clicking the 'compute' button, none of the windows opened by ImageJ closes on clicking the close button.

unable to load feature extraction after one exit

steps to reproduce :

  1. Launch Active segmentation
  2. Select Feature extraction (first time gets launched)
  3. Feature extraction windows is launched (along with configuration option)
  4. Cut Feature extraction window
  5. Try again to launch Feature Extraction from Active segmentation window, gets failed (nothing haappens)

bug in opening a project

IN LOAD PROJCT
done
IN DO ACTION
java.awt.event.ActionEvent[unknown type,cmd=Filter,when=0,modifiers=] on activeSegmentation.gui.Gui@5e464bae
C:\Users\adminprodanov\Documents/aaaa/Training/images/training.png
pathD://ij150-win-java8/ImageJ/plugins/activeSegmentation/
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at activeSegmentation.filterImpl.FilterManager.loadFilters(FilterManager.java:99)
at activeSegmentation.filterImpl.FilterManager.(FilterManager.java:82)
at activeSegmentation.gui.Gui.doAction(Gui.java:61)
at activeSegmentation.gui.Gui$1.actionPerformed(Gui.java:142)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.Component.processMouseEvent(Component.java:6525)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6290)
at java.awt.Container.processEvent(Container.java:2234)
at java.awt.Component.dispatchEventImpl(Component.java:4881)
at java.awt.Container.dispatchEventImpl(Container.java:2292)
at java.awt.Component.dispatchEvent(Component.java:4703)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462)
at java.awt.Container.dispatchEventImpl(Container.java:2278)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at java.awt.Component.dispatchEvent(Component.java:4703)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
a

improvement needed in FILTER panel

after we hit on Compute button, nothing happens from user's perspective. He would keep on hitting Compute button, which is not intended.

ClassNotFoundException: org.netlib.blas.Dspmv

null
PT: SEGMENTATION
C:\Applications\ImageJ\plugins\jars
home: C:\Applications\ImageJ\plugins\jars
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar;C:\Applications\ImageJ\plugins\jars\javax.servlet-api-3.1.0.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar;C:\Applications\ImageJ\plugins\jars\javax.servlet-api-3.1.0.jar;C:\Applications\ImageJ\plugins\jars\jcommon-1.0.23.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar;C:\Applications\ImageJ\plugins\jars\javax.servlet-api-3.1.0.jar;C:\Applications\ImageJ\plugins\jars\jcommon-1.0.23.jar;C:\Applications\ImageJ\plugins\jars\jfreechart-1.0.19.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar;C:\Applications\ImageJ\plugins\jars\javax.servlet-api-3.1.0.jar;C:\Applications\ImageJ\plugins\jars\jcommon-1.0.23.jar;C:\Applications\ImageJ\plugins\jars\jfreechart-1.0.19.jar;C:\Applications\ImageJ\plugins\jars\mtj-1.0.4.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar;C:\Applications\ImageJ\plugins\jars\javax.servlet-api-3.1.0.jar;C:\Applications\ImageJ\plugins\jars\jcommon-1.0.23.jar;C:\Applications\ImageJ\plugins\jars\jfreechart-1.0.19.jar;C:\Applications\ImageJ\plugins\jars\mtj-1.0.4.jar;C:\Applications\ImageJ\plugins\jars\mtj.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar;C:\Applications\ImageJ\plugins\jars\javax.servlet-api-3.1.0.jar;C:\Applications\ImageJ\plugins\jars\jcommon-1.0.23.jar;C:\Applications\ImageJ\plugins\jars\jfreechart-1.0.19.jar;C:\Applications\ImageJ\plugins\jars\mtj-1.0.4.jar;C:\Applications\ImageJ\plugins\jars\mtj.jar;C:\Applications\ImageJ\plugins\jars\pentaho-package-manager-1.0.8.jar
classpath: C:\GitHub\ACTIVESEGMENTATION.temp-Active_Segmentation_-classpathOnly-1582582604401.jar;C:\Applications\ImageJ\plugins\jars\arpack_combined.jar;C:\Applications\ImageJ\plugins\jars\Auto_Threshold.jar;C:\Applications\ImageJ\plugins\jars\BeanShell.jar;C:\Applications\ImageJ\plugins\jars\blas-0.8.jar;C:\Applications\ImageJ\plugins\jars\bsf-utils-3.1.jar;C:\Applications\ImageJ\plugins\jars\core.jar;C:\Applications\ImageJ\plugins\jars\jackson-annotations-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-core-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\jackson-databind-2.3.1.jar;C:\Applications\ImageJ\plugins\jars\java-cup-0.11a.jar;C:\Applications\ImageJ\plugins\jars\javax.servlet-api-3.1.0.jar;C:\Applications\ImageJ\plugins\jars\jcommon-1.0.23.jar;C:\Applications\ImageJ\plugins\jars\jfreechart-1.0.19.jar;C:\Applications\ImageJ\plugins\jars\mtj-1.0.4.jar;C:\Applications\ImageJ\plugins\jars\mtj.jar;C:\Applications\ImageJ\plugins\jars\pentaho-package-manager-1.0.8.jar;C:\Applications\ImageJ\plugins\jars\weka-dev-3.9.2.jar
java.lang.ClassNotFoundException: org.netlib.blas.Dspmv
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at activeSegmentation.filterImpl.FilterManager.loadFilters(FilterManager.java:135)
at activeSegmentation.filterImpl.FilterManager.(FilterManager.java:93)
at activeSegmentation.filterImpl.FilterPanel.(FilterPanel.java:95)
at activeSegmentation.gui.Gui.doAction(Gui.java:68)
at activeSegmentation.gui.Gui$1.actionPerformed(Gui.java:138)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Evaluation Section Indifference

OS: Ubuntu 16.04 LTS

While Navigating through the Application I found that ROC Curve and PC Curve are exactly the same apart from X and Y axis labels which are correct to be fair, but values are same which is highly uncertain.

rocvspc

Regresssion in loading classifiers

null
WARNING: core mtj jar files are not available as resources to this classloader (sun.misc.Launcher$AppClassLoader@6d06d69c)
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: no/uib/cipr/matrix/Matrix
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at weka.core.WekaPackageClassLoaderManager.forName(WekaPackageClassLoaderManager.java:198)
at weka.core.WekaPackageClassLoaderManager.forName(WekaPackageClassLoaderManager.java:178)
at weka.core.ClassDiscovery.find(ClassDiscovery.java:247)
at weka.gui.GenericPropertiesCreator.generateOutputProperties(GenericPropertiesCreator.java:542)
at weka.gui.GenericPropertiesCreator.execute(GenericPropertiesCreator.java:639)
at weka.gui.GenericPropertiesCreator.(GenericPropertiesCreator.java:167)
at weka.core.WekaPackageManager.refreshGOEProperties(WekaPackageManager.java:1403)
at weka.core.WekaPackageManager.loadPackages(WekaPackageManager.java:1328)
at weka.core.WekaPackageManager.loadPackages(WekaPackageManager.java:1205)
at weka.gui.GenericObjectEditor.determineClasses(GenericObjectEditor.java:172)
at weka.gui.GenericObjectEditor.(GenericObjectEditor.java:242)
at activeSegmentation.gui.LearningPanel.(LearningPanel.java:62)
at activeSegmentation.gui.Gui.doAction(Gui.java:87)
at activeSegmentation.gui.Gui$1.actionPerformed(Gui.java:138)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: no.uib.cipr.matrix.Matrix
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 52 more

Almost critical issue

When I start feature computation there is no result displayed.
Something gets computed but it is not clear what.

2
TRAINING STARTED
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue21
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue210
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue211
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue212
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue213
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue214
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue215
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue216
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue217
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue218
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue219
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue22
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue220
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue221
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue222
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue223
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue224
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue225
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue226
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue227
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue228
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue229
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue23
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue230
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue231
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue232
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue233
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue234
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue235
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue236
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue237
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue238
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue239
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue24
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue240
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue241
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue242
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue243
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue244
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue245
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue246
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue25
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue26
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue27
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue28
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue29
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
TRAINING STARTED
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue21
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue210
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue211
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue212
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue213
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue214
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue215
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue216
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue217
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue218
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue219
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue22
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue220
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue221
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue222
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue223
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue224
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue225
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue226
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue227
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue228
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue229
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue23
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue230
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue231
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue232
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue233
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue234
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue235
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue236
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue237
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue238
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue239
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue24
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue240
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue241
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue242
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue243
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue244
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue245
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue246
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue25
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue26
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue27
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue28
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue29
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
TRAINING STARTED
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue21
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue210
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue211
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue212
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue213
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue214
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue215
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue216
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue217
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue218
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue219
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue22
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue220
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue221
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue222
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue223
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue224
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue225
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue226
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue227
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue228
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue229
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue23
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue230
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue231
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue232
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue233
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue234
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue235
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue236
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue237
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue238
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue239
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue24
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue240
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue241
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue242
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue243
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue244
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue245
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue246
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue25
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue26
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue27
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue28
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif
C:\Users\adminprodanov\Documents/test3/Training/filters/
r2_s25_CA1a_insert_blue29
ALOGLap_O2.0.tif
ALOGLap_O4.0.tif
ALOGLap_O8.0.tif
ALOGLap_T2.0.tif
ALOGLap_T4.0.tif
ALOGLap_T8.0.tif
GAUSSIAN_2.tif
GAUSSIAN_4.tif
GAUSSIAN_8.tif
LOG_2.tif
LOG_4.tif
LOG_8.tif
ZKFilterGauss_K1+K22.tif
ZKFilterGauss_K1+K24.tif
ZKFilterGauss_K1+K28.tif
ZKFilterGauss_Log_K1K22.tif
ZKFilterGauss_Log_K1K24.tif
ZKFilterGauss_Log_K1K28.tif

Fail to open new customized project

I am working on Ubuntu 16.04 OS

  1. Created a New project which in return gave the '.json' file
  2. Tried Opening the project using '.json' the file didn't give any result

#34 This issue is similar to one mentioned in Windows but did give Training Data instead of a single image.

Clicking on the 'open project' button does nothing.

Clicking on the 'open project' button does nothing excepting print 'Windows 10' in the log.

I'm working on Windows 10 (64 bit) OS. Here's what I did after which I got the bug:

  1. Click on 'Create New Project'
  2. Give the project name, description as per your need.
  3. Select project type - Segmentation
  4. While selecting the training image, select an item of the wrong format. For example, I selected a '.jpg' image.
  5. Click on finish.
  6. Then, click on open project and choose any '.json' file from a previously created project.
  7. Click on open. (In my case, nothing happens. It's just 'Windows 10' that gets printed in the log.

This bug only goes away when a new project is created successfully (with all the fields being correctly given) or after restarting ImageJ.

Creation of many new windows

An array of new windows get created when I perform the following steps:

  1. Click on filter
  2. Click on compute
  3. Click on close before the 'compute' operation is completed.

The issue can be seen in the screenshot attached.
Bug on clicking close after clicking compute filter

Feature Computation Failed - Filters

Working on Ubuntu 16.04 LTS
Tried Training the model using the application and received the '.json' file. After opening Filters got 'Features computed0', no display of features. When clicked on Visualization Tab the features are shown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.