|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <intersection_based_inf.hxx>
Collaboration diagram for opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter:Public Member Functions | |
| Parameter (const float seedFraction=0.01, const bool ignoreNegativeWeights=false, const bool seedFromNegativeEdges=true, const WeightRandomizationParam randomizer=WeightRandomizationParam()) | |
Public Attributes | |
| float | seedFraction_ |
| bool | ignoreNegativeWeights_ |
| bool | seedFromNegativeEdges_ |
| WeightRandomizationParam | randomizer_ |
Definition at line 597 of file intersection_based_inf.hxx.
|
inline |
Definition at line 602 of file intersection_based_inf.hxx.
| bool opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::ignoreNegativeWeights_ |
Definition at line 619 of file intersection_based_inf.hxx.
| WeightRandomizationParam opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::randomizer_ |
Definition at line 621 of file intersection_based_inf.hxx.
| float opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::seedFraction_ |
Definition at line 618 of file intersection_based_inf.hxx.
| bool opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::seedFromNegativeEdges_ |
Definition at line 620 of file intersection_based_inf.hxx.
1.8.9.1