Git Product home page Git Product logo

jai-ext's People

Contributors

damianofds avatar dromagnoli avatar n-lagomarsini avatar

Watchers

 avatar  avatar  avatar  avatar

jai-ext's Issues

ROI should be passed as a property

In the jt-mosaic project ROI is not passed as a property. A possible improvement could be the creation of 2 properties called = JAI.Ext.ROI and JAI.Ext.NoData for passing these fields through a RenderedOp chain.

Scale-ops should be optimized

The scale operation performed by ScaleNoDataOpImage needs optimization:

  • The computeLoop() and computeLoopBinary methods should be divided for every image-type.
  • The image creation inside the TestBase class needs to be accelerated.
  • Data type conversions should be avoided if possible.

RandomIterators should be optimized

RandomIterators are too slow when they calculate the tile associated to the related pixel, because they request the tile from the cache that use synchronization. This behaviour could be changed by saving the tile eventually using threadLocal.

Tests should be modified in some projects

In jt-affine and jt-scale tests for Bicubic and Bilinear interpolation there is not always a borderExtender instance.

The AffineNoDataDescriptor and ScaleNoDataDescriptor should be compared to the AffineDescriptor and ScaleDescriptor classes inside the JAI core project.

TestData and SampleData class should be created and used like in GeoServer project.

For the jt-scale project, tests should not only increase the size of an image but also reduce it.

The class TestBase should be placed in the src/test/java folder and the project pom modified for test scope.

jt-mosaic needs optimization

Jt-mosaic project needs an optimization for the ROI handling, because now it is too slow on calculating the ROI.getAsImage() method.

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.