POV-Ray : Newsgroups : povray.binaries.images : luminance output : Re: luminance output Server Time
6 Oct 2024 07:20:39 EDT (-0400)
  Re: luminance output  
From: CAS
Date: 17 Apr 2014 10:55:01
Message: <web.534feae7c34aaa776a92a3a00@news.povray.org>
scott <sco### [at] scottcom> wrote:
> > These "reflection" numbers in pov-ref.txt file are extracted from a image,which
> > with location and reflective information for 40000 points.We call this image a
> > reflecity image in remote sensing.This image is photoed by flight.Thank you for
> > your advice.I go to have a try!Gratitudes!
>
> I must admit I don't have much experience with OpenEXR output. What
> happens if you render the below scene to OpenEXR and check the
> luminance, what values to you get for different values of "ref"? Do they
> match up?
>
> #version 3.7
> global_settings {assumed_gamma 1}
> #default{ finish{ ambient 0.0 diffuse 1.0 }}
> camera
> {
>   orthographic
>   location z
>   look_at  0
>   right    x*image_width/image_height
> }
> light_source{ <0,0,10> color rgb 1 }
> #local ref = 0.5;
> box { -1/2 1/2 pigment{ color rgb ref} }

I have tryed a lot of outputs.Only I set the output exr,the trend of  whole
image is the same as my real luminance or radiance,but the value of each pixel
has huge error compared with my real radiance.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.