CppNCorr
C++ ncorr Digital Image Correlation engine
Loading...
Searching...
No Matches
ncorr::VideoImportParams Struct Reference

#include <Image2D.h>

Public Member Functions

 VideoImportParams ()=default
 
 VideoImportParams (int start, int end, int jump)
 

Public Attributes

int frame_start = 1
 
int frame_end = -1
 
int frame_jump = 1
 
bool use_grayscale = true
 
bool use_red_channel = true
 

Detailed Description

Definition at line 47 of file Image2D.h.

Constructor & Destructor Documentation

◆ VideoImportParams() [1/2]

ncorr::VideoImportParams::VideoImportParams ( )
default

◆ VideoImportParams() [2/2]

ncorr::VideoImportParams::VideoImportParams ( int  start,
int  end,
int  jump 
)
inline

Definition at line 55 of file Image2D.h.

Member Data Documentation

◆ frame_end

int ncorr::VideoImportParams::frame_end = -1

Definition at line 49 of file Image2D.h.

◆ frame_jump

int ncorr::VideoImportParams::frame_jump = 1

Definition at line 50 of file Image2D.h.

◆ frame_start

int ncorr::VideoImportParams::frame_start = 1

Definition at line 48 of file Image2D.h.

◆ use_grayscale

bool ncorr::VideoImportParams::use_grayscale = true

Definition at line 51 of file Image2D.h.

◆ use_red_channel

bool ncorr::VideoImportParams::use_red_channel = true

Definition at line 52 of file Image2D.h.


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