@@ -211,18 +211,11 @@ Your pull requests will be greatly appreciated!
211211 - [ ] [ cv::cuda::pow] ( https://docs.opencv.org/4.x/d8/d34/group__cudaarithm__elem.html#ga82d04ef4bcc4dfa9bfbe76488007c6c4 )
212212
213213 - [ ] ** matrix reductions - WORK STARTED** The following functions still need implementation:
214- - [X] [ cv::cuda::absSum] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga690fa79ba4426c53f7d2bebf3d37a32a )
215- - [X] [ cv::cuda::calcAbsSum] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga15c403b76ab2c4d7ed0f5edc09891b7e )
216214 - [ ] [ cv::cuda::calcSqrSum] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#gac998c83597f6c206c78cee16aa87946f )
217215 - [ ] [ cv::cuda::calcSum] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga98a09144047f09f5cb1d6b6ea8e0856f )
218216 - [ ] [ cv::cuda::countNonZero] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga98a09144047f09f5cb1d6b6ea8e0856f )
219- - [X] [ cv::cuda::findMinMax] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#gae7f5f2aa9f65314470a76fccdff887f2 )
220- - [X] [ cv::cuda::findMinMaxLoc] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga93916bc473a62d215d1130fab84d090a )
221217 - [ ] [ cv::cuda::integral] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga07e5104eba4bf45212ac9dbc5bf72ba6 )
222218 - [ ] [ cv::cuda::meanStdDev] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga990a4db4c6d7e8f0f3a6685ba48fbddc )
223- - [X] [ cv::cuda::minMax] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga8d7de68c10717cf25e787e3c20d2dfee )
224- - [X] [ cv::cuda::minMaxLoc] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga5cacbc2a2323c4eaa81e7390c5d9f530 )
225- - [X] [ cv::cuda::normalize] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga4da4738b9956a5baaa2f5f8c2fba438a )
226219 - [ ] [ cv::cuda::rectStdDev] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#gac311484a4e57cab2ce2cfdc195fda7ee )
227220 - [ ] [ cv::cuda::reduce] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga21d57f661db7be093caf2c4378be2007 )
228221 - [ ] [ cv::cuda::sqrIntegral] ( https://docs.opencv.org/4.x/d5/de6/group__cudaarithm__reduce.html#ga40c75196202706399a60bf6ba7a052ac )
@@ -312,7 +305,7 @@ Your pull requests will be greatly appreciated!
312305- [X] ** img_hash. The module brings implementations of different image hashing algorithms.**
313306- [ ] intensity_transform. The module brings implementations of intensity transformation algorithms to adjust image contrast.
314307- [ ] line_descriptor. Binary descriptors for lines extracted from an image
315- - [x] mcc. Macbeth Chart module
308+ - [X] ** mcc. Macbeth Chart module**
316309- [ ] optflow. Optical Flow Algorithms
317310- [ ] ovis. OGRE 3D Visualiser
318311- [ ] phase_unwrapping. Phase Unwrapping API
0 commit comments