Skip to content

Releases: ij-plugins/ijp-DeBayer2SX

ijp-DeBayer2SX v.1.3.4

15 Jan 02:28
v.1.3.4
a5ff700
Compare
Choose a tag to compare

This releases fixes a bug and reduces some internal code duplication:

Bug:

  • Output for DeBayer2 with Bilinear type seems to be incorrect #23. Thank to report by @shenxinyu1999

Source code optimization:

  • Use "cfor" for Scala 3 code too #24

Full Changelog: v.1.3.3...v.1.3.4

ijp-DeBayer2SX v.1.3.3

05 Aug 00:48
v.1.3.3
a2481e7
Compare
Choose a tag to compare

This a fix to the way plugins for manual installation are generated.

  • DeBayer2 plugin in binaries for manual installation does not work properly - UI never opens #21

ijp-DeBayer2SX v.1.3.2

04 Dec 15:59
v.1.3.2
2590ed9
Compare
Choose a tag to compare

This an "API" release, adding support for Scala 3. There should be no changes in functionality otherwise.

  • Support Scala 3 build #17
  • Test using GitHub actions #18

ijp-DeBayer2SX v.1.3.0

04 May 01:05
Compare
Choose a tag to compare

The main feature of this release is an improved performance of the DDFPD implementation. It is now twice as fast as v.1.2.0.

  • Better error code for Bayer images with odd sizes #13
  • Support running on Java 8 #14
  • Add info an installing plugin binaries #15
  • Optimize DDFAPD performance #16

ijp-DeBayer2SX v.1.2.0

17 Feb 01:19
Compare
Choose a tag to compare
  • Add note on original Debayer plugin #9
  • Change root package from net.sf.ijplugins.debayer2sx to ij_plugins.debayer2sx #10
  • Move plugins menu location to "Plugins" > "Raw Processing" #11
  • "Help" buttons in plugins should link to Wiki pages #12

ijp-DeBayer2SX v.1.1.0

01 May 00:26
Compare
Choose a tag to compare
  • Correct issue with runtime naming conflicts #8

ijp-DeBayer2SX v.1.0.1

01 May 00:24
Compare
Choose a tag to compare

Add support for Scala 2.13

ijp-DeBayer2SX v.1.0.0

05 Mar 02:01
Compare
Choose a tag to compare

This the initial release of ijp-DeBayer2SX.

The key feature is the plugin implementing DDFPD algorithm, based on"Demosaicing with Directional Filtering and a Posteriori Decision", D. Menon, S. Andriani, and G. Calvagno, IEEE Trans. Image Processing, vol. 16 no. 1, Jan. 2007

The version of the plugins is attached below (ijp-DeBayer2SX_v.1.0.0.zip), to install unzip it in the ImageJ plugins directory.