All Projects → bonej-org → BoneJ2

bonej-org / BoneJ2

Licence: BSD-2-Clause License
Plugins for bone image analysis

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to BoneJ2

Scripts
🔬🍸 Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
Stars: ✭ 18 (+5.88%)
Mutual labels:  imagej, image-analysis
Itkwidgets
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
Stars: ✭ 338 (+1888.24%)
Mutual labels:  scientific-computing, image-analysis
TrackMate
TrackMate is your buddy for your everyday tracking.
Stars: ✭ 82 (+382.35%)
Mutual labels:  image-analysis, fiji-plugin
Itkexamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 38 (+123.53%)
Mutual labels:  scientific-computing, image-analysis
MorphoLibJ
Collection of mathematical morphology methods and plugins for ImageJ
Stars: ✭ 84 (+394.12%)
Mutual labels:  imagej, image-analysis
imagingbook-public
Image processing software for textbooks by W. Burger & M. Burge
Stars: ✭ 11 (-35.29%)
Mutual labels:  imagej, imagej-plugins
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+4611.76%)
Mutual labels:  scientific-computing, image-analysis
ITKSphinxExamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 48 (+182.35%)
Mutual labels:  scientific-computing, image-analysis
imagej macros and scripts
ImageJ macros and scripts written at the imaging facility MRI
Stars: ✭ 19 (+11.76%)
Mutual labels:  imagej, imagej-plugins
objectfit-focalpoint
Generate the object-position value to capture an image's focal point given a custom aspect-ratio.
Stars: ✭ 14 (-17.65%)
Mutual labels:  image-analysis
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (+364.71%)
Mutual labels:  travis-ci
containerized-golang-and-vuejs
This repository explores an application using docker, golang, and vuejs
Stars: ✭ 19 (+11.76%)
Mutual labels:  travis-ci
bitpit
Open source library for scientific HPC
Stars: ✭ 80 (+370.59%)
Mutual labels:  scientific-computing
travis-wait-enhanced
Prevent Travis CI from thinking a long-running process has stalled
Stars: ✭ 16 (-5.88%)
Mutual labels:  travis-ci
travis-activate
Activates Travis-CI builds for all repos in a given GitHub project
Stars: ✭ 20 (+17.65%)
Mutual labels:  travis-ci
travis elixir plts
Pre-built Dialyzer Persistent Lookup Tables for Travis and Elixir
Stars: ✭ 16 (-5.88%)
Mutual labels:  travis-ci
vtkbool
A new boolean operations filter for VTK
Stars: ✭ 77 (+352.94%)
Mutual labels:  scientific-computing
phoenix
phoenix is a small command line image forensics tool
Stars: ✭ 39 (+129.41%)
Mutual labels:  image-analysis
travis-pyenv
Set up pyenv to use in Travis CI
Stars: ✭ 17 (+0%)
Mutual labels:  travis-ci
owl ode
Owl's Differential Equation Solvers
Stars: ✭ 24 (+41.18%)
Mutual labels:  scientific-computing

Build Status

BoneJ

BoneJ is a collection of Fiji/ImageJ plug-ins for skeletal biology. It provides free, open source tools for trabecular geometry and whole bone shape analysis. This repository hosts the modern incarnation of BoneJ in development. If you use BoneJ in your work please cite:

Domander R, Felder AA, Doube M. 2021 BoneJ2 - refactoring established research software. Wellcome Open Res. 6. doi:10.12688/wellcomeopenres.16619.1

Links

For legacy ImageJ1 plug-ins, which are no longer maintained, please visit https://bonej.org/legacy.

Overview

The code is in two main modules: Legacy and Modern. The code in Legacy is originally from BoneJ1, but it has been refactored to manage its dependencies via Maven. Unlike BoneJ1, the plug-ins in Legacy work with Java 8 and the latest version of Fiji. However some of them still depend on 3D_Viewer, which is known to have issues with the latest versions of MacOS (see the forum).

The main development happens in the Modern module. It hosts the modernized versions of BoneJ plug-ins, which fully comply with the current ImageJ API. Our goal is that as code matures, Modern hosts only "thin" wrapper plug-ins. They should be responsible only for interacting with the user, and collecting and displaying results. The wrappers call algorithms from the Ops framework, specialised algorithms from BoneJ's own Ops, and utility code from imagej-common, scifio and other such core libraries.

Contributing to BoneJ

If you'd like to improve the code in BoneJ or add new features, we'd greatly appreciate it! To get started have a look at the contribution guidelines. The wiki and forum are good places to find info on how to develop ImageJ based software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].