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

Commitc697fd0

Browse files
committed
Add description for parameter mask_step in hal_ni_minMaxIdx.
1 parent13ba172 commitc697fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎modules/core/src/hal_replacement.hpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,7 @@ inline int hal_ni_gemm64fc(const double* src1, size_t src1_step, const double* s
907907
@param minIdx Pointer to the returned minimum and maximum location.
908908
@param maxIdx Pointer to the returned minimum and maximum location.
909909
@param mask Specified array region.
910+
@param mask_step Mask array step.
910911
*/
911912
inlineinthal_ni_minMaxIdx(const uchar* src_data,size_t src_step,int width,int height,int depth,double* minVal,double* maxVal,
912913
int* minIdx,int* maxIdx, uchar* mask,size_t mask_step) {return CV_HAL_ERROR_NOT_IMPLEMENTED; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp