Public Member Functions | Public Attributes
osl_fit_lines_params Class Reference

#include <osl_fit_lines_params.h>

Inheritance diagram for osl_fit_lines_params:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 osl_fit_lines_params (unsigned int min_fit_length=10, bool use_sq_fit=true, double threshold=0.3, double theta=5.0, bool dc_only=false, bool incremtl=true, unsigned int ignore_end_edgels=3)
bool SanityCheck ()
 Checks that parameters are within acceptable bounds.

Public Attributes

unsigned int min_fit_length_
bool use_square_fit_
double threshold_
double theta_
bool dc_only_
bool incremtl_
unsigned int ignore_end_edgels_

Detailed Description

Definition at line 11 of file osl_fit_lines_params.h.


Constructor & Destructor Documentation

osl_fit_lines_params::osl_fit_lines_params ( unsigned int  min_fit_length = 10,
bool  use_sq_fit = true,
double  threshold = 0.3,
double  theta = 5.0,
bool  dc_only = false,
bool  incremtl = true,
unsigned int  ignore_end_edgels = 3 
)

Definition at line 6 of file osl_fit_lines_params.cxx.


Member Function Documentation

bool osl_fit_lines_params::SanityCheck ( )

Checks that parameters are within acceptable bounds.

Definition at line 23 of file osl_fit_lines_params.cxx.


Member Data Documentation

Definition at line 30 of file osl_fit_lines_params.h.

Definition at line 32 of file osl_fit_lines_params.h.

Definition at line 31 of file osl_fit_lines_params.h.

Definition at line 26 of file osl_fit_lines_params.h.

Definition at line 29 of file osl_fit_lines_params.h.

Definition at line 28 of file osl_fit_lines_params.h.

Definition at line 27 of file osl_fit_lines_params.h.


The documentation for this class was generated from the following files: