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

[Photometric Stereo] MultiView fusion in Texturing #1590

Merged
merged 67 commits into from
Sep 6, 2024
Merged

Commits on Aug 26, 2024

  1. [mvsUtils] Add error case

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0f4d08d View commit details
    Browse the repository at this point in the history
  2. [PS] Add check for metadata

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3b2df20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7100998 View commit details
    Browse the repository at this point in the history
  4. [PS] Add some breaks

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6634a7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fcbc90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    013aebb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ce4f36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f8d343 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cbd151 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc17359 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4da0075 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13ee765 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    55b458b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ea4acf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f06c170 View commit details
    Browse the repository at this point in the history
  16. [lighting calibration] Add debug function

    Write picture on wich is draw the sphere with the estimated lighting
    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ce5f74a View commit details
    Browse the repository at this point in the history
  17. [ps] Typo

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a6800eb View commit details
    Browse the repository at this point in the history
  18. [ps] Add log, indent

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    664cc68 View commit details
    Browse the repository at this point in the history
  19. [ps] Add png output

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5bd31ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f641785 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    af00331 View commit details
    Browse the repository at this point in the history
  22. [lighting calibration] Add spherical harmonics estimation

    - New lighting estimation based on spherical harmonics model.
    - Light's direction and intensity are now evaluated in the same function
    - New field in the Light file explaining the method used
    - SH in PS available soon
    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1ecf282 View commit details
    Browse the repository at this point in the history
  23. [ps] Debug tiling

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3fe41de View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a82f25c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    af331e4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    674e3a9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    20e91f6 View commit details
    Browse the repository at this point in the history
  28. PS: Apply formating with clang-format

    cbentejac authored and jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    93e5162 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1929c86 View commit details
    Browse the repository at this point in the history
  30. [PS] Add png export for albedo

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1373a34 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ad8ac37 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2f9b3d2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8514055 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8a3c0d7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d323304 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ff4bb7b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cdf234f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8da0dc9 View commit details
    Browse the repository at this point in the history
  39. [PS] Fix png output

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b1847aa View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8bbe127 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1c65593 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7a42452 View commit details
    Browse the repository at this point in the history
  43. [LightingCalibration] Ellipse geometry : use OpenCV mask

    - debug
    - add or change comments
    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    61e98b0 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8de36df View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    54f1f64 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    1cdf820 View commit details
    Browse the repository at this point in the history
  47. [PS - I/O] Add new function for mask reading

    This new function creates an image which contains, for each pixel,
    its position in the mask
    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    173acbb View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b74da78 View commit details
    Browse the repository at this point in the history
  49. [PS] Debug sub-masks creation

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    070420d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4aff764 View commit details
    Browse the repository at this point in the history
  51. build fixes

    fabiencastan authored and jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e0177ef View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0a9485c View commit details
    Browse the repository at this point in the history
  53. [cmake] include order

    fabiencastan authored and jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1aec3b0 View commit details
    Browse the repository at this point in the history
  54. [cmake] minor build cleanup

    fabiencastan authored and jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3263e1f View commit details
    Browse the repository at this point in the history
  55. [photometricStereo] msvc build fix

    fabiencastan authored and jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9b99573 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    7dc46c3 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    8fab68c View commit details
    Browse the repository at this point in the history
  58. [PS] Spelling correction

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    aca03db View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    dd064ef View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1eb6269 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    49a4b13 View commit details
    Browse the repository at this point in the history
  62. [PS] Remove useless code

    jmelou committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8c2e9d4 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    4b859ac View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    24580ec View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    255a315 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    8dd7a59 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    977f4cc View commit details
    Browse the repository at this point in the history