Typedefs | Functions
region_layer.h File Reference
#include "layer.h"
#include "network.h"
Include dependency graph for region_layer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef layer region_layer

Functions

void backward_region_layer (const region_layer l, network_state state)
void forward_region_layer (const region_layer l, network_state state)
void get_region_boxes (layer l, int w, int h, float thresh, float **probs, box *boxes, int only_objectness)
region_layer make_region_layer (int batch, int h, int w, int n, int classes, int coords)
void resize_region_layer (layer *l, int w, int h)

Typedef Documentation

Definition at line 7 of file region_layer.h.


Function Documentation

void backward_region_layer ( const region_layer  l,
network_state  state 
)

Definition at line 322 of file region_layer.c.

void forward_region_layer ( const region_layer  l,
network_state  state 
)

Definition at line 144 of file region_layer.c.

void get_region_boxes ( layer  l,
int  w,
int  h,
float  thresh,
float **  probs,
box boxes,
int  only_objectness 
)

Definition at line 327 of file region_layer.c.

region_layer make_region_layer ( int  batch,
int  h,
int  w,
int  n,
int  classes,
int  coords 
)

Definition at line 14 of file region_layer.c.

void resize_region_layer ( layer l,
int  w,
int  h 
)

Definition at line 53 of file region_layer.c.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31