daviddoria's Stars
guildai/guildai
Experiment tracking, ML developer tools
weilinear/PyRPCA
Robust PCA in Python
daviddoria/KMeansClustering
KMeans clustering in Eigen.
daviddoria/PatchMatch
PatchMatch in ITK
daviddoria/EigenHelpers
Helper functions for the Eigen library.
daviddoria/InteractivePoissonEditing
A GUI for Poisson Editing
daviddoria/PatchMatchImageStack
A stripped down and modified version of ImageStack that provides only what is necessary for the PatchMatch algorithm.
daviddoria/BDSInpainting
Inpainting based on Bidirectional Similarity (the coherence term only)
daviddoria/Histogram
Histograms of images
daviddoria/PCLMirror
A git mirror of the PCL SVN repository.
daviddoria/ScribbleInteractorStyle
An interactor style for VTK that allows a user to "scribble" on an image.
daviddoria/WalshHadamardTransform
Walsh Hadamard Transform of an image.
daviddoria/XMeansClustering
An algorithm that attempts to determine K in a KMeansClustering setting.
daviddoria/DynamicProgramming
An implementation of dynamic programming applied to a labeling problem.
daviddoria/EngineeringNotes
A repository of the notes from EngineeringNotes.net
daviddoria/InteractivePatchMatch
A GUI interface for the PatchMatch algorithm
daviddoria/ITKVTKCamera
Some functions to make viewing ITK images in VTK easier.
daviddoria/PatchComparison
Compare patches of images in many different ways.
daviddoria/BadPatchDetection
Attempt to identify bad patch matches
daviddoria/DepthImageLines
Draw lines in images and interpolate values over a hole that the line intersects.
daviddoria/InteractiveBlurring
A GUI to blur an image at different scales.
daviddoria/itkConnectedRegionEdgeThresholdImageFilter
itkConnectedRegionEdgeThresholdImageFilter
daviddoria/ITKQtHelpers
Functions to convert between ITK and Qt formats.
daviddoria/PatchClustering
Cluster patches in an image
daviddoria/PatchProjection
Project image patches into a lower dimensional space computed on the set of all image patches (SVD/PCA style)
daviddoria/vtkPointSelectionStyle
VTK interactor styles that emit the clicked point as an event.
daviddoria/InteractivePatchProjection
Project image patches into a lower dimensional space computed on the set of all image patches (SVD/PCA style)
daviddoria/Layer
A VTK image layer.
daviddoria/Test
Test the configuration of system and libraries.
daviddoria/VXLHelpers
Helpers functions for VXL.