VRNodeDescriptor

class bagPy.VRNodeDescriptor[source]

Bases: LayerDescriptor

Proxy of C++ BAG::VRNodeDescriptor class.

Attributes Summary

thisown

The membership flag

Methods Summary

getMinMaxHypStrength(VRNodeDescriptor self)

getMinMaxNSamples(VRNodeDescriptor self)

getMinMaxNumHypotheses(VRNodeDescriptor self)

setMinMaxHypStrength(VRNodeDescriptor self, ...)

param minHypStrength:

setMinMaxNSamples(VRNodeDescriptor self, ...)

param minNSamples:

setMinMaxNumHypotheses(...)

param minNumHypotheses:

Attributes Documentation

thisown

The membership flag

Methods Documentation

getMinMaxHypStrength(VRNodeDescriptor self) FloatPair[source]
getMinMaxNSamples(VRNodeDescriptor self) UInt32Pair[source]
getMinMaxNumHypotheses(VRNodeDescriptor self) UInt32Pair[source]
setMinMaxHypStrength(VRNodeDescriptor self, float minHypStrength, float maxHypStrength) VRNodeDescriptor[source]
Parameters:
  • minHypStrength (float) –

  • maxHypStrength (float) –

setMinMaxNSamples(VRNodeDescriptor self, uint32_t minNSamples, uint32_t maxNSamples) VRNodeDescriptor[source]
Parameters:
  • minNSamples (uint32_t) –

  • maxNSamples (uint32_t) –

setMinMaxNumHypotheses(VRNodeDescriptor self, uint32_t minNumHypotheses, uint32_t maxNumHypotheses) VRNodeDescriptor[source]
Parameters:
  • minNumHypotheses (uint32_t) –

  • maxNumHypotheses (uint32_t) –

__init__(*args, **kwargs)[source]
getMinMaxHypStrength(VRNodeDescriptor self) FloatPair[source]
getMinMaxNSamples(VRNodeDescriptor self) UInt32Pair[source]
getMinMaxNumHypotheses(VRNodeDescriptor self) UInt32Pair[source]
setMinMaxHypStrength(VRNodeDescriptor self, float minHypStrength, float maxHypStrength) VRNodeDescriptor[source]
Parameters:
  • minHypStrength (float) –

  • maxHypStrength (float) –

setMinMaxNSamples(VRNodeDescriptor self, uint32_t minNSamples, uint32_t maxNSamples) VRNodeDescriptor[source]
Parameters:
  • minNSamples (uint32_t) –

  • maxNSamples (uint32_t) –

setMinMaxNumHypotheses(VRNodeDescriptor self, uint32_t minNumHypotheses, uint32_t maxNumHypotheses) VRNodeDescriptor[source]
Parameters:
  • minNumHypotheses (uint32_t) –

  • maxNumHypotheses (uint32_t) –

property thisown

The membership flag