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
forked fromopencv/opencv

Commit889224e

Browse files
asmorkalovRostislav Vasilikhin
authored and
Rostislav Vasilikhin
committed
Merge pull requestopencv#25789 from asmorkalov:as/HAL_meanStdDev_tails
Fill mean and stdDev tails with zeros for HAL branch in meanStdDevopencv#25789as it's done for other branches.### Pull Request Readiness ChecklistSee details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [ ] There is a reference to the 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
1 parent24f19a0 commit889224e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎modules/core/src/mean.dispatch.cpp‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,6 @@ void meanStdDev(InputArray _src, OutputArray _mean, OutputArray _sdv, InputArray
661661
double* dptr = stddev_mat.ptr<double>();
662662
for( k =0; k < cn; k++ )
663663
dptr[k] = sptr[k];
664-
for( ; k < dcn; k++ )
665-
dptr[k] =0;
666664
}
667665
}
668666

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp