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

Added offset for HAL as ofs2idx expects 1-based index#26080

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
asmorkalov merged 2 commits intoopencv:4.xfromasmorkalov:as/HAL_minMaxIdx_ND_offset
Aug 30, 2024
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Update modules/core/src/minmax.cpp
Co-authored-by: Maksim Shabunin <maksim.shabunin@gmail.com>
  • Loading branch information
@asmorkalov@mshabunin
asmorkalov andmshabunin authoredAug 30, 2024
commitc487b8fbce29334953e5c4bd031dba0e0885c554
2 changes: 1 addition & 1 deletionmodules/core/src/minmax.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -847,7 +847,7 @@ static MinMaxIdxFunc getMinmaxTab(int depth)
}

// The function expects 1-based indexing for ofs
// Zero istrited as invalid offset (not found)
// Zero istreated as invalid offset (not found)
static void ofs2idx(const Mat& a, size_t ofs, int* idx)
{
int i, d = a.dims;
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp