Skip to content

G-API: Improvement stereo documentation.#20129

Merged
alalek merged 11 commits intoopencv:masterfrom
aDanPin:dp/improvement_gapi_stereo_documentation
Jun 9, 2021
Merged

G-API: Improvement stereo documentation.#20129
alalek merged 11 commits intoopencv:masterfrom
aDanPin:dp/improvement_gapi_stereo_documentation

Conversation

@aDanPin
Copy link
Copy Markdown
Contributor

@aDanPin aDanPin commented May 20, 2021

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

@aDanPin
Copy link
Copy Markdown
Contributor Author

aDanPin commented May 20, 2021

@dmatveev @AsyaPronina Please look

@mpashchenkov
Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown
Contributor

@mpashchenkov mpashchenkov left a comment

Choose a reason for hiding this comment

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

First wave.

@mpashchenkov mpashchenkov changed the title Dp/improvement gapi stereo documentation G-API: Improvement stereo documentation. May 26, 2021
@dmatveev dmatveev self-assigned this May 31, 2021
@dmatveev dmatveev added this to the 4.5.3 milestone May 31, 2021
Copy link
Copy Markdown
Contributor

@dmatveev dmatveev left a comment

Choose a reason for hiding this comment

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

!!

@param left 8-bit single-channel image of @ref CV_8UC1 type from left source.
@param right 8-bit single-channel image of @ref CV_8UC1 type from right source.
@param left 8-bit single-channel left image of @ref CV_8UC1 type.
@param right 8-bit single-channel left image of @ref CV_8UC1 type.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

left ... left
right ... left

?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Comment on lines 27 to +32
Values(cv::gapi::StereoOutputFormat::DEPTH_FLOAT16,
cv::gapi::StereoOutputFormat::DEPTH_FLOAT32,
cv::gapi::StereoOutputFormat::DISPARITY_FIXED16_12_4,
cv::gapi::StereoOutputFormat::DEPTH_FLOAT16,
cv::gapi::StereoOutputFormat::DEPTH_FLOAT32,
cv::gapi::StereoOutputFormat::DISPARITY_Q16_11_4),
cv::gapi::StereoOutputFormat::DEPTH_16F,
cv::gapi::StereoOutputFormat::DEPTH_32F,
cv::gapi::StereoOutputFormat::DISPARITY_16Q_11_4),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we really need to test both sets?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

yeah the "old" enums leaked already to the internal app we provide in packages.

Copy link
Copy Markdown
Contributor

@dmatveev dmatveev left a comment

Choose a reason for hiding this comment

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

@aDanPin please have a (prioritized) look at the remaining issues

Copy link
Copy Markdown
Contributor

@dmatveev dmatveev left a comment

Choose a reason for hiding this comment

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

Please go ahead with the merge.

@alalek alalek merged commit b57b64b into opencv:master Jun 9, 2021
@alalek alalek mentioned this pull request Jun 13, 2021
@alalek alalek mentioned this pull request Oct 15, 2021
a-sajjad72 pushed a commit to a-sajjad72/opencv that referenced this pull request Mar 30, 2023
…eo_documentation

G-API: Improvement stereo documentation.

* Documentation improvement

* Set valid default values for gapi stereo

* Small doc fix

* Review response

* Review response

* Review response

* Review response

* Revie response

* Review response

* Review response

* Review response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants