Merged
Conversation
…ersions * add eigen tensor conversion functions * add eigen tensor conversion tests * add support for column major order * update eigen tensor tests * fix coding style and add conditional compilation * fix conditional compilation checks * remove whitespace * rearrange functions for easier reading * reformat function documentation and add tensormap unit test * cleanup documentation of unit test * remove condition duplication * check Eigen major version, not minor version * restrict to Eigen v3.3.0+ * add documentation note and add type checking to cv2eigen_tensormap()
…gproc-blur * fix documentation for cv::blur * correct the position of ksize parameter
Fixed NMSBoxes bug * Added NMS for each class * Updated cpp sample * Fixed errors * Refactoring * Added NMS for IE
* Fix integer overflow in parseOption(). Previous code does not work for values like 100000MB. * Fix warning during 32-bit build on inactive code path. * fix build without C++11
* Added ClipByValue subgraph * Return const nodes
* Fix window title of python segmentation example * Fix float text position of python segmentation examples
…ter (single or multiple polygons)
Member
Author
|
👍 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#17320 from jgbradley1:add-eigen-tensor-conversions
#17332 from l-bat:fix_nms
#17352 from egorpugin:patch-2
#17360 from mwtarnowski:fix-documentation-imgproc-blur
#17376 from alalek:dnn_fix_build
#17384 from dkurt:efficientdet
#17386 from l-bat:tf_clamp_subgraph
#17388 from alalek:dnn_update_network_dump
#17390 from l-bat:fix_ngraph_multiply
#17392 from alalek:dnn_test_yolov4
#17394 from huningxin:fix_segmentation_py
#17406 from mshabunin:fix-msmf-audio-handling
#17410 from asmorkalov:as/formulae_command_typo
#17416 from vpisarev:fix_fillpoly
Previous "Merge 3.4": #17351