opencv/modules
David 7175f257b5 Added ResizeBilinear op for tf (#11050)
* Added ResizeBilinear op for tf

Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).

Minor changes to tf_importer and resize layer to save some code lines

Minor changes in init.cpp

Minor changes in tf_importer.cpp

* Replaced implementation of a custom ResizeBilinear layer to all layers

* Use Mat::ptr. Replace interpolation flags
2018-06-07 16:29:04 +03:00
..
calib3d Merge pull request #11610 from savuor:fix/stereobm_simd_fixed_float 2018-06-04 13:03:12 +00:00
core core:ppc Fix java CoreTest/testMahalanobis (#11677) 2018-06-07 14:16:48 +03:00
cudaarithm cuda_meanStdDev : bug fix 2018-05-16 03:31:47 +09:00
cudabgsegm cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudacodec cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudafeatures2d
cudafilters Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
cudaimgproc Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
cudalegacy cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudaobjdetect
cudaoptflow
cudastereo fix build error on Jetson 2018-03-28 18:21:53 +09:00
cudawarping
cudev
dnn Added ResizeBilinear op for tf (#11050) 2018-06-07 16:29:04 +03:00
features2d Merge pull request #11634 from vpisarev:empty_mat_with_types_2 2018-05-31 16:36:39 +00:00
flann flann: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
highgui documentation: avoid links to 'master' branch from 3.4 maintenance branch 2018-05-31 16:45:18 +03:00
imgcodecs Merge pull request #11565 from alalek:issue_11545 2018-05-22 16:00:37 +00:00
imgproc Merge pull request #11620 from terfendail:hmmorph_fix 2018-06-07 11:19:21 +00:00
java print() is a function in Python 3 2018-05-03 07:12:12 +02:00
js
ml Merge pull request #11502 from berak:fix_knearest 2018-05-11 11:47:13 +00:00
objdetect documentation: avoid links to 'master' branch from 3.4 maintenance branch 2018-05-31 16:45:18 +03:00
photo avoid copyTo(outputarray.getMat()) pattern 2018-05-23 13:56:34 +03:00
python python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
shape shape: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
stitching fix build warnings 2018-05-17 18:29:21 +03:00
superres build: unreachable code after CV_Error() 2018-04-23 15:45:57 +03:00
ts gtest: support parameters with types from anonymous namespace 2018-06-04 13:30:24 +03:00
video tab to space 2018-04-24 17:45:16 +03:00
videoio Merge pull request #11683 from alalek:videoio_ffmpeg_cleanup_dead_code 2018-06-06 12:21:00 +00:00
videostab build: unreachable code after CV_Error() 2018-04-23 15:45:57 +03:00
viz Merge pull request #11678 from csukuangfj:fix-doc 2018-06-03 11:00:38 +00:00
world
CMakeLists.txt