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

Texture filtering user control for IplImageVisualizer #888

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2022

  1. Change to preview OpenCV for testing

    Andrew Erskine committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9a330bd View commit details
    Browse the repository at this point in the history
  2. csproj refs to opencv preview

    Andrew Erskine committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f983d58 View commit details
    Browse the repository at this point in the history
  3. Changed OpenGL settings in IplImageTexture to use NearestNeighbor fil…

    …tering for textures. Shows true pixel array for matrices etc.
    Andrew Erskine committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    aee7f8c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Change OpenGL texture filters to nearest neighbour in IplImageTexture…

    … constructor, better for visualizers
    Andrew Erskine committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8c7ee31 View commit details
    Browse the repository at this point in the history
  2. Allow IplImageVisualizer to toggle tex filtering

    Andrew Erskine committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    dce6a1f View commit details
    Browse the repository at this point in the history
  3. Clean up methods for texture toggling

    Andrew Erskine committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    7284ae7 View commit details
    Browse the repository at this point in the history