build of ij-plugins Toolkit

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown build of ij-plugins Toolkit

by keesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jarek,

ij-plugins_toolkit.jar did NOT seem to get updated in the ij-VTK \lib dir
under CVS.
Also, when I built the ij-plugins_toolkit.jar myself and then
tried to copy it to ij-VTK\lib, I got several JBuilder compiler errors?
Am I missing the l2fprod jar?

"GenericBeanEditorPanel.java": package com.l2fprod.common.propertysheet does
not exist at line 23, column 41
"GenericBeanEditorPanel.java": package com.l2fprod.common.propertysheet does
not exist at line 24, column 41
"GenericBeanEditorPanel.java": cannot find symbol; symbol  : class
PropertySheetPanel, location: class
net.sf.ij_plugins.vtk.prototype.GenericBeanEditorPanel at line 54, column 19
"GenericBeanEditorPanel.java": cannot find symbol; symbol  : class
PropertySheetPanel, location: class
net.sf.ij_plugins.vtk.prototype.GenericBeanEditorPanel at line 54, column 58
"GenericBeanEditorPanel.java": cannot find symbol; symbol  : variable
PropertySheet, location: class
net.sf.ij_plugins.vtk.prototype.GenericBeanEditorPanel at line 87, column 31

e.-
===

----- Original Message -----
From: <ij-plugins-users-request@...>
To: <ij-plugins-users@...>
Sent: Sunday, November 05, 2006 2:30 PM
Subject: Ij-plugins-users Digest, Vol 5, Issue 1


> Send Ij-plugins-users mailing list submissions to
> ij-plugins-users@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
> or, via email, send a message with subject or body 'help' to
> ij-plugins-users-request@...
>
> You can reach the person managing the list at
> ij-plugins-users-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ij-plugins-users digest..."
>
>
> Today's Topics:
>
>    1. ij-plugins Toolkit v.1.1 (Jarek Sacha)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 05 Nov 2006 00:43:16 -0500
> From: Jarek Sacha <jsacha@...>
> Subject: [Ij-plugins-users] ij-plugins Toolkit v.1.1
> To: ij-plugins-users@...
> Message-ID: <454D79F4.4030400@...>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I uploaded build of ij-plugins Toolkit v.1.1. It includes changes that
> accumulated over the past year. Details are at the end.
> Please let me know if everything works fine.
>
> Jarek
>
> ------------------------------------
>
> Bug fixes:
> * Correct spelling of PeronaMalikAnisotropicDiffusion* classes.
>
> Improvements:
> * VectorProcessor improvements.
>
> * ProgressReporter - Change method names for access and update of
> current progress.
>
> * Remove dependency on L2FProf library, use DialogUtils instead.
>
> * Speedup computation of maximum entropy multi threshold by caching
> interval entropy computation (about 30x speedup for 3-threshold).
>
> * VTKEncoder/Decoder - Add support for reading/writing RGB images in VTK
> format. Contributed by keesh on 2006-10-22.
>
>
> New:
> * DialogUtil: utilities for simplifying creation of property editor
dialogs.

>
> * AbstractAnisotropicDiffusion*: Abstract base classes to simplify
> creation of anisotropic diffusion filters and plugins.
>
> * SRAD - Spackle Reducing Anisotropic Diffusion
>
> * RGB to YCbCr color space conversion.
>
> * IJDebug utility for logging only when IJ.debugMode is on.
>
>
>
>
>
>
> ------------------------------
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
easier

> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> ------------------------------
>
> _______________________________________________
> Ij-plugins-users mailing list
> Ij-plugins-users@...
> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
>
>
> End of Ij-plugins-users Digest, Vol 5, Issue 1
> **********************************************
>
>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Re: build of ij-plugins Toolkit

by Jarek Sacha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry, my bad. l2fprod library was removed from ij-plugins_toolkit. I
added it back to ij-VTK. I posted release 0.6 of ij-VTK, though there
are some issues. Filters: Continuous Dilate 3D, Continuous Erode  3D,
Gaussian Smooth, and Median 3D should from 8-bit image input and produce
8-bit image output, instead each is producing an RGB image that like
tiles next of each other  with 2/3 of the image black. To complicate the
matter those filters seems to work fine when the input is an RGB image,
though Anisotropic Diffusion and Laplacian fail on RGB images (work fine
on 8-bit).

Jarek

keesh wrote:

> Jarek,
>
> ij-plugins_toolkit.jar did NOT seem to get updated in the ij-VTK \lib dir
> under CVS.
> Also, when I built the ij-plugins_toolkit.jar myself and then
> tried to copy it to ij-VTK\lib, I got several JBuilder compiler errors?
> Am I missing the l2fprod jar?
>
> "GenericBeanEditorPanel.java": package com.l2fprod.common.propertysheet does
> not exist at line 23, column 41
> "GenericBeanEditorPanel.java": package com.l2fprod.common.propertysheet does
> not exist at line 24, column 41
> "GenericBeanEditorPanel.java": cannot find symbol; symbol  : class
> PropertySheetPanel, location: class
> net.sf.ij_plugins.vtk.prototype.GenericBeanEditorPanel at line 54, column 19
> "GenericBeanEditorPanel.java": cannot find symbol; symbol  : class
> PropertySheetPanel, location: class
> net.sf.ij_plugins.vtk.prototype.GenericBeanEditorPanel at line 54, column 58
> "GenericBeanEditorPanel.java": cannot find symbol; symbol  : variable
> PropertySheet, location: class
> net.sf.ij_plugins.vtk.prototype.GenericBeanEditorPanel at line 87, column 31
>
> e.-
> ===
>
> ----- Original Message -----
> From: <ij-plugins-users-request@...>
> To: <ij-plugins-users@...>
> Sent: Sunday, November 05, 2006 2:30 PM
> Subject: Ij-plugins-users Digest, Vol 5, Issue 1
>
>
>  
>> Send Ij-plugins-users mailing list submissions to
>> ij-plugins-users@...
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
>> or, via email, send a message with subject or body 'help' to
>> ij-plugins-users-request@...
>>
>> You can reach the person managing the list at
>> ij-plugins-users-owner@...
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Ij-plugins-users digest..."
>>
>>
>> Today's Topics:
>>
>>    1. ij-plugins Toolkit v.1.1 (Jarek Sacha)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sun, 05 Nov 2006 00:43:16 -0500
>> From: Jarek Sacha <jsacha@...>
>> Subject: [Ij-plugins-users] ij-plugins Toolkit v.1.1
>> To: ij-plugins-users@...
>> Message-ID: <454D79F4.4030400@...>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> I uploaded build of ij-plugins Toolkit v.1.1. It includes changes that
>> accumulated over the past year. Details are at the end.
>> Please let me know if everything works fine.
>>
>> Jarek
>>
>> ------------------------------------
>>
>> Bug fixes:
>> * Correct spelling of PeronaMalikAnisotropicDiffusion* classes.
>>
>> Improvements:
>> * VectorProcessor improvements.
>>
>> * ProgressReporter - Change method names for access and update of
>> current progress.
>>
>> * Remove dependency on L2FProf library, use DialogUtils instead.
>>
>> * Speedup computation of maximum entropy multi threshold by caching
>> interval entropy computation (about 30x speedup for 3-threshold).
>>
>> * VTKEncoder/Decoder - Add support for reading/writing RGB images in VTK
>> format. Contributed by keesh on 2006-10-22.
>>
>>
>> New:
>> * DialogUtil: utilities for simplifying creation of property editor
>>    
> dialogs.
>  
>> * AbstractAnisotropicDiffusion*: Abstract base classes to simplify
>> creation of anisotropic diffusion filters and plugins.
>>
>> * SRAD - Spackle Reducing Anisotropic Diffusion
>>
>> * RGB to YCbCr color space conversion.
>>
>> * IJDebug utility for logging only when IJ.debugMode is on.
>>
>>
>>
>>
>>
>>
>> ------------------------------
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
>>    
> easier
>  
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>
>> ------------------------------
>>
>> _______________________________________________
>> Ij-plugins-users mailing list
>> Ij-plugins-users@...
>> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
>>
>>
>> End of Ij-plugins-users Digest, Vol 5, Issue 1
>> **********************************************
>>
>>
>>    
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Ij-plugins-users mailing list
> Ij-plugins-users@...
> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
>
>
>  



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users