#include "image.h"
#include "layer.h"
#include "network.h"
Go to the source code of this file.
|
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 net) |
|
void | resize_crop_layer (layer *l, int w, int h) |
|
◆ crop_layer
◆ forward_crop_layer()
◆ get_crop_image()
◆ 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 |
|
) |
| |
◆ resize_crop_layer()
void resize_crop_layer |
( |
layer * |
l, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |