135 Commits (11071dd2412879e1ffa4e7ff0e54d223631caa52)

Author SHA1 Message Date
Anatoly Baksheev 37a754621a Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
Andrey Kamaev bef34093aa Remove all using directives for STL namespace and members 11 years ago
StevenPuttemans a4239f972b Added extras to traincascade functionality 11 years ago
StevenPuttemans e59912f803 Applied fix mentioned in bugreport 3370. Seems to solve the issue. 11 years ago
Anatoly Baksheev 0dad070473 Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
Alexander Alekhin 09f0e1777e cmake: fix linker deps for CUDA 11 years ago
Alexander Alekhin 555c505b70 update cmake 'install' target for Windows platform 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 2a2c21bb63 Replace an incorrect usage of Ptr with a simple vector. 11 years ago
Roman Donchenko 34af7eeb84 Boring changes - apps. 11 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Andrey Kamaev b8ed00bd64 Compile OpenCV with GCC visibility set to hidden 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev 199a35a105 Move C API of opencv_video to separate file 12 years ago
Andrey Kamaev 69648f0a6f Make photo.hpp independent from C API 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev d62bc8cfbf Remove more old definitions from internal.hpp 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev cc6bdfb045 Remove inline sorting algorithms from core headers 12 years ago
Andrey Kamaev 29cfeb7cee Fix build of apps and samples 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
marina.kolpakova 157a98edf7 refactored cuda error handling; remove optional dependancies in soft cascade training app 12 years ago
marina.kolpakova 5120322cea move gpu version of soft cascade to dedicated module 12 years ago
Andrey Kamaev a42a0f5fca Added compatibility headers 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
marina.kolpakova cf66942505 enable training test. refactor globbing 12 years ago
marina.kolpakova ac471fadd6 remove unused parameter from softcascade::Octave constructor 12 years ago
marina.kolpakova 1bf696f392 fixes for soft cascade training app 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
marina.kolpakova cc538ddfa6 changes related with code review 12 years ago
LeonidBeynenson 87b0126e0d Fixed dummy warning. 12 years ago
marina.kolpakova f7ac73998a code review fixes 12 years ago
marina.kolpakova 14ac8a528e final refactoring and test for training 12 years ago
marina.kolpakova fa15fcc53e move feature pool to softcascade module 12 years ago
marina.kolpakova 0b039f3c6b refactor feature pool 12 years ago
marina.kolpakova b4aa33b6d3 move ICF -> ChannelFeature 12 years ago
marina.kolpakova a01f596474 update documentation for softcascade module 12 years ago
marina.kolpakova 7f80054dfd move miscellaneous python scripts to softcascade module 12 years ago
marina.kolpakova 4ba8b53152 split public interface and realization for SoftCascadeOctave 12 years ago
marina.kolpakova f3227c3f1a merged ICFPreprocessor and Channels -> ChannelFeatureBuilder 12 years ago
marina.kolpakova 716a9ccb71 move training to softcascade module 12 years ago
marina.kolpakova 1b43b0e2df move soft cascade functionality into dedicated module 12 years ago
marina.kolpakova 28098b6632 refactor python 12 years ago
marina.kolpakova 8cf30c728e parse Caltech annotations 12 years ago
marina.kolpakova 1fc7134f21 add legend for ROC plot 12 years ago
marina.kolpakova faecb4f01d ROC script refactoring 12 years ago