IMP  2.0.1
The Integrative Modeling Platform
density_analysis.h File Reference

density analysis tools, such as histogram and segmentation More...

#include <IMP/statistics/Histogram.h>
#include <IMP/em/DensityMap.h>
#include <IMP/multifit/multifit_config.h>
#include <boost/graph/adjacency_list.hpp>
#include <boost/pending/disjoint_sets.hpp>
#include <boost/graph/incremental_components.hpp>
#include <boost/graph/graph_utility.hpp>
+ Include dependency graph for density_analysis.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::multifit
 See IMP.multifit Overview for more information.
 

Functions

IntsList IMP::multifit::get_connected_components (em::DensityMap *dmap, float threshold, float edge_threshold)
 Return connected components based on density values. More...
 
statistics::Histogram IMP::multifit::get_density_histogram (const em::DensityMap *dmap, float threshold, int num_bins)
 Get a histogram of density values.
 
em::DensityMap * IMP::multifit::remove_background (em::DensityMap *dmap, float threshold, float edge_threshold)
 Returns a map containing all density without the background. More...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file density_analysis.h.