Skip to content
View lucasbelvedere's full-sized avatar
Block or Report

Block or report lucasbelvedere

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lucasbelvedere/README.md

Pinned Loading

  1. search_system search_system Public

    A search system that is been developed in Python.

    Python

  2. WordLadderSolver WordLadderSolver Public

    C++ project that uses a priority queue and an algorithm that is based on Dijkstra's shortest path, to find a possible path between two words. Words must be included in words.txt (including the ones…

    C++

  3. blending-images-project blending-images-project Public

    In this project, I try to implement some image blending algorithms in Python, such as gradient domain blending, and Laplacian blending.

    Jupyter Notebook

  4. InterferenceGraph--RegisterAllocation InterferenceGraph--RegisterAllocation Public

    Implemented an interference graph by using an adjacency list to add and remove vertices and edges. The graph data structure was utilized to solve for the second part of this project: To register al…

    C++

  5. Panoramic-Image-Generation Panoramic-Image-Generation Public

    A program to create panoramas from three pictures: one central, one shifted left, and one shifted right. It uses homographies to seamlessly merge them into a single panoramic image.

    Jupyter Notebook

  6. variational_autoencoder variational_autoencoder Public

    Variational autoencoder that was programmed with the purpose of learning this generative AI neural network.

    Python