447 Commits (2d33063a590edccf7926bc027cc9a58fc9baa83c)

Author SHA1 Message Date
lluis e8d3732aaf added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm. 11 years ago
lluis cd33ca0009 changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example. 11 years ago
lluis 6ef1d456dd fixed rebase conflicts 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
lluis 512111af9c removed blank line at EOF 11 years ago
lluis 1cc6502db3 removed unnecessary commented block 11 years ago
lluis 04913f5af7 removed trailing whitespaces 11 years ago
lluis f4d01175b8 fixed a bug in the calculation of the number of inflexion points feature 11 years ago
lluis 765921cc25 fixed a typo error in the default min_Probability param of CreateERFilterNM2 11 years ago
lluis dba336c0e3 fixed a bug in the non-max-suppression filter procedure 11 years ago
Roman Donchenko a50d75d362 Made Filestorage able to not own its CvFileStorage instance. 11 years ago
Roman Donchenko b12894d95a Boring changes - objdetect. 11 years ago
Roman Donchenko dd25f416a6 War on Whitespace, master edition: tabs. 11 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Achal Dave 0bc609257d Comparing rejected stage index with minimum required neighbors does not make sense 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
lluis c4f88b0687 removed some unnecessary ERStat members as they are easily computable from others 11 years ago
lluis 43e7e6e475 removed extra cv:: scope qualifiers for better readability 11 years ago
lluis 2087d4602b using Rect for storing the bounding box instead of an integer array 11 years ago
lluis ca6b30a568 using explicit keyword in the ERStat constructor for safe contruction 11 years ago
lluis 9fbff009e9 fixed compilation errors and warnings on builds 3298 and 4384 11 years ago
lluis 6adba09463 fixed some warnings on build 4285 11 years ago
lluis 1d8e80aa3b add opencv_ml headers to precomp 11 years ago
lluis 5abe3b59f5 Class-specific Extremal Region Filter algorithm as proposed in : 11 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Peter Minin 7d70399d72 Add a new variant of detectMultiScale with output arguments 'objects' and 'numDetections'; factor most of detectMultiScale's code into 2 protected methods 12 years ago
Roman Donchenko d583a79869 Revert "Add a variant of detectMultiScale with an argument 'weights'" 12 years ago
Peter Minin ab6be9b7b7 Add a variant of detectMultiScale with an argument 'weights' that 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Bahram Dahi e2d6a3abe5 Added spacing in a nested template argument list. 12 years ago
Bahram Dahi dcad6ce65a Reverted back to the previous method where a public method groupRectangles was added to HOGDescriptor to take care of ROI and weight grouping 12 years ago
Bahram Dahi 8c25f9f28a [3rd attempt] fixed HOGDescriptor::detectMultiScale() to group weights as well as ROIs 12 years ago
ShengyinWu ef5578a7ce Fixs: After scaling back to original image, some detected ROI will outside the original image ROI 12 years ago
Andrey Kamaev 8b294c6c90 Remove documentation for old python wrapper 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev befd696720 Update documentation 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
jackculpepper 297e6d0b73 mark multiple return arguments for python bindings 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 4ab650d15b Remove gcd function from core headers 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago