MTF
Public Member Functions | Public Attributes | List of all members
AMStatus Struct Reference

set of indicator variables to keep track of which dependent state variables need updating and executing the update expression for any variable only when at least one of the other variables it depends on has been updated; this can help to increase speed by avoiding repeated computations More...

#include <AppearanceModel.h>

Inheritance diagram for AMStatus:
ImgStatus

Public Member Functions

void set ()
 
void clear ()
 
- Public Member Functions inherited from ImgStatus
void setPixState ()
 
void clearPixState ()
 

Public Attributes

bool similarity
 
bool grad
 
bool hess
 
bool sampler
 
- Public Attributes inherited from ImgStatus
bool pix_vals
 
bool pix_grad
 
bool pix_hess
 

Detailed Description

set of indicator variables to keep track of which dependent state variables need updating and executing the update expression for any variable only when at least one of the other variables it depends on has been updated; this can help to increase speed by avoiding repeated computations


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