Skip to content

Commit

Permalink
fix vxCommitArrayRange() call
Browse files Browse the repository at this point in the history
  • Loading branch information
savuor committed Dec 16, 2016
1 parent 5f4112a commit 77f9935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imgproc/src/featureselect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static bool openvx_harris(Mat image, OutputArray _corners,
}

#ifndef VX_VERSION_1_1
IVX_CHECK_STATUS(vxCommitArrayRange(corners, 0, nPoints, &arrayPtr));
IVX_CHECK_STATUS(vxCommitArrayRange(corners, 0, nPoints, arrayPtr));
#else
IVX_CHECK_STATUS(vxUnmapArrayRange(corners, mapId));
#endif
Expand Down

0 comments on commit 77f9935

Please sign in to comment.