Pinned Repositories
ClusteringSegmentation
Point cloud segmentation using radially bounded nearest neighbor clustering
Examples
Many examples of many features of many software packages
GrabCut
NOTE: Image segmentation that iteratively uses Expectation Maximization for Gaussian Mixture Model estimation and Graph Cuts.
InteractiveImageGraphCutSegmentation
An ITK/VTK implementation of graph cuts based image segmentation
KMeansClustering
KMeans clustering in Eigen.
PatchBasedInpainting
A patch based image inpainting framework.
PoissonReconstruction
Poisson surface reconstruction implementation in VTK
QtExamples
Examples of how to do many things in Qt
SuperPixelSegmentation
Segment an image into super pixels
VTKHoughPlanes
Hough transform to find planes in point clouds
daviddoria's Repositories
daviddoria/PointCloudHoleFilling
Fills holes in organized point clouds
daviddoria/PointSetSurfaceReconstruction
VTK Journal 713
daviddoria/DouglasPeuckerPolylineSimplification
Simplify a polyline using the Douglas-Peucker algorithm
daviddoria/PTXTools
Read a PTX file into an ITK image
daviddoria/ITK_OneShot
Short programs which perform specific operations on 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/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/SmallHoleFiller
Fill small holes in an ITK image
daviddoria/vtkKMeansClustering
KMeans clustering for VTK
daviddoria/BadPatchDetection
Attempt to identify bad patch matches
daviddoria/InteractiveBlurring
A GUI to blur an image at different scales.
daviddoria/InteractivePatchComparison
Interactively compare patches
daviddoria/itkConnectedRegionEdgeThresholdImageFilter
itkConnectedRegionEdgeThresholdImageFilter
daviddoria/MaskOperations
Operations involving masked regions of images
daviddoria/PatchClustering
Cluster patches in an image
daviddoria/vtkPointSelectionStyle
VTK interactor styles that emit the clicked point as an event.
daviddoria/BoostHelpers
Helper functions for the Boost library.
daviddoria/CameraCalibration
Camera calibration using Eigen
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/Debug
A class to provide (usually through multiple inheritance) debug flags and levels.
daviddoria/gcc-explorer
Run GCC (and other compilers) interactively from your web browser and experiment with its generated code
daviddoria/ITKAdditions
These are classes for ITK that will not likely be added to the toolkit.
daviddoria/ITKBarCamp
Training grounds for Next Generation of ITK Community Members
daviddoria/ITKTimingDemos
Demos of different ITK and C++ concepts and the different runtime effects (program run lengths) that they have.