JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Saliency.C File Reference
Include dependency graph for Saliency.C:

Go to the source code of this file.

Macros

#define WEIGHT_SCALEBITS   ((env_size_t) 8)
 
#define SALUPDATE(envval, param)   prev = envp.envval; envp.envval = saliency::param::get(); if (envp.envval != prev) nuke = true;
 

Macro Definition Documentation

◆ SALUPDATE

#define SALUPDATE (   envval,
  param 
)    prev = envp.envval; envp.envval = saliency::param::get(); if (envp.envval != prev) nuke = true;

Definition at line 148 of file Saliency.C.

◆ WEIGHT_SCALEBITS

#define WEIGHT_SCALEBITS   ((env_size_t) 8)

Definition at line 37 of file Saliency.C.

Function Documentation

◆ drawGist()

void drawGist ( jevois::RawImage img,
unsigned char const *  gist,
size_t  gistsize,
unsigned int  xoff,
unsigned int  yoff,
unsigned int  width,
unsigned int  scale 
)
related

◆ drawMap() [1/2]

void drawMap ( jevois::RawImage img,
env_image const *  fmap,
unsigned int  xoff,
unsigned int  yoff,
unsigned int  scale 
)
related

◆ drawMap() [2/2]

void drawMap ( jevois::RawImage img,
env_image const *  fmap,
unsigned int  xoff,
unsigned int  yoff,
unsigned int  scale,
unsigned int  bitshift 
)
related