Static Public Attributes | List of all members
RobertsDirection Class Reference

Directions of the Roberts edge filter. More...

Inherits object.

Static Public Attributes

int Down = 1
 Filter for edges that are positive, when looking from the top left corner. More...
 
int Up = 0
 Filter for edges that are positive, when looking from the top right corner. More...
 

Detailed Description

Directions of the Roberts edge filter.

Member Data Documentation

◆ Down

int Down = 1
static

Filter for edges that are positive, when looking from the top left corner.

◆ Up

int Up = 0
static

Filter for edges that are positive, when looking from the top right corner.