Commit 589e8b5c authored by Maksim Shabunin's avatar Maksim Shabunin

[moved from opencv] Assorted documentation fixes

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

original commit: https://github.com/opencv/opencv/commit/f3aab47f94f1dc5466ade4e98194f7ab9a02133a
parent 1c60ce30
......@@ -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_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment