IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
targetNeon Class Reference

Detection interface for neon colored targets. More...

Inheritance diagram for targetNeon:
Inheritance graph
[legend]
Collaboration diagram for targetNeon:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, appMod)
 
def buildFromImage (self, img, *args)
 
def buildSimple (self, nData, *args)
 
def calibFromImage (self, img, nPoly=1, fh=None)
 
def calibFromReader (self, imseq, nPoly=1, fh=None)
 
def calibSimple (self, nData, tCol=180)
 
def measure (self, I)
 Generate detection measurements from image input. More...
 
- Public Member Functions inherited from fgAppearance
def __init__ (self, appMod, fgIm)
 
def displayForeground_cv (self, ratio=None, window_name="Foreground")
 
def emptyState (self)
 Return empty state. More...
 
def getBackground (self)
 
def getForeGround (self)
 
def getState (self)
 Return current/latest state. More...
 
- Public Member Functions inherited from inImage
def info (self)
 Provide information about the current class implementation. More...
 
- Public Member Functions inherited from Base
def __init__ (self)
 Instantiate a detector Base activity class object. More...
 
def adapt (self)
 Adapt any internal parameters based on activity state, signal, and any other historical information. More...
 
def correct (self)
 Reconcile prediction and measurement as fitting. More...
 
def detect (self, signal)
 Run detection only processing pipeline (no adaptation). More...
 
def emptyDebug (self)
 Return empty debug state information. More...
 
def getDebug (self)
 Return current/latest debug state information. More...
 
def predict (self)
 Predict next state from current state. More...
 
def process (self, signal)
 Process the new incoming signal on full detection pipeline. More...
 
def save (self, fileName)
 Outer method for saving to a file given as a string. More...
 
def saveTo (self, fPtr)
 Empty method for saving internal information to HDF5 file. More...
 

Public Attributes

 fgIm
 
- Public Attributes inherited from fgAppearance
 fgIm
 
- Public Attributes inherited from inImage
 Ip
 
 processor
 
- Public Attributes inherited from Base
 x
 Detection state. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Base
def load (fileName, relpath=None)
 Outer method for loading file given as a string (with path). More...
 
def loadFrom (fPtr)
 Empty method for loading internal information from HDF5 file. More...
 

Detailed Description

Detection interface for neon colored targets.

Neon colors are defined by RGB coordinate values maximizing two of three color channels and being of low to mid valued in the third. This is defined as less than 180 out of 255, but can be overriden.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  appMod 
)

Reimplemented from fgImage.

Member Function Documentation

◆ buildFromImage()

def buildFromImage (   self,
  img,
args 
)

◆ buildSimple()

def buildSimple (   self,
  nData,
args 
)

◆ calibFromImage()

def calibFromImage (   self,
  img,
  nPoly = 1,
  fh = None 
)

◆ calibFromReader()

def calibFromReader (   self,
  imseq,
  nPoly = 1,
  fh = None 
)

◆ calibSimple()

def calibSimple (   self,
  nData,
  tCol = 180 
)

◆ measure()

def measure (   self,
  I 
)

Generate detection measurements from image input.

Base method really doesn't compute anything, but will apply image processing if an image processor is define. In this manner, simple detection schemes may be implemented by passing the input image through the image processor.

Reimplemented from inImage.

Member Data Documentation

◆ fgIm

fgIm

The documentation for this class was generated from the following file: