Dmitry Kurtaev
7e48fa58eb
Manage TensorFlow's NHWC data layout is smoother
7 years ago
catree
59ec224009
Update left_intrinsics.yml file with chessboard square_size=0.025 and with extrinsic parameters. Add camera_calibration_show_extrinsics.py, a Python sample that allows to display the extrinsics saved during the camera calibration process (cpp-example-calibration).
7 years ago
Dmitry Kurtaev
0ed2cbc931
R-FCN models support
7 years ago
Suleyman TURKMEN
1ff33e6e4d
Update links
7 years ago
Alexander Alekhin
b450811e4b
core(logger): add log level configuration option
7 years ago
catree
87160cb297
Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial.
7 years ago
Alexander Alekhin
dcdd6af5a8
Merge pull request #10341 from pengli:dnn
7 years ago
Alexander Alekhin
badc3bd312
Merge pull request #10348 from ElenaGvozdeva:Canny_HAL
7 years ago
Vadim Pisarevsky
b1ed8bc0d1
Merge pull request #10347 from dkurt:dnn_remove_deprecated_importer
7 years ago
Li Peng
3b84acfc48
add ocl accuracy test for tf mobilenet ssd
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
436d7e4eaf
add depthwise convolution kernel
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
910d7dab1f
prior box layer ocl implementation
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
elenagvo
b0e9d76ced
HAL for canny
7 years ago
Alexander Alekhin
05b259fe2e
Merge pull request #10344 from tomoaki0705:fixBuildLibtiff
7 years ago
Dmitry Kurtaev
6aabd6cc7a
Remove cv::dnn::Importer
7 years ago
Alexander Rybnikov
19c914db51
Changed wrapping mode for cv::dnn::Net::forward
7 years ago
Tomoaki Teshima
c057d29192
fix compilation error on Visual Studio 2013 and earlier
...
- fix compilation error about "inline"
- fix linker error about "_TIFF_snprintf_f"
7 years ago
Vadim Pisarevsky
e29de5dd2b
Merge pull request #10343 from tomoaki0705:suppressWarningEncoding
7 years ago
Suleyman TURKMEN
1654dfe3a9
Update samples ( #10333 )
...
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
7 years ago
Vadim Pisarevsky
d3a124c820
Merge pull request #10339 from catree:add_doc_solvepnp_figure_desc
7 years ago
Vadim Pisarevsky
86cc4f3aa4
Merge pull request #10337 from dkurt:fix_pooling_layer
7 years ago
Alexander Alekhin
9de87d96cc
Merge pull request #10338 from hrnr:fix-build
7 years ago
Tomoaki Teshima
65f502bc99
suppress warning on Visual Studio
...
* remove non ASCII character from the comment
7 years ago
catree
fcb537bacd
Add a figure and some formulas to illustrate the PnP pose estimation principle.
7 years ago
Jiri Horner
3dbf392d48
fix build with intrinsics enabled
...
* since #10231 opencv with instrumentation does not build
7 years ago
Dmitry Kurtaev
2b43d4f477
Fix default pooling layer type
7 years ago
Alexander Alekhin
cac4a7e5b5
OpenCV version++
...
OpenCV 3.4.0-rc
7 years ago
Alexander Alekhin
3fddce67c6
experimental version++
7 years ago
Alexander Alekhin
a5c04baec1
Merge pull request #10326 from alalek:cmake_fixes
7 years ago
Alexander Alekhin
361bb1197f
cmake: fix opencv_world build with contrib
7 years ago
Alexander Alekhin
0b33eb0929
cmake: fix ocv_target_compile_definitions() for world builds
...
fixes CUDA build
7 years ago
Alexander Alekhin
8ed1a274e1
cmake: fix missed include in libtiff
7 years ago
Alexander Alekhin
70e1b4ddf0
Merge pull request #10319 from catree:move_SimulatedAnnealingSolver_Impl_cpp
...
Move SimulatedAnnealingSolver::Impl in cpp file
7 years ago
Rostislav Vasilikhin
bab86d65cb
Merge pull request #10258 from savuor:fix/kmeans_channels
...
* kmeans: number of channels in _centers fixed
* fixedType() is checked now
7 years ago
Alexander Alekhin
aef3019152
ml: fix SimulatedAnnealingSolver interface
7 years ago
Alexander Alekhin
28b19d6e3e
Merge pull request #10313 from alalek:rename_fix
...
Fix file names
7 years ago
Alexander Alekhin
e728ffd5bf
Merge pull request #10320 from mshabunin:static-analysis-1
7 years ago
Alexander Alekhin
4b1455579f
Merge pull request #10317 from alalek:cmake_pic_configure
7 years ago
Maksim Shabunin
1033f2b1bd
Fixed 3 issues found by static analysis
7 years ago
catree
0a439570a0
Move SimulatedAnnealingSolver::Impl in cpp file. Fix some typos.
7 years ago
Alexander Alekhin
50365b7741
cmake: update CMAKE_POSITION_INDEPENDENT_CODE
7 years ago
Vadim Pisarevsky
62359f70ff
Merge pull request #10306 from dkurt:faster_rcnn
7 years ago
Suleyman TURKMEN
c5ed507737
Merge pull request #10287 from sturkmen72:update_createsamples_cpp
...
* update createsamples
adds command-line option -rngseed
replaces rand() -> theRNG()
* Update utility.cpp
* apps(createsamples): fix warpPerspective pixels access bug
7 years ago
Alexander Alekhin
7d4a67f2a8
Merge pull request #10315 from alalek:issue_10147_debug
...
dnn: more debug information
7 years ago
Alexander Alekhin
d5f152494b
fix file names
7 years ago
Sayed Adel
1b8acd662f
core:ppc Fix several issues for VSX ( #10303 )
...
- fix conversion intrinsics compatibility with xlc
- implement odd-elements 2 to 4 conversion intrinsics
- improve implementation of universal intrinsic v_popcount
- rename FORCE_INLINE to VSX_FINLINE in vsx_utils.hpp
7 years ago
LaurentBerger
7ad308ea47
Simulated Annealing for ANN_MLP training method ( #10213 )
...
* Simulated Annealing for ANN_MLP training method
* EXPECT_LT
* just to test new data
* manage RNG
* Try again
* Just run buildbot with new data
* try to understand
* Test layer
* New data- new test
* Force RNG in backprop
* Use Impl to avoid virtual method
* reset all weights
* try to solve ABI
* retry
* ABI solved?
* till problem with dynamic_cast
* Something is wrong
* Solved?
* disable backprop test
* remove ANN_MLP_ANNEALImpl
* Disable weight in varmap
* Add example for SimulatedAnnealing
7 years ago
zhijackchen
6df8ac0342
Merge pull request #10283 from zhijackchen:exr_export
...
* Fix issue #10114
Convert table change
From:
CV_8U -> HALF
CV_8S -> HALF
CV_16U -> UINT
CV_16S -> UINT
CV_32S -> UINT
CV_32F -> FLOAT
To:
CV_8U -> HALF
CV_8S -> HALF
CV_16U -> UINT
CV_16S -> FLOAT
CV_32S -> FLOAT loss precision
CV_32F -> FLOAT
Signed integer can't be presented well with UINT. Even adjust bias, CV16S and CV32S will be confused when load from exr file.
Also fix CV_8S negative value incorrect bug
* EXR import and export
imread() from EXR returns CV_32F only
imwrite() accepts CV_32 cv::Mat only and stores FLOAT images by default. Add imwrite() flag to store in HALF format.
* fix compiling error
* clean up
* fix EXR import issues
7 years ago
Dmitry Kurtaev
08112f3821
Faster-RCNN models support
7 years ago
Alexander Alekhin
18ff806d5b
Merge pull request #10304 from catree:add_tutorial_homography
7 years ago