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/ClusteringSegmentation
Point cloud segmentation using radially bounded nearest neighbor clustering
daviddoria/SuperPixelSegmentation
Segment an image into super pixels
daviddoria/InteractiveImageRegistration
Functionality just like Matlab's cpselect, but using ITK/VTK. This allows a user to select corresponding points in two images which are then used as landmarks for registration.
daviddoria/ComputationThread
A framework to run long computations in a QT GUI.
daviddoria/itkHoughTransform
Abstract Hough Transform interface for ITK
daviddoria/LidarImageHighlight
Select a region in an RGB image associated with a LiDAR scan and highlight the corresponding region of the mesh
daviddoria/QtHandleItem
Resize a QGraphicsRectItem with handles
daviddoria/SelectCorrespondences2D3D
Select corresponding points in an image and a point cloud
daviddoria/SmartNearestNeighbors
BSP Nearest Neighbors and Voronoi Nearest Neighbors
daviddoria/TensorVoting
Curve extraction via tensor voting
daviddoria/ConnectTheDots
Interactively produce a contour from a set of points
daviddoria/GraphOpening
Morphological opening on a graph (using BGL)
daviddoria/InteractiveDEMViewer
View an image of a terrain and interactively show the mesh corresponding to a selected region
daviddoria/LandmarkTransform
Given two vtp files (point clouds) and correspondences, transform the source point cloud to the destination point cloud
daviddoria/MarkPoints
Draw squares over a list of pixels in an image
daviddoria/MeshConditionalFrontIterator
Traverse a mesh when neighboring points pass a conditional test.
daviddoria/vtkPlanarPatch
Create a representation of a piece of a planar surface which goes through a point set
daviddoria/BilateralFilterDemo
Produce a grid of images filtered with different parameters of itkBilateralImageFilter
daviddoria/BinaryImageToPoints
Convert an itk::Image of a black background and white foreground pixels to a vtkPolyData with points in the positions described by the foreground pixels.
daviddoria/ComputationalAlgorithmsJournalTemplate
daviddoria/ComputeP
Compute the projection matrix from corresponding 2D and 3D points
daviddoria/FloatSlider
A slider that returns a float value.
daviddoria/InteractiveCropImage
Interactively crop a region of an image with a rectangle
daviddoria/itkChannelByChannelVectorImageFilter
Apply a filter to each channel of a VectorImage separately
daviddoria/KitwareSourceArticles
Kitware Source articles
daviddoria/LabeledSlider
A widget that includes a slider and min/max/current labels that are internally connected
daviddoria/lafarren-image-completer
Implementation of the research titled: "Image Completion Using Efficient Belief Propagation via Priority Scheduling and Dynamic Pruning"
daviddoria/Notes
A collection of notes I've taken over the years about the use and installation of many software packages.
daviddoria/PointGraphsPhase1
Some basic functionalities needed to start to construct graphs on point sets
daviddoria/ProgrammingExamplesWiki