Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #2

Merged
merged 22 commits into from
Apr 29, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor
  • Loading branch information
cfo committed Apr 29, 2014
commit 69fb4828c2ebcdc808e0102b03da0f29a3c3ea13
3 changes: 2 additions & 1 deletion svo/include/svo/depth_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ class DepthFilter
typedef boost::function<void ( const Seed&, const Vector3d& )> callback_t;

/// Depth-filter config parameters
struct Options {
struct Options
{
bool check_ftr_angle; //!< gradient features are only updated if the epipolar line is orthogonal to the gradient.
bool epi_search_1d; //!< restrict Gauss Newton in the epipolar search to the epipolar line.
bool verbose; //!< display output.
Expand Down