58 Commits (7d41ce23a757b56d6b4c96d741f9a4b175606a70)

Author SHA1 Message Date
pradeep c5b4b99350 Implemented Kullback-Leibler divergence 11 years ago
Elena Gvozdeva 0265247504 Added ippiDistanceTransform for cv::distanceTransform, maskSize=3,5 11 years ago
Ilya Lavrenov c01e8e9361 removed ABF 11 years ago
Ivy Lee b7f2b671a2 Fixed Bug #3514 Incorrect Chi-Square distance used in LBPH FaceRecognizer 11 years ago
Ilya Lavrenov 37789f015a deleted excess semicolons, commas 11 years ago
Scott Breyfogle 0ea454301f Added optional constraints to non-probablistic hough lines functions 11 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 11 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 11 years ago
Ilya Lavrenov c9e6ed7a29 added cv::blendLinear 11 years ago
Ilya Lavrenov 3eaa8f149b added cv::intergal to T-API 11 years ago
John Stowers 51341738ba Add cv::logPolar, cv::linearPolar, and a python example 11 years ago
Alexander Mordvintsev 0a8d62e5fd createLineSegmentDetectorPtr -> createLineSegmentDetector 11 years ago
Alexander Mordvintsev f0b050fa88 exposed LineSegemntDetector to python 11 years ago
Ovidiu Parvu e324446c70 Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly. 11 years ago
Ovidiu Parvu 8bada4c751 Overloaded the minEnclosingTriangle function such that there is an alternative function with the same name which does not require the output parameter ``area''. 11 years ago
Ovidiu Parvu 4fce8e6b0e Changed the semantics of the minEnclosingTriangle function such that: 11 years ago
Ovidiu Parvu 510ad8e779 - Changed the type of the minEnclosingTriangle function parameters by using proxy classes InputArray/OutputArray instead of std::vector<T> 11 years ago
Ovidiu Parvu e6b58c4e79 - Added the minEnclosingTriangle function declaration to the imgproc header 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 254d4ae429 Boring changes - imgproc. 11 years ago
Daniel Angelov b5e1eb7d48 Removed IOArray constness. 11 years ago
Daniel Angelov 9d78b8003e Update on LSD no to use any Mat* (IOArrays instead). 11 years ago
Nghia Ho a40f217a38 changed from isnormal to isfinite, the prev ignored zero 12 years ago
Nghia Ho e2f00ce846 New intersection function for rotated rectangles 12 years ago
Roman Donchenko 31de2833b4 Replace "const InputArray" with "InputArray". 12 years ago
Daniel Angelov 6fa4834f31 Update on the class. Edited tests and samples. 12 years ago
Daniel Angelov 965b3759b1 Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups. 12 years ago
Vladislav Vinogradov 7b87d72d80 refactored generalized hough (both CPU and GPU): 12 years ago
Daniel Angelov 694d9ff2eb LSD enum now anonymous. 12 years ago
Daniel Angelov d35601209e Added define guard for ln10. Fixed some warnings. 12 years ago
Daniel Angelov 22c8010b2d Added needed header, changed macro name. 12 years ago
Daniel Angelov 6bd5e12be3 Added a sample to show usage of the class. 12 years ago
Daniel Angelov e51e00ac5f Added LSD accuracy tests. 12 years ago
Daniel Angelov 5350a2f1d9 Added Line Segmen Detector. 12 years ago
abidrahmank 37f4e400e4 Added cv2.boxPoints() functionality to Python bindings (Feature #2023) 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev a1c456b7c3 Extract common base header for C and C++ APIs 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Jason Newton 4cb25e9584 update documentation to latest connected components interface 12 years ago
Vadim Pisarevsky 1eae455acb fixed build warnings from VS; hopefully, fixes Android build too 12 years ago
Jason Newton e70b3ef598 use a ltype parameter to determine result Label image type; export stats with differening types over different outputarrays 12 years ago
Jason Newton 00bdca7684 A few changes to comply with upstream requirements for merge. 12 years ago
Ilya Lavrenov 5225672dc0 added edge-aware demosaicing and bayer to bgra conversion 12 years ago
Jason Newton d5aa679d3f adjust output type to return int32... it should at least be unsigned but this breaks python bindings; 12 years ago
Jason Newton 85880397c4 connectedcomponents: use opencv integral types, add to docs, fix up things for a python export 12 years ago
Jason Newton 4c0cb2576d connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version 12 years ago
Jason Newton 45b4f4f32b connectedComponents: warning free version 12 years ago