FFmpeg
Data Fields
CropDetectContext Struct Reference

Data Fields

const AVClassclass
 
int x1
 
int y1
 
int x2
 
int y2
 
float limit
 
float limit_upscaled
 
int round
 
int skip
 
int reset_count
 
int frame_nb
 
int max_pixsteps [4]
 
int max_outliers
 
int mode
 
int window_size
 
int mv_threshold
 
int bitdepth
 
float low
 
float high
 
uint8_t low_u8
 
uint8_t high_u8
 
uint8_t * filterbuf
 
uint8_t * tmpbuf
 
uint16_t * gradients
 
char * directions
 
intbboxes [4]
 

Detailed Description

Definition at line 38 of file vf_cropdetect.c.

Field Documentation

◆ class

const AVClass* CropDetectContext::class

Definition at line 39 of file vf_cropdetect.c.

◆ x1

int CropDetectContext::x1

Definition at line 40 of file vf_cropdetect.c.

◆ y1

int CropDetectContext::y1

Definition at line 40 of file vf_cropdetect.c.

◆ x2

int CropDetectContext::x2

Definition at line 40 of file vf_cropdetect.c.

◆ y2

int CropDetectContext::y2

Definition at line 40 of file vf_cropdetect.c.

◆ limit

float CropDetectContext::limit

Definition at line 41 of file vf_cropdetect.c.

◆ limit_upscaled

float CropDetectContext::limit_upscaled

Definition at line 42 of file vf_cropdetect.c.

◆ round

int CropDetectContext::round

Definition at line 43 of file vf_cropdetect.c.

◆ skip

int CropDetectContext::skip

Definition at line 44 of file vf_cropdetect.c.

◆ reset_count

int CropDetectContext::reset_count

Definition at line 45 of file vf_cropdetect.c.

◆ frame_nb

int CropDetectContext::frame_nb

Definition at line 46 of file vf_cropdetect.c.

◆ max_pixsteps

int CropDetectContext::max_pixsteps[4]

Definition at line 47 of file vf_cropdetect.c.

◆ max_outliers

int CropDetectContext::max_outliers

Definition at line 48 of file vf_cropdetect.c.

◆ mode

int CropDetectContext::mode

Definition at line 49 of file vf_cropdetect.c.

◆ window_size

int CropDetectContext::window_size

Definition at line 50 of file vf_cropdetect.c.

◆ mv_threshold

int CropDetectContext::mv_threshold

Definition at line 51 of file vf_cropdetect.c.

◆ bitdepth

int CropDetectContext::bitdepth

Definition at line 52 of file vf_cropdetect.c.

◆ low

float CropDetectContext::low

Definition at line 53 of file vf_cropdetect.c.

◆ high

float CropDetectContext::high

Definition at line 53 of file vf_cropdetect.c.

◆ low_u8

uint8_t CropDetectContext::low_u8

Definition at line 54 of file vf_cropdetect.c.

◆ high_u8

uint8_t CropDetectContext::high_u8

Definition at line 54 of file vf_cropdetect.c.

◆ filterbuf

uint8_t* CropDetectContext::filterbuf

Definition at line 55 of file vf_cropdetect.c.

◆ tmpbuf

uint8_t* CropDetectContext::tmpbuf

Definition at line 56 of file vf_cropdetect.c.

◆ gradients

uint16_t* CropDetectContext::gradients

Definition at line 57 of file vf_cropdetect.c.

◆ directions

char* CropDetectContext::directions

Definition at line 58 of file vf_cropdetect.c.

◆ bboxes

int* CropDetectContext::bboxes[4]

Definition at line 59 of file vf_cropdetect.c.


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