Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
im2col.cpp File Reference
Include dependency graph for im2col.cpp:

Functions

void im2col_cpu (float *data_im, int channels, int height, int width, int ksize, int stride, int pad, float *data_col)
 
void im2col_cpu_ext (const float *data_im, const int channels, const int height, const int width, const int kernel_h, const int kernel_w, const int pad_h, const int pad_w, const int stride_h, const int stride_w, const int dilation_h, const int dilation_w, float *data_col)
 
float im2col_get_pixel (float *im, int height, int width, int channels, int row, int col, int channel, int pad)
 
static bool is_a_ge_zero_and_a_lt_b (int a, int b)
 

Function Documentation

◆ im2col_cpu()

void im2col_cpu ( float *  data_im,
int  channels,
int  height,
int  width,
int  ksize,
int  stride,
int  pad,
float *  data_col 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ im2col_cpu_ext()

void im2col_cpu_ext ( const float *  data_im,
const int  channels,
const int  height,
const int  width,
const int  kernel_h,
const int  kernel_w,
const int  pad_h,
const int  pad_w,
const int  stride_h,
const int  stride_w,
const int  dilation_h,
const int  dilation_w,
float *  data_col 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ im2col_get_pixel()

float im2col_get_pixel ( float *  im,
int  height,
int  width,
int  channels,
int  row,
int  col,
int  channel,
int  pad 
)
Here is the caller graph for this function:

◆ is_a_ge_zero_and_a_lt_b()

static bool is_a_ge_zero_and_a_lt_b ( int  a,
int  b 
)
inlinestatic
Here is the caller graph for this function: