Page MenuHomePhabricator

EdgeDetection-PointCloud-Filter
Closed, ResolvedPublic

Description

Getting a point-cloud from the edge detection

The filter takes a mitkImage, detects the edges, extracts them and returns the edges represented by points

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

User riecker has pushed new remote branch:

bug-18417-ImageToPointCloudFilter

User riecker has pushed new remote branch:

bug-18417-FeatureBasedEdgeDetectionFilter

User riecker has pushed new remote branch:

bug-18417-FeatureBasedEdgeDetectionFilter-Integration

[fd9524]: Merge branch 'bug-18417-FeatureBasedEdgeDetectionFilter-Integration'

Merged commits:

2015-06-11 14:45:01 Nico Riecker [26128e]
Merge remote-tracking branch 'origin/bug-18417-FeatureBasedEdgeDetectionFilter' into bug-18417-FeatureBasedEdgeDetectionFilter-Integration

Conflicts:
CMakeExternals/MITKData.cmake
Modules/SurfaceInterpolation/Testing/files.cmake


2015-04-02 16:32:53 Nico Riecker [f8c629]
finished the filter with review changes


2015-03-31 16:16:24 Nico Riecker [3434b0]
changes from code review


2015-03-17 16:22:56 Nico Riecker [e66af0]
changed the revision tag for MITK Data


2015-03-17 16:12:07 Nico Riecker [5b04e1]
added some documentation, a mitkFeatureBasedEdgeDetectionFilterTest and a mitkImageToPointCloudFilterTest


2015-03-12 17:26:16 Nico Riecker [c98909]
created some intermediate outputs, fixed the enum and added the new export macros


2015-03-12 16:04:42 Nico Riecker [7437a5]
Merge branch 'bug-18417-ImageToPointCloudFilter' into bug-18417-FeatureBasedEdgeDetectionFilter


2014-12-23 16:11:14 Nico Riecker [2ea771]
export macro changed


2014-12-22 10:11:24 Nico Riecker [2e49aa]
added a new filter based on the segmented pixel values


2014-12-04 11:31:13 Nico Riecker [a255a1]
changed the filtertype from imageToSurface to imageToUnstructuredGrid


2014-12-04 10:55:59 Nico Riecker [11d7d8]
Merge branch 'bug-18481-ImageToUnstructuredGridFilter' into bug-18417-ImageToPointCloudFilter


2014-11-25 14:19:24 Nico Riecker [2735d3]
correct ordering in files.cmake


2014-11-25 14:15:58 Nico Riecker [331c3e]
added lines between the polydata points for correct visualization


2014-11-21 08:53:26 Nico Riecker [c624fd]
refactored the code and added itkGetter and setter methods


2014-11-19 10:41:55 Nico Riecker [f82530]
added some getter, refactored the code and changed the point geometry to worldcoordinates


2014-11-17 12:11:18 Nico Riecker [7df382]
extended the filter for other detection methods


2014-11-14 15:50:49 Nico Riecker [9cab94]
created an ImageToPointCloudFilter for detecting the edges of an image and extracting the edges as points in a surface