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/QtExamples
Examples of how to do many things in Qt
daviddoria/VTKHoughPlanes
Hough transform to find planes in point clouds
daviddoria/VTK_PCL_Conversions
NOTE: This work has been merged into the PCL trunk repository. Conversion between the VTP and PCD file formats
daviddoria/BGLExamples
Examples of how to use features of the Boost Graph Library. This repository is a staging area while the examples are prepared to be moved one at a time to the Boost repository. Examples that have been moved already can be found here: https://svn.boost.org/svn/boost/trunk/libs/graph/doc/table_of_contents.html
daviddoria/ComputeDescriptors
Compute many different PCL descriptors and add them to a VTK point cloud
daviddoria/InteractiveLidarSegmentation
Interactive LiDAR segmentation
daviddoria/PatchMatchImageStack
A stripped down and modified version of ImageStack that provides only what is necessary for the PatchMatch algorithm.
daviddoria/CriminisiLidarInpainting
Criminisi inpainting specialized to fill LiDAR data
daviddoria/LidarProbability
Consistency and confidence computations of 3D mesh and LiDAR scans.
daviddoria/SelectCorrespondences
This repository allows a user to select correspondences in any combination of pairs of 2D and 3D data. It combines the functionality of https://github.com/daviddoria/InteractiveCorrespondenceSelection and https://github.com/daviddoria/SelectCorrespondences2D3D
daviddoria/CompareDescriptors
Compare descriptors of all points in a point cloud to a specified point
daviddoria/ComputeAndCompareDescriptors
Compute and compare descriptors
daviddoria/InteractiveBestPatches
Find and display the best N patch matches
daviddoria/LidarScan
This is a legacy project that is currently being ported. It is here for historical preservation only.
daviddoria/ColorSpaces
A demo that morphs between color space volumes
daviddoria/DepthImageLines
Draw lines in images and interpolate values over a hole that the line intersects.
daviddoria/InteractiveCorrespondenceSelection
Select image correspondences. Like Matlab's cpselect
daviddoria/Tools
A consolidation of old projects (VTKHelpers, VXLHelpers, Geometry, ModelFile, and KDTree).
daviddoria/BoundingPolygon
Compute a contour from a set of points and then perform a polygonal simplification
daviddoria/ComparableModels
This is a legacy project that is currently being ported. It is here for historical preservation only.
daviddoria/Geometry
This is a legacy project that is currently being ported. It is here for historical preservation only.
daviddoria/ImageColorSpaceInspector
Look at the colors of a region of an image in different color spaces
daviddoria/InteractiveRegionHistogramViewer
Interactively view the histogram of a selected region of an image
daviddoria/ModelFile
This is a legacy project that is currently being ported. It is here for historical preservation only.
daviddoria/TempRepo
A repository to use to push temporary projects for bug reporting and demo purposes
daviddoria/TimeTrackerQt
A transition from the TimeTracker repository (VB) to c++/qt
daviddoria/VFHComparison
Compare VFH (Viewpoint Feature Histogram) features using masked regions
daviddoria/VTK_OneShot
Small tools that wrap VTK functionality.
daviddoria/vtkBoostDijkstraShortestPaths
vtkBoostDijkstraShortestPaths
daviddoria/VXLHelpers
Helpers functions for VXL.