Package edu.harvard.hul.ois.ots.schemas.MIX

Examples of edu.harvard.hul.ois.ots.schemas.MIX.ImageAssessmentMetadata


            bii.setBasicImageCharacteristics (bic);
            phi = new PhotometricInterpretation ();
            bic.setPhotometricInterpetation(phi);
            icm = new ImageCaptureMetadata ();
            mix.setImageCaptureMetadata(icm);
            iam = new ImageAssessmentMetadata();
            mix.setImageAssessmentMetadata(iam);
            sm = new SpatialMetrics ();
            iam.setSpatialMetrics(sm);
            ice = new ImageColorEncoding ();
            iam.setImageColorEncoding(ice);
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.ots.schemas.MIX.ImageAssessmentMetadata

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.