Line endings

This commit is contained in:
DrSlony
2015-08-11 11:53:44 +02:00
parent 96be30863d
commit effb46c3e1
136 changed files with 50595 additions and 50595 deletions

View File

@@ -47,9 +47,9 @@ typedef struct {
/* FALSE manually */
KLT_BOOL smoothBeforeSelecting; /* whether to smooth image before */
/* selecting features */
KLT_BOOL writeInternalImages; /* whether to write internal images */
KLT_BOOL writeInternalImages; /* whether to write internal images */
/* tracking features */
KLT_BOOL lighting_insensitive; /* whether to normalize for gain and bias (not in original algorithm) */
KLT_BOOL lighting_insensitive; /* whether to normalize for gain and bias (not in original algorithm) */
/* Available, but hopefully can ignore */
int min_eigenvalue; /* smallest eigenvalue allowed for selecting */
@@ -60,12 +60,12 @@ typedef struct {
float grad_sigma;
float smooth_sigma_fact;
float pyramid_sigma_fact;
float step_factor; /* size of Newton steps; 2.0 comes from equations, 1.0 seems to avoid overshooting */
float step_factor; /* size of Newton steps; 2.0 comes from equations, 1.0 seems to avoid overshooting */
int nSkippedPixels; /* # of pixels skipped when finding features */
int borderx; /* border in which features will not be found */
int bordery;
int nPyramidLevels; /* computed from search_ranges */
int subsampling; /* " */
int subsampling; /* " */
/* for affine mapping */