Git Product home page Git Product logo

brainreg3d's Introduction

brainreg3D

A pipeline for manual registration of cortical regions using 3D projection onto an experimentally obtained 2D image.

Projection image

Register a widefield image using the command line:

$ python -m brainreg3D ./your_image.tif

Write custom python scripts to register images:

#!/usr/bin/python3

from brainreg3D import BrainReg3D
reg = BrainReg3D('./your_image.tif')
reg.run()

description.md contains a more thorough overview of the workflow.

Installation

Installation can be done in one of two ways: install using pip, or through repo cloning and manual installation. The latter is recommended for the example scripts and data to be included in the install.

Clone repository

Windows

python -m venv .venv
./.venv/Scripts/Activate.ps1

git clone https://github.com/JoeRicotta/brainreg3D.git
cd brainreg3D

python -m pip install -r requirements.txt
python example.py

Mac

python3 -m venv .venv
source .venv/bin/activate

git clone https://github.com/JoeRicotta/brainreg3D.git
cd brainreg3D

pip install -r requirements.txt

python example.py

Install with pip

(pypi repo is in alpha, no guarantees on successful install.)

python -m pip install -i https://test.pypi.org/simple/ brainreg3D

Acknowledgements

brainreg3D relies heavily upon the vedo and brainrender frameworks. Thank you to these teams for making this pipeline possible.

brainreg3d's People

Stargazers

 avatar

Watchers

Joe 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.