Visualisierung 2 CNN
AllFeatureMapsDisplay Class Reference

Class for handling the display of the full number of feature maps as squares above its convolutional layer. More...

Public Member Functions

 AllFeatureMapsDisplay (Vector3 position, int filterNum, float lineToGrid, Vector2 spacing)
 
void Update (Vector3 position, int filterNum, float lineToGrid, Vector2 spacing)
 
void AddPolysToLists (List< Vector3 > verts, List< int > inds)
 
void AddLinesToLists (List< Vector3 > verts, List< int > inds, Vector3[] startPoints)
 

Public Attributes

Vector3 position
 
Vector2 spacing
 
float lineToGrid
 
int filterNum
 

Detailed Description

Class for handling the display of the full number of feature maps as squares above its convolutional layer.

Constructor & Destructor Documentation

◆ AllFeatureMapsDisplay()

AllFeatureMapsDisplay.AllFeatureMapsDisplay ( Vector3  position,
int  filterNum,
float  lineToGrid,
Vector2  spacing 
)

Member Function Documentation

◆ AddLinesToLists()

void AllFeatureMapsDisplay.AddLinesToLists ( List< Vector3 >  verts,
List< int >  inds,
Vector3 []  startPoints 
)

◆ AddPolysToLists()

void AllFeatureMapsDisplay.AddPolysToLists ( List< Vector3 >  verts,
List< int >  inds 
)

◆ Update()

void AllFeatureMapsDisplay.Update ( Vector3  position,
int  filterNum,
float  lineToGrid,
Vector2  spacing 
)

Member Data Documentation

◆ filterNum

int AllFeatureMapsDisplay.filterNum

◆ lineToGrid

float AllFeatureMapsDisplay.lineToGrid

◆ position

Vector3 AllFeatureMapsDisplay.position

◆ spacing

Vector2 AllFeatureMapsDisplay.spacing

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