File List
Here is a list of all files with brief descriptions:
contrib/brl/bseg/sdet/sdet_atmospheric_image_classifier.cxx [code]
contrib/brl/bseg/sdet/sdet_atmospheric_image_classifier.h [code]A subclass of sdet_texture_classifier to determine image quality based on atmospheric effects such as clouds and haze
contrib/brl/bseg/sdet/sdet_contour.cxx [code]
contrib/brl/bseg/sdet/sdet_contour.h [code]Tracing connected contours and junctions
contrib/brl/bseg/sdet/sdet_denoise_mrf.cxx [code]
contrib/brl/bseg/sdet/sdet_denoise_mrf.h [code]Processor applying a binary mrf denoise algorithm
contrib/brl/bseg/sdet/sdet_denoise_mrf_bp.cxx [code]
contrib/brl/bseg/sdet/sdet_denoise_mrf_bp.h [code]Processor applying a mrf denoise algorithm
contrib/brl/bseg/sdet/sdet_denoise_mrf_bp_params.cxx [code]See sdet_denoise_mrf_bp_params.h
contrib/brl/bseg/sdet/sdet_denoise_mrf_bp_params.h [code]Parameter mixin for sdet_denoise_mrf_bp
contrib/brl/bseg/sdet/sdet_denoise_mrf_params.cxx [code]See sdet_denoise_mrf_params.h
contrib/brl/bseg/sdet/sdet_denoise_mrf_params.h [code]Parameter mixin for sdet_denoise_mrf
contrib/brl/bseg/sdet/sdet_detector.cxx [code]See sdet_detector.h
contrib/brl/bseg/sdet/sdet_detector.h [code]Non-display-based interface class
contrib/brl/bseg/sdet/sdet_detector_params.cxx [code]
contrib/brl/bseg/sdet/sdet_detector_params.h [code]
contrib/brl/bseg/sdet/sdet_edge_champher.cxx [code]
contrib/brl/bseg/sdet/sdet_edge_champher.h [code]Computes a distance transform for edge maps
contrib/brl/bseg/sdet/sdet_edgel_regions.cxx [code]
contrib/brl/bseg/sdet/sdet_edgel_regions.h [code]Generation of regions bounded by sdet_edgel chains
contrib/brl/bseg/sdet/sdet_fit_conics.cxx [code]
contrib/brl/bseg/sdet/sdet_fit_conics.h [code]Processor for fitting conic segments to edges
contrib/brl/bseg/sdet/sdet_fit_conics_params.cxx [code]See sdet_fit_conics_params.h
contrib/brl/bseg/sdet/sdet_fit_conics_params.h [code]Parameter mixin for sdet_fit_conics
contrib/brl/bseg/sdet/sdet_fit_lines.cxx [code]
contrib/brl/bseg/sdet/sdet_fit_lines.h [code]Processor for fitting line segments to edges
contrib/brl/bseg/sdet/sdet_fit_lines_params.cxx [code]See sdet_fit_lines_params.h
contrib/brl/bseg/sdet/sdet_fit_lines_params.h [code]Parameter mixin for sdet_fit_lines
contrib/brl/bseg/sdet/sdet_gauss_fit.cxx [code]
contrib/brl/bseg/sdet/sdet_gauss_fit.h [code]Fit 2d gaussian to a small peak in image intensity
contrib/brl/bseg/sdet/sdet_grid_finder.cxx [code]
contrib/brl/bseg/sdet/sdet_grid_finder.h [code]Processor for finding a grid of orthogonal lines in an image
contrib/brl/bseg/sdet/sdet_grid_finder_params.cxx [code]See sdet_grid_finder_params.h
contrib/brl/bseg/sdet/sdet_grid_finder_params.h [code]Parameter mixin for sdet_grid_finder
contrib/brl/bseg/sdet/sdet_harris_detector.cxx [code]
contrib/brl/bseg/sdet/sdet_harris_detector.h [code]Processor for extracting Harris corners
contrib/brl/bseg/sdet/sdet_harris_detector_params.cxx [code]See sdet_harris_detector_params.h
contrib/brl/bseg/sdet/sdet_harris_detector_params.h [code]Parameter mixin for sdet_harris_detector
contrib/brl/bseg/sdet/sdet_image_mesh.cxx [code]
contrib/brl/bseg/sdet/sdet_image_mesh.h [code]Processor for triangulating a images based on detected line segments
contrib/brl/bseg/sdet/sdet_image_mesh_params.cxx [code]See sdet_image_mesh_params.h
contrib/brl/bseg/sdet/sdet_image_mesh_params.h [code]Parameter mixin for sdet_image_mesh
contrib/brl/bseg/sdet/sdet_img_edge.cxx [code]
contrib/brl/bseg/sdet/sdet_img_edge.h [code]Various utility methods and classes related to edge probability updates
contrib/brl/bseg/sdet/sdet_k_means.cxx [code]
contrib/brl/bseg/sdet/sdet_k_means.h [code]K Means clustering functions
contrib/brl/bseg/sdet/sdet_mrf_bp.cxx [code]
contrib/brl/bseg/sdet/sdet_mrf_bp.h [code]A class for representing a set of sites in an MRF
contrib/brl/bseg/sdet/sdet_mrf_bp_sptr.h [code]
contrib/brl/bseg/sdet/sdet_mrf_site_bp.cxx [code]
contrib/brl/bseg/sdet/sdet_mrf_site_bp.h [code]A class for representing a site node in an MRF
contrib/brl/bseg/sdet/sdet_mrf_site_bp_sptr.h [code]
contrib/brl/bseg/sdet/sdet_nms.cxx [code]
contrib/brl/bseg/sdet/sdet_nms.h [code]A NMS class that can work with the sdet_edge_map class
contrib/brl/bseg/sdet/sdet_nonmax_suppression.cxx [code]
contrib/brl/bseg/sdet/sdet_nonmax_suppression.h [code]Processor for non-maximal suppression For every pixel in an image, a parabola fit is applied along the gradient direction, and the maximum point on this parabola is used to get the sub-pixel location of the edge
contrib/brl/bseg/sdet/sdet_nonmax_suppression_params.cxx [code]See sdet_nonmax_suppression_params.h
contrib/brl/bseg/sdet/sdet_nonmax_suppression_params.h [code]Parameter mixin for sdet_nonmax_suppression
contrib/brl/bseg/sdet/sdet_region.cxx [code]
contrib/brl/bseg/sdet/sdet_region.h [code]A region class for the watershed algorithm
contrib/brl/bseg/sdet/sdet_region_edge.cxx [code]
contrib/brl/bseg/sdet/sdet_region_edge.h [code]An edge with extract information to support constructing regions from an edgel segmentation
contrib/brl/bseg/sdet/sdet_region_edge_sptr.h [code]
contrib/brl/bseg/sdet/sdet_region_proc.cxx [code]
contrib/brl/bseg/sdet/sdet_region_proc.h [code]Processor for extracting expanded resolution regions
contrib/brl/bseg/sdet/sdet_region_proc_params.cxx [code]See sdet_region_proc_params.h
contrib/brl/bseg/sdet/sdet_region_proc_params.h [code]Parameter mixin for vdgl_region_proc
contrib/brl/bseg/sdet/sdet_region_sptr.h [code]
contrib/brl/bseg/sdet/sdet_texture_classifier.cxx [code]
contrib/brl/bseg/sdet/sdet_texture_classifier.h [code]A class for classifying texture regions
contrib/brl/bseg/sdet/sdet_texture_classifier_params.cxx [code]See sdet_texture_classifier_params.h
contrib/brl/bseg/sdet/sdet_texture_classifier_params.h [code]Parameter mixin for sdet_texture_classifier
contrib/brl/bseg/sdet/sdet_texture_classifier_sptr.h [code]
contrib/brl/bseg/sdet/sdet_third_order_edge_det.cxx [code]
contrib/brl/bseg/sdet/sdet_third_order_edge_det.h [code]An edge detector that first computes edge locations and then optimizes the orientations using the third order operator
contrib/brl/bseg/sdet/sdet_third_order_edge_det_params.cxx [code]See sdet_third_order_edge_det_params.h
contrib/brl/bseg/sdet/sdet_third_order_edge_det_params.h [code]Parameter mixin for third order edge detection
contrib/brl/bseg/sdet/sdet_vrml_display.cxx [code]
contrib/brl/bseg/sdet/sdet_vrml_display.h [code]Write out segmentation data as a vrml display
contrib/brl/bseg/sdet/sdet_watershed_region_proc.cxx [code]
contrib/brl/bseg/sdet/sdet_watershed_region_proc.h [code]Processor for extracting watershed regions
contrib/brl/bseg/sdet/sdet_watershed_region_proc_params.cxx [code]See sdet_watershed_region_proc_params.h
contrib/brl/bseg/sdet/sdet_watershed_region_proc_params.h [code]Parameter mixin for sdet_watershed_region_proc