Skip to content

Commit b72dc5e

Browse files
committed
Merge moved code from opencv
2 parents 1c60ce3 + 589e8b5 commit b72dc5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ CV_EXPORTS
7272
cudaStream_t nppStSetActiveCUDAstream(cudaStream_t cudaStream);
7373

7474

75-
/*@}*/
75+
/** @} */
7676

7777

7878
/** \defgroup nppi NPPST Image Processing
@@ -787,7 +787,7 @@ NCVStatus nppiStSqrIntegral_8u64u_C1R_host(Ncv8u *h_src, Ncv32u srcStep,
787787
Ncv64u *h_dst, Ncv32u dstStep, NcvSize32u roiSize);
788788

789789

790-
/*@}*/
790+
/** @} */
791791

792792

793793
/** \defgroup npps NPPST Signal Processing
@@ -899,8 +899,8 @@ NCVStatus nppsStCompact_32f_host(Ncv32f *h_src, Ncv32u srcLen,
899899
Ncv32f *h_dst, Ncv32u *dstLen, Ncv32f elemRemove);
900900

901901

902-
/*@}*/
902+
/** @} */
903903

904-
//! @}
904+
//! @} cudalegacy
905905

906906
#endif // _npp_staging_hpp_

0 commit comments

Comments
 (0)