Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more detailed definition for BRDF #259

Merged

Conversation

DavidJRitter904
Copy link
Contributor

@DavidJRitter904 DavidJRitter904 commented Dec 18, 2024

Describe your changes

Added a more detailed definition of the BRDF in the description field based on the references stated in #236 and Hapke.

Issue ticket number and link

#254

Mention a member

@KimuraDIVP @ClemensLinnhoff @lyndyRott @Norihito-Hiruma
Ready for review

Checklist before requesting a review

  • I have performed a self-review of my code/documentation.
  • My changes generate no new warnings during the documentation generation.

@DavidJRitter904 DavidJRitter904 linked an issue Dec 18, 2024 that may be closed by this pull request
@DavidJRitter904 DavidJRitter904 force-pushed the 254-add-more-detailed-definition-in-the-brdf-description branch from 6d8d626 to 98780f7 Compare December 18, 2024 14:43
Copy link
Collaborator

@lyndyRott lyndyRott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done. It makes sense to me to use this definition which refers to an angle pair (collimated ray "input") as opposed to the albedo from remote-sensing, where the incoming direction might not be known or arbitrary and thus the entire half-space is used.

@TimoHinsemann
Copy link
Collaborator

Sounds very good, thank you very much! One thing I would like to add to the description - As far as I know, the part "...Could vary from 0 to infinity. It is symmetric in the incoming and outgoing direction, known as the Helmholtz reciprocity principle." is not part of the BRDF-Definition, but means that a BRDF is "physically plausible" (See Montes and Urena: https://digibug.ugr.es/bitstream/handle/10481/19751/rmontes_LSI-2012-001TR.pdf ; Page 3). So a BRDF is physically plausible, when it is non-negative (1), obeys symmetry (Helmholtz Reciprocity) (2) and no more radiant energy is reflected than the incident energy (3).

Thats why I would prefer to add these 3 mentioned properties as "requirements" for a "physically plausible" BRDF, and not the BRDF-Definition. Also we could have a problem with the "symmetry" when it comes to measured BRDFs, which would be another reason to exclude the properties from the BRDF-Definition.

@Norihito-Hiruma
Copy link
Contributor

Thank you so much.
I think it's a very polite and good additional explanation.

@lyndyRott
Copy link
Collaborator

lyndyRott commented Dec 19, 2024

Sounds very good, thank you very much! One thing I would like to add to the description - As far as I know, the part "...Could vary from 0 to infinity. It is symmetric in the incoming and outgoing direction, known as the Helmholtz reciprocity principle." is not part of the BRDF-Definition, but means that a BRDF is "physically plausible" (See Montes and Urena: https://digibug.ugr.es/bitstream/handle/10481/19751/rmontes_LSI-2012-001TR.pdf ; Page 3). So a BRDF is physically plausible, when it is non-negative (1), obeys symmetry (Helmholtz Reciprocity) (2) and no more radiant energy is reflected than the incident energy (3).

Thats why I would prefer to add these 3 mentioned properties as "requirements" for a "physically plausible" BRDF, and not the BRDF-Definition. Also we could have a problem with the "symmetry" when it comes to measured BRDFs, which would be another reason to exclude the properties from the BRDF-Definition.

I agree with Timo. To provide the 3 properties makes sense, as it is done in various literature sources. Property (3) could also be shortened to the term "energy conservation", under which it is typically known.

@ClemensLinnhoff
Copy link
Collaborator

Okay, @DavidJRitter904 would you add this addition from Timo? Then I think we are ready to merge.

@DavidJRitter904
Copy link
Contributor Author

Thank you for your feedback!
I have added the three properties for a physical plausible BRDF to the description.
The part with the variation of of the units between 0 and infinity is added as there can be high radiance in exit direction due to arbitrary small irradiance.

I think now we have a very elaborate definition.

Signed-off-by: ClemensLinnhoff <[email protected]>
@ClemensLinnhoff ClemensLinnhoff merged commit fe5d244 into main Dec 19, 2024
2 checks passed
@ClemensLinnhoff ClemensLinnhoff deleted the 254-add-more-detailed-definition-in-the-brdf-description branch January 8, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more detailed definition in the BRDF description
5 participants