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

implement iterative blind deblurring algorithm #450

Merged
merged 2 commits into from
Aug 1, 2017
Merged

implement iterative blind deblurring algorithm #450

merged 2 commits into from
Aug 1, 2017

Conversation

Andrey1994
Copy link
Contributor

Performance and quality will be improved in the next versions

Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
Copy link
Contributor

@windyuan windyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test patch comments.
please also add a test-cmdline in commit log.
e.g.
test cmdline:
./test-image-debourrring --input input.rgbx --output output.rgbx (filename better with correct format fourcc)

usage(const char* arg0)
{
printf ("Usage:\n"
"\t--input, input image(RGB)\n"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a warning in compiling.
you may miss a line
"%s --input image --output image\n"

* test-image-deblurring cmdline:
  $ test-image-deblurring --input input.rgbx --output output.rgbx

Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
@windyuan windyuan merged commit 2635fa4 into intel:master Aug 1, 2017
@windyuan
Copy link
Contributor

windyuan commented Aug 1, 2017

merged. thanks.
commit 2635fa4
commit a5f5ff5

@sreerenjb
Copy link

Great! Thanks for the patch @Andrey1994 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants