Pinned Repositories
jfilament
Active countour based segmentation. FIJI plugin.
learning-dominoes
A basic dominoes game for practicing machine learning.
least-squares-in-java
Java Least Squares fitting library.
pdfr
Minimal document organization for keeping track of weekly journal scan reading.
speckletrackerj
Automatically exported from code.google.com/p/speckletrackerj
tga_reader
TGA reader for c++ and java.
odinsbane's Repositories
odinsbane/jfilament
Active countour based segmentation. FIJI plugin.
odinsbane/tga_reader
TGA reader for c++ and java.
odinsbane/speckletrackerj
Automatically exported from code.google.com/p/speckletrackerj
odinsbane/learning-dominoes
A basic dominoes game for practicing machine learning.
odinsbane/BasicUnetOnPyTorch
An example of unet implemented on pytorch.
odinsbane/fastshadows
This is a small example of using fast shadows to generate shadows. It will be built on GLFW3.
odinsbane/FilamentAnalysis
odinsbane/GenericPCA
A small library for performing PCA on arbitrary data.
odinsbane/git_n_click
A short introduction to using git, along with some example code that uses the python library click.
odinsbane/HandsFreeMeshing
Creating and Analysing meshes remotely
odinsbane/hobby-code
Stand alone snippets that I use.
odinsbane/ImageJ
Public domain software for processing and analyzing scientific images
odinsbane/javabot
factoid bot for irc channels
odinsbane/JavaTF2ModelRunner
a demo of using tensorflow to run a model on an image.
odinsbane/JLinkExamples
Hello World level jlink examples.
odinsbane/light-weight-graphing
Automatically exported from code.google.com/p/light-weight-graphing
odinsbane/list-of-update-sites
The update sites ImageJ2 knows about automatically
odinsbane/meshinopengl
Agent based simulation of actin filaments and myosin motors in cpp and rendered with opengl.
odinsbane/napari
napari: a fast, interactive, multi-dimensional image viewer for python
odinsbane/NaturalSelectionSimulation
A small simulation of natural selection and emergent phenomina.
odinsbane/obits
Test bed for graphics in 2D with open gl.
odinsbane/rainy-day-wizards
proof of concept for a wizard game
odinsbane/RenderingRods
An opengl based viewer written in cpp for rending simulation results in 3D.
odinsbane/scenery
Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
odinsbane/SemiRigidRods
Simple modeling of rigid rods. In progress, not open source yet.
odinsbane/surface_projection
A small program for performing a surface projection
odinsbane/TensorFlowScratch
attempt to use the TensorFlow java API to reproduce the getting started tutorial.
odinsbane/toy-model-cell-gl
A cpp program that simulates a cell and has a display using opengl. It's old and picking up dust.
odinsbane/ufunction-example
A Short ufunction example for numpy. With numba example for comparison.
odinsbane/unet_ocr
An attempt at OCR with a unet and tensorflow 2