lluis
d25309f82e
first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes
12 years ago
lluis
75fdfba281
renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory).
12 years ago
lluis
95d92c099c
functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object
12 years ago
Roman Donchenko
c511d5d649
Merge pull request #1414 from lluisgomez:scene_text_detection_computeNMChannels
12 years ago
Roman Donchenko
0033d453f2
Merge pull request #1426 from nailbiter:optimPD
12 years ago
Roman Donchenko
e3b92a9591
Merge pull request #1441 from look4pritam:prism-stereo
12 years ago
Roman Donchenko
4082a0c64e
Merge pull request #1442 from SpecLad:version-status
12 years ago
Roman Donchenko
d669559ec3
Bumped version to 3.0.
12 years ago
Roman Donchenko
b525c28244
Updated the Java bindings and docs to support the version status.
12 years ago
Roman Donchenko
473bfb0019
Updated the build config files to deal with the version status.
...
I didn't make the status part of the version variables here, because
letters don't play too well with version comparison algorithms
(especially with CMake's, which only supports numbers).
12 years ago
Roman Donchenko
cd8ff69637
Added version status support into the build system.
12 years ago
Roman Donchenko
887825e831
Added an additional version component - the development status.
...
This will allow us to distinguish between regular releases, prereleases
and development versions.
12 years ago
look4pritam
7fd7bbc9f1
The prism distortion coefficients are added for the stereo calibration.
12 years ago
Roman Donchenko
4fe8e377ed
Merge pull request #1436 from SpecLad:host-git
12 years ago
Roman Donchenko
03926fac20
Fixed finding Git when cross-compiling.
12 years ago
Roman Donchenko
acc2ca484c
Merge pull request #1425 from pengx17:master_retina_ocl_fix
12 years ago
Roman Donchenko
242e4254f3
Merge pull request #1427 from SpecLad:merge-2.4
12 years ago
Roman Donchenko
7238479813
Merge pull request #1415 from znah:sfm_py
12 years ago
Roman Donchenko
54c6830937
Merge pull request #1422 from SpecLad:nat-act-upd
12 years ago
Roman Donchenko
95c2e8b51f
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Conflicts:
.gitignore
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
modules/gpu/src/match_template.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_precomp.hpp
12 years ago
peng xiao
8767c47463
Fix whitespaces.
12 years ago
pengxiao
a92721b569
Fix retina ocl on NV.
...
Previously we incorrectly assumed data was aligned in 16 bytes, which should be 32.
12 years ago
Alex Leontiev
a29863ee7b
Eliminate use of 32-bit floating pt type
...
Replace all "float" by "double" (64-bit) to avoid "lose precision"
warnings.
12 years ago
Alex Leontiev
1207cd132b
Minor fixes
...
Fixed integer vs unsigned integer comparison in .cpp test source and
trailing whitespaces in source code
12 years ago
Alex Leontiev
11fa0651c6
Minor fixes
...
As the opencv's build-bot did not want to compile this revision, I had
to do some changes. In particular,
1) Removed unsigned int vs int comparisons, that were treated as errors
2) Removed unused variables and functions
3) Removed functions without previous declaration
4) Fixed whitespaces
12 years ago
Alex Leontiev
ccc71ac190
Primal-dual algorithm
...
This is an implementation of primal-dual algorithm, based on the C++
source code by Vadim Pisarevsky. It was extended to handle the denoising
based on multiple observations. It also contains documentation and
tests.
12 years ago
lluis
ad94628038
Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel.
12 years ago
Roman Donchenko
4ee5599d4b
Merge pull request #1381 from 23pointsNorth:master
12 years ago
Roman Donchenko
3609bb41a7
Updated the native activity sample to master's API.
12 years ago
Roman Donchenko
59dd5aea00
Reenabled adding native app glue for Android samples.
12 years ago
Roman Donchenko
d5aaab745f
Merge pull request #1282 from nailbiter:optimDS
12 years ago
Roman Donchenko
531471b0aa
Merge pull request #1412 from jet47:gpu-match-template-nocuda
12 years ago
Roman Donchenko
84435ba741
Merge pull request #1365 from bitwangyaoyao:2.4_bilateral
12 years ago
Roman Donchenko
574f011a33
Merge pull request #1410 from SpecLad:module-samples
12 years ago
Roman Donchenko
2208248dda
Merge pull request #1416 from asmorkalov:doc_hough_circle
12 years ago
Alexander Mordvintsev
79d51c3398
expose findEssentialMat, decomposeEssentialMat and recoverPose to Python
12 years ago
Alexander Smorkalov
40212e1eb9
Link to Hough Circle Transform sample fixed in tutorial.
12 years ago
lluis
e8d3732aaf
added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm.
12 years ago
Roman Donchenko
cb0fc230f1
Merge pull request #1387 from vpisarev:ipp_imgwarp
12 years ago
Roman Donchenko
45512a93e0
Merge pull request #1396 from melody-rain:2.4_perf_bgfg_cpp
12 years ago
Roman Donchenko
77a2529eb7
Merge pull request #1408 from jet47:new-ptr-fixes
12 years ago
Roman Donchenko
74578f56a9
Merge pull request #1403 from lluisgomez:scene_text_detection_NM_fix
12 years ago
Roman Donchenko
a03c6decaf
Merge pull request #1409 from SpecLad:imgproc-test-memerr
12 years ago
Vladislav Vinogradov
6ad72bfcb4
removed detail:: prefix int video_reader
...
it conflicts with cv::detail
12 years ago
Vladislav Vinogradov
a0771630b0
restored original behaviour or release functions for (Buffer and Texture)
12 years ago
Vladislav Vinogradov
c439702f0c
added missing gpu::matchTemplate implementation for non-CUDA build
12 years ago
Jin Ma
2fb0d23104
Removed unnecessary process for conversion to 4-channel format.
12 years ago
lluis
cd33ca0009
changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example.
12 years ago
Roman Donchenko
ff1eb0d582
Merge pull request #1407 from ilya-lavrenov:ocl_test_mog
12 years ago
Roman Donchenko
8525fb0776
Merge pull request #1406 from SpecLad:gpu-resize-warn
12 years ago