-
Couldn't load subscription status.
- Fork 5.9k
Structured edge detection & State-of-the-art image inpainting #49
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
Conversation
…PLE implementation
|
@Bellaktris, please, fix the errors reported by our buildbot (including possible merge errors). In order to integrate your PR, it should be "all-green": http://pullrequest.opencv.org/#/summary/contrib |
|
@Bellaktris, this PR stays unattended for more than a month. Can you please take care of it? We need to finally integrate this PR. |
|
Actually I can't, I have already fixed all errors which I could reproduce or at least understand, but there is one regarding python autogenerated headers, I asked my mentor for help and he promised to look at this problem at weekend. |
…o gsoc Conflicts: modules/ximgproc/CMakeLists.txt modules/ximgproc/test/test_main.cpp modules/ximgproc/test/test_precomp.hpp
|
excellent! |
Structured edge detection & State-of-the-art image inpainting
* Add recording file playback functionality * overwrite color_enabled and depth_enabled dependent on recording tracks * synchronized capture and imu data in playback mode * protect access on playback handle for getting next capture and imu sample * Fixed minor issues from pull request review * Skipping unsynchronized captures where necessary when using a recording
* Added Conv1D transformation * Added PRelu transformation * Minor fixes * Create workaround for NormalizeL2 * Fixed PReLU transformation * Extending Interpolate op support * Support Conv with const weights only
This pull request is clone of the #25
This pull request is the part of my Google Summer of Code work. Here I implemented fast edge detection using structured random forests which was recently proposed by Piotr Dollar, state-of-the-art image inpainting algorithm proposed by Kaiming He, and two simple image processing techniques: dct-based image denoising, and simple color balance.