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