127 Commits (3ac3ba041597df5e71fbde68d518e18956a7a624)

Author SHA1 Message Date
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
yao 26b5eb3e39 add adaptive bilateral filter (cpp and ocl version) 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 11 years ago
kocheganovvm 086db9d6db Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 11 years ago
Roman Donchenko 31de2833b4 Replace "const InputArray" with "InputArray". 11 years ago
Daniel Angelov 6fa4834f31 Update on the class. Edited tests and samples. 11 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. 11 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 8f32902ce6 Minimize usages of legacy C API inside the library 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
Vladislav Vinogradov 5810a73d30 CPU implementation of CLAHE 12 years ago
Daniil Osokin e153f0631c Added missing enums for cvtColor RGB to YUV420p 12 years ago
Andrey Kamaev a1c456b7c3 Extract common base header for C and C++ APIs 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
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Daniil Osokin 7255ede3af Added implementation for RGB to YUV420p color conversion 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
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev ed51162568 Fix binary compatibility of Java wrappers 12 years ago
Andrey Kamaev 0442bca235 Revert "partially recovered binary compatibility (ticket #2415)" 12 years ago
Andrey Kamaev 64b56d7018 Revert "remaining C-style planar subdivisions data structures are moved to legacy" 12 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
Andrey Kamaev 088a6597bc Merged the trunk 8855,8885,8886 13 years ago
Andrey Pavlenko a72f4474b4 fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly) 13 years ago
Marina Kolpakova 3def843652 merged the trunk r8719:8731 and 8807 13 years ago
Vadim Pisarevsky 87d1731714 added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073) 13 years ago