Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Reference to non-existent parameter name in documentation of StereoSGBM::create #9392

Closed
Assignees
vpisarev
Labels
Milestone
@dustsigns

Description

@dustsigns
System information (version)
  • OpenCV => 3.3
  • Operating System / Platform => -
  • Compiler => -
Detailed description

The documentation forStereoSGBM::create mentionsSADWindowSize which is not a parameter of the constructor:

See stereo_match.cpp sample where some reasonably good P1 and P2 values are shown (like 8*number_of_image_channels*SADWindowSize*SADWindowSize and 32*number_of_image_channels*SADWindowSize*SADWindowSize , respectively).

I suppose that is due to the fact that the parameterblockSize was calledSADWindowSize in OpenCV 2.4.0 (cf.http://docs.opencv.org/2.4.0/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereosgbm-stereosgbm). Maybe the documentation in the current version should be updated to avoid confusion. This seems to have been introduced with OpenCV 3.0.

Steps to reproduce

ReplaceSADWindowSize withblocksize in the documentation ofStereoSGBM::create.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp