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

Create albedo texture for a model from calibrated images #6806

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. Initial draft

    seg faults
    ssheorey committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ed4e61a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bug fixes

    ssheorey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9ac925c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Debug wip

    Raycasting fails at vertices. (t_hit is inf)
    Switch from vertices to triangle centers - Raycasting still fails (t_hit is inf)
    ssheorey committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a7125a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    9af6160 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. WIP changes

    Remove SelectVisible (implementation was incorrect).
    Instead use visibility map for each texel directly.
    Add pixel_foreshortening
    Python test example by rendering images and using them to project albedo.
    ssheorey committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5a8f7d2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Fix memory error

    ssheorey committed May 18, 2024
    Configuration menu
    Copy the full SHA
    08a9e69 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. MAX and AVERAGE BlendingMethods

    Documentation
    Cleanup
    Add download for Baluster vase model in python example.
    ssheorey committed May 26, 2024
    Configuration menu
    Copy the full SHA
    91a242c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Color Correction (WIP)

    Needs tbb::feeder from tbb::parallel_for_each
    ssheorey committed May 31, 2024
    Configuration menu
    Copy the full SHA
    86a0bf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. COLOR CORRECTION WIP2

    Mostly works - slight issues
    Image::Resize for Bool has bus error / seg fault.
    highlights detection doesn't work.
    ssheorey committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    54088bb View commit details
    Browse the repository at this point in the history