mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
fix vxCommitArrayRange() call
This commit is contained in:
parent
5f4112a1cf
commit
77f99358df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user