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

Refactor lightfields bezier #200

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
cd2591a
The simplest grayscale and stupendously slow use of bspline as a type…
martin-pr Dec 22, 2020
d09f519
BSpline coords to float; RGB support
martin-pr Dec 23, 2020
8f779e0
BSpline - separate subdiv levels for each dim
martin-pr Dec 23, 2020
4855440
Fixing incorrect edge handling of BSplines
martin-pr Dec 23, 2020
fb8f278
Improving B-Spline performance - precomputing coefficients and using …
martin-pr Dec 24, 2020
8e80e52
Removing the use of std::pair - it is not trivially copyable, which m…
martin-pr Dec 24, 2020
70eb30e
BSpline - corrected control point ranges to avoid the necessity for i…
martin-pr Dec 25, 2020
90f64db
BSpline - fn() now called from within the IndexMaker class
martin-pr Dec 25, 2020
99689c7
BSpline visit pattern implemented using explicit classes to allow inl…
martin-pr Dec 26, 2020
59534fc
Nearest and mosaic integration - a change in parallel_for loop to mak…
martin-pr Dec 27, 2020
3816fce
Added mosaic_to_samples node and a temporary demo
martin-pr Dec 27, 2020
bc2d473
Fixing BSpline implementation to compile with GCC
martin-pr Dec 28, 2020
0c36f77
Removed lightfield vignetting type + related nodes (no longer needed)
martin-pr Dec 28, 2020
d5678be
Refactored BSpline to hold coordinates in form of unscaled indices
martin-pr Dec 28, 2020
4e278b3
A simple parallelization of the BSpline processing by image rows
martin-pr Dec 29, 2020
8a7a181
Replaced bspline_to_frame with bspline_to_sequence
martin-pr Dec 30, 2020
5a04ba0
Fixing bezier spline hierarchy refocusing to work with the new codebase
martin-pr Dec 30, 2020
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
Removed lightfield vignetting type + related nodes (no longer needed)
  • Loading branch information
martin-pr committed Dec 30, 2020
commit 0c36f77a1ecabd1d877b8420fe6f63cd8a27aa8d
53 changes: 0 additions & 53 deletions src/plugins/opencv/lightfield_vignetting.cpp

This file was deleted.

40 changes: 0 additions & 40 deletions src/plugins/opencv/lightfield_vignetting.h

This file was deleted.

49 changes: 0 additions & 49 deletions src/plugins/opencv/nodes/lightfields/vignetting_create.cpp

This file was deleted.

92 changes: 0 additions & 92 deletions src/plugins/opencv/nodes/lightfields/vignetting_mosaic.cpp

This file was deleted.