View Source Evision.DMatch (Evision v0.1.8)

Link to this section Summary

cv

Python prototype (for reference):

Positional Arguments
  • queryIdx: int
  • trainIdx: int
  • distance: float

Python prototype (for reference):

Positional Arguments
  • queryIdx: int
  • trainIdx: int
  • imgIdx: int
  • distance: float

Python prototype (for reference):

Link to this section cv

Python prototype (for reference):

DMatch() -> <DMatch object>
Link to this function

dMatcher(queryIdx, trainIdx, distance)

View Source
Positional Arguments
  • queryIdx: int
  • trainIdx: int
  • distance: float

Python prototype (for reference):

DMatch(_queryIdx, _trainIdx, _distance) -> <DMatch object>
Link to this function

dMatcher(queryIdx, trainIdx, imgIdx, distance)

View Source
Positional Arguments
  • queryIdx: int
  • trainIdx: int
  • imgIdx: int
  • distance: float

Python prototype (for reference):

DMatch(_queryIdx, _trainIdx, _imgIdx, _distance) -> <DMatch object>

Link to this section Functions

Raising version of dMatcher/0.

Link to this function

dMatcher!(queryIdx, trainIdx, distance)

View Source

Raising version of dMatcher/3.

Link to this function

dMatcher!(queryIdx, trainIdx, imgIdx, distance)

View Source

Raising version of dMatcher/4.

Raising version of get_distance/1.

Raising version of get_imgIdx/1.

Raising version of get_queryIdx/1.

Raising version of get_trainIdx/1.

Link to this function

set_distance!(self, prop)

View Source

Raising version of set_distance/2.

Link to this function

set_distance(self, prop)

View Source

Raising version of set_imgIdx/2.

Link to this function

set_queryIdx!(self, prop)

View Source

Raising version of set_queryIdx/2.

Link to this function

set_queryIdx(self, prop)

View Source
Link to this function

set_trainIdx!(self, prop)

View Source

Raising version of set_trainIdx/2.

Link to this function

set_trainIdx(self, prop)

View Source