Skip to content

Fixed the document of alphamat tutorial #2743

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

Closed

Conversation

atinfinity
Copy link
Contributor

@atinfinity atinfinity commented Nov 9, 2020

I resolved #2742.

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake
force_builders_only=docs

@atinfinity atinfinity changed the title Fixed alphamat tutorial document Fixed the document of alphamat tutorial Nov 9, 2020
Output alpha Matte: ![](samples/output_mattes/plant_result.jpg)
|Input Image|Input Trimap|Output alpha Matte|
|:---:|:---:|:---:|
|![](../samples/input_images/plant.jpg)|![](../samples/trimaps/plant.png)|![](../samples/output_mattes/plant_result.jpg)|
Copy link
Member

Choose a reason for hiding this comment

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

Please take a look on Doxygen demo page for this PR.

Avoid using of relative paths, please use alphamat/samples/... prefix (<opencv_contrib>/modules is added to a search list of base image paths).

Also please revert table layout for this, it is not handled properly by Doxygen.

@alalek
Copy link
Member

alalek commented Nov 13, 2020

Thank you for contribution!
Fixed here: #2729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: alphamat category: documentation Documentation fix or update, does not affect code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The link to image file of alphamat tutorial seems to be broken
2 participants