Darknet/YOLO  v3.0-44-gb8253a4
Object Detection Framework
crop_layer.hpp File Reference
Include dependency graph for crop_layer.hpp:
This graph shows which files directly or indirectly include this file:

Typedefs

typedef layer crop_layer
 

Functions

image get_crop_image (crop_layer l)
 
crop_layer make_crop_layer (int batch, int h, int w, int c, int crop_height, int crop_width, int flip, float angle, float saturation, float exposure)
 
void forward_crop_layer (const crop_layer l, network_state state)
 
void resize_crop_layer (layer *l, int w, int h)
 
void forward_crop_layer_gpu (crop_layer l, network_state state)
 

Typedef Documentation

◆ crop_layer

typedef layer crop_layer

Function Documentation

◆ get_crop_image()

image get_crop_image ( crop_layer  l)
Here is the call graph for this function:

◆ make_crop_layer()

crop_layer make_crop_layer ( int  batch,
int  h,
int  w,
int  c,
int  crop_height,
int  crop_width,
int  flip,
float  angle,
float  saturation,
float  exposure 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_crop_layer()

void forward_crop_layer ( const crop_layer  l,
network_state  state 
)
Here is the caller graph for this function:

◆ resize_crop_layer()

void resize_crop_layer ( layer l,
int  w,
int  h 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_crop_layer_gpu()

void forward_crop_layer_gpu ( crop_layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function: