Re: [math] Kendall's Tau Implementation

2012-07-05 Thread Phil Steitz
On 7/5/12 2:24 PM, Devl Devel wrote: > Hi All, Welcome! > > Below is a proposal for a new feature: > > *A concise description of the new feature / enhancement* > * > * > I propose a new feature to implement the Kendall's Tau which is a measure > of Association/Correlation between ranked ordinal da

[ANNOUNCEMENT] Apache Commons IO 2.4 released

2012-07-05 Thread Gary Gregory
The Commons IO team is pleased to announce the Commons IO 2.4 release! Commons IO is a package of Java utility classes like java.io. Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io. The Commons IO library contains utility classes,

[math] Kendall's Tau Implementation

2012-07-05 Thread Devl Devel
Hi All, Below is a proposal for a new feature: *A concise description of the new feature / enhancement* * * I propose a new feature to implement the Kendall's Tau which is a measure of Association/Correlation between ranked ordinal data. *References to definitions and algorithms.* * *A basic des

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Damjan Jovanovic
Hi Farrukh +1 Thank you Damjan On Thu, Jul 5, 2012 at 3:34 PM, Farrukh Najmi wrote: > Hi Damjan, > > Just looked here: > > http://www.iptc.org/site/Photo_Metadata/IIM/ > > This suggests that IIM is older and the IPTC standard is the IPTC Core + > Extensions spec >

[Commons Wiki] Update of "FrontPage" by Charles Honton

2012-07-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "FrontPage" page has been changed by Charles Honton: http://wiki.apache.org/commons/FrontPage?action=diff&rev1=126&rev2=127 On this wiki: + * [[classscan|ClassScan]] - Rea

[Commons Wiki] Update of "FrontPage" by Charles Honton

2012-07-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "FrontPage" page has been changed by Charles Honton: http://wiki.apache.org/commons/FrontPage?action=diff&rev1=125&rev2=126 * [[BeanUtils]] - Utilities for manipulating java bea

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Farrukh Najmi
Hi Damjan, Just looked here: http://www.iptc.org/site/Photo_Metadata/IIM/ This suggests that IIM is older and the IPTC standard is the IPTC Core + Extensions spec . So my proposal is still valid that we use

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Farrukh Najmi
The change I proposed for IPTC is contingent upon identifying what IPTC spec we are using. I am surprised that the IPTC IIM spec which is more recent makes no reference to the IPTC Core spec. I think we need to determine the correct spec before looking at my proposed change for IPTC support.

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Damjan Jovanovic
I'll have a look later and let you know. On Thu, Jul 5, 2012 at 2:52 PM, Farrukh Najmi wrote: > > A similar change needs to be made IMHO to > org.apache.commons.imaging.formats.jpeg.iptc.IptcTypes.java > > so that the enum string value is XML Property Id value instead of the IIM > mapping value.

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Damjan Jovanovic
Hi Farrukh Pleasure :). I am not sure about the API we should be using, and want to investigate what other image frameworks do first. Regards Damjan On Thu, Jul 5, 2012 at 12:56 PM, Farrukh Najmi wrote: > > Hi Damjan, > > Confirming that your recent fix for supporting Exif FieldName looks goo

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Damjan Jovanovic
I have no idea. I never wrote any of the IPTC code. On Thu, Jul 5, 2012 at 3:10 PM, Farrukh Najmi wrote: > BTW, I had thus far been assuming the IPTC spec to use was: > > IPTC Standard Photo Metadata 2008 IPTC Core Specification Version 1.1 > IPTC Extension Specification Version 1.0 > Document Re

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Farrukh Najmi
BTW, I had thus far been assuming the IPTC spec to use was: IPTC Standard Photo Metadata 2008 IPTC Core Specification Version 1.1 IPTC Extension Specification Version 1.0 Document Revision 2 But then I was l

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Farrukh Najmi
A similar change needs to be made IMHO to org.apache.commons.imaging.formats.jpeg.iptc.IptcTypes.java so that the enum string value is XML Property Id value instead of the IIM mapping value. As an example: COUNTRY_PRIMARY_LOCATION_NAME( 101, "Country/Primary Location Name")

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-05 Thread Farrukh Najmi
Hi Damjan, Confirming that your recent fix for supporting Exif FieldName looks good great. Thank you! When do you think you may be able to commit the changes to support the following metadata format-specific methods so I can provide feedback: Imaging.getExifMetadata() Imaging.getIptcMetada