Package com.lightcrafts.jai.opimage

Examples of com.lightcrafts.jai.opimage.HighlightRecoveryOpImage


                }

            // The matrix taking into account the camera color space and its basic white balance and exposure
            float camMatrix[][] = new Matrix(cameraRGB(temperature)).times(Math.pow(2, actualExposure)).getArrayFloat();

            front = new HighlightRecoveryOpImage(front, preMul, camMatrix, CA.getArrayFloat(), null);

            if (tint != 0)
                front = WhiteBalanceV2.tintCast(front, tint, lightness);

            front.setProperty(JAIContext.PERSISTENT_CACHE_TAG, Boolean.TRUE);
View Full Code Here

TOP

Related Classes of com.lightcrafts.jai.opimage.HighlightRecoveryOpImage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.