Git Product home page Git Product logo

pixels2voxels's Introduction

miniature

Introduction

Pixels-2-Voxels is a simple Open3d-based application for visualizing the three color channels of any image as 3d plots. It uses a 'voxel' representation, created from the input data. Some simple filtering algorithms are also implemented.

It's of no use, so it's absolutely essential!

#Pillow #Open3D #Voxels #ImageProcessing #Pointcloud

The project is still in pre-release, so do not hesitate to send your recommendations or the bugs you encountered!

pix2vox-principle

Plotting color channels as 'voxel' maps

Principle

The application allows to process any JPG/PNG picture and separates the three colour channels. It reads the embedded intensity values (for each pixel) and converts them into point cloud format (x and y coordinates correspond to the pixel location and the z coordinate is the intensity from 0 to 255). Then, the point cloud is converted into a voxel grid, using Open3D library.

pix2vox-principle

3d movement around the voxel grid (blue channel)

pix2vox-principle

Changing voxel size

Installation instructions

  1. Clone the repository:
git clone https://github.com/s-du/Pixels2Voxels
  1. Navigate to the app directory:
cd Pixels2Voxels
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the app:
python main.py

Contributing

Contributions to the app are welcome! If you find any bugs, have suggestions for new features, or would like to contribute enhancements, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make the necessary changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request describing your changes.

pixels2voxels's People

Contributors

s-du avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.