[moved from opencv] Assorted documentation fixes

* removed private flann documentation
* common tutorial images moved to doc/images
* grouping issues

original commit: f3aab47f94
pull/2253/head^2
Maksim Shabunin 6 years ago
parent 1c60ce3088
commit 589e8b5c3a
  1. 8
      modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp

@ -72,7 +72,7 @@ CV_EXPORTS
cudaStream_t nppStSetActiveCUDAstream(cudaStream_t cudaStream);
/*@}*/
/** @} */
/** \defgroup nppi NPPST Image Processing
@ -787,7 +787,7 @@ NCVStatus nppiStSqrIntegral_8u64u_C1R_host(Ncv8u *h_src, Ncv32u srcStep,
Ncv64u *h_dst, Ncv32u dstStep, NcvSize32u roiSize);
/*@}*/
/** @} */
/** \defgroup npps NPPST Signal Processing
@ -899,8 +899,8 @@ NCVStatus nppsStCompact_32f_host(Ncv32f *h_src, Ncv32u srcLen,
Ncv32f *h_dst, Ncv32u *dstLen, Ncv32f elemRemove);
/*@}*/
/** @} */
//! @}
//! @} cudalegacy
#endif // _npp_staging_hpp_

Loading…
Cancel
Save