fixes for cv::addWeighted and cv::Mat::dot
[profile/ivi/opencv.git] / modules /
2014-10-09 Ilya Lavrenovfixes for cv::addWeighted and cv::Mat::dot
2014-10-08 Ilya Lavrenovcv::resize (INTER_LINEAR && INTER_CUBIC)
2014-10-08 Ilya Lavrenovcv::pyrUp
2014-10-08 Ilya Lavrenovcv::pyrDown
2014-10-07 Ilya Lavrenovcv::cvtColor (RGB2Luv CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (Luv2RGB CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (Lab2BGR CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (HLS2RGB CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (RGB2HLS CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (HSV2RGB CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (Gray2RGB5x5)
2014-10-06 Ilya Lavrenovcv::cvtColor (RGB5x52Gray)
2014-10-06 Ilya Lavrenovcv::cvtColor (RGBRGB5x5)
2014-10-06 Ilya Lavrenovcv::cvtColor (RGB5x52RGB)
2014-10-06 Ilya Lavrenovcv::cvtColor (BGR[A]2RGB[A])
2014-10-06 Ilya Lavrenovcv::cvtColor
2014-09-30 Ilya Lavrenovoptimization of cv::CLAHE (~3x)
2014-09-30 Ilya Lavrenovcv::accumulate functions
2014-09-30 Ilya Lavrenovcv::sum refactoring
2014-09-30 Ilya Lavrenovcv::multiply
2014-09-30 Ilya Lavrenovcv::medianBLur
2014-09-29 Ilya Lavrenovcv::boxFilter
2014-09-29 Ilya Lavrenovfix for cornerHarris
2014-09-28 Ilya Lavrenovfix for cv::Mat::convertTo with scale
2014-09-28 Ilya Lavrenovcv::norm
2014-09-28 Ilya Lavrenovcv::countNonZero
2014-09-28 Ilya Lavrenovcv::Mat::dot
2014-09-28 Ilya Lavrenovcv::Mat::convertTo with scale and shift
2014-09-28 Ilya Lavrenovcv::compare
2014-09-28 Ilya Lavrenovcv::addWeighted
2014-09-26 Ilya Lavrenovcv::moments (CV_8UC1)
2014-09-26 Ilya Lavrenovcv::threshold
2014-09-26 Ilya Lavrenovcv::remap
2014-09-26 Ilya Lavrenovfixed warps accuracy tests
2014-09-26 Ilya Lavrenovcv::resize 16uc1
2014-09-26 Ilya Lavrenovcv::resize area 2x
2014-09-26 Ilya Lavrenovcorners
2014-09-26 Ilya Lavrenovcanny
2014-09-26 Maksim ShabuninMerge pull request #3258 from ilya-lavrenov:neon_convert
2014-09-25 Ilya Lavrenovcorrect neon rounding
2014-09-24 Vadim PisarevskyMerge pull request #3249 from mshabunin:java_wrap
2014-09-24 Vadim PisarevskyMerge pull request #3257 from Atanahel:gbt_bugfix_master
2014-09-24 Vadim PisarevskyMerge pull request #3259 from ilya-lavrenov:neon_scale_...
2014-09-23 Ilya LavrenovNeon optimization of cv::scaleAdd (CV_32F)
2014-09-23 Ilya LavrenovNeon optimization of Mat::convertTo
2014-09-23 Benoit SeguinCorrection of the integer data treated as floating...
2014-09-23 Vadim PisarevskyMerge pull request #3253 from asmorkalov:ocv_gstreamer2
2014-09-23 Alexander SmorkalovMore accurate selection of color space conversion eleme...
2014-09-23 Alexander SmorkalovFixed compatibility with GStreamer 1.x.
2014-09-23 Vadim PisarevskyMerge pull request #3252 from GravityJack:point-division
2014-09-23 Alexander SmorkalovFixed GStreamer encoding pipeline frame drop for most...
2014-09-23 Vadim PisarevskyMerge pull request #3250 from ilya-lavrenov:neon_conver...
2014-09-22 Marc RollinsUpdating documentation to reflect division operations.
2014-09-22 Marc RollinsAdding element-wise division operators to Point3_ class.
2014-09-22 Marc RollinsAdding division operators to `Point_` class.
2014-09-22 Vadim PisarevskyMerge pull request #3248 from ilya-lavrenov:arm_sum
2014-09-22 Ilya LavrenovNeon optimization of cv::convertScaleAbs
2014-09-22 Vadim PisarevskyMerge pull request #3239 from mshabunin:xfeatures2d_fix
2014-09-22 Ilya LavrenovNeon optimization of cv::sum
2014-09-22 Maksim ShabuninJava wrappers now support nested namespaces and classes
2014-09-22 Maksim ShabuninSupport of bioinspired contrib module wrapping
2014-09-19 Vadim PisarevskyMerge pull request #3237 from mshabunin:java_test_detection
2014-09-19 Maksim ShabuninFixed android test detection and some spaces in CMakeLi...
2014-09-19 Maksim ShabuninChanged java tests detection procedure
2014-09-18 Vadim PisarevskyMerge pull request #3233 from niebles:master
2014-09-18 Juan Carlos NieblesMerge github.com:Itseez/opencv
2014-09-18 Juan Carlos Nieblesremoved setter methods, replaced by CV_PROP_RW macro
2014-09-18 Vadim PisarevskyMerge pull request #3234 from vpisarev:fixed_photo_test...
2014-09-18 Vadim PisarevskyMerge pull request #2702 from GregoryMorse:patch-3
2014-09-18 Vadim PisarevskyMerge pull request #2893 from ilya-lavrenov:tapi_vector...
2014-09-18 Vadim PisarevskyMerge pull request #3232 from Chuanbo-Weng:master
2014-09-18 Vadim Pisarevskymake sure ptr<> is called with proper parameter, otherw...
2014-09-17 Juan Carlos Nieblesextended python interface for KalmanFilter
2014-09-17 Vadim PisarevskyMerge pull request #3180 from mshabunin:java_ptr_support
2014-09-17 Vadim PisarevskyMerge pull request #3230 from znah:ipp_median_fix
2014-09-17 Chuanbo WengUse vload to read unaligned data instead of dereference...
2014-09-17 Vadim PisarevskyMerge pull request #3231 from vpisarev:reenable_cpp_samples
2014-09-17 Vadim PisarevskyMerge pull request #3229 from the-glu:master
2014-09-17 Vadim PisarevskyMerge pull request #3220 from asmorkalov:ocv_gstreamer
2014-09-17 Vadim PisarevskyMerge pull request #3215 from dmitrygribanov:dg/stitchi...
2014-09-17 Vadim PisarevskyMerge pull request #3226 from whoshuu:patch-1
2014-09-17 Vadim PisarevskyMerge pull request #3227 from PhilLab:patch-3
2014-09-17 Alexander Mordvintsevfix: ippiFilterMedianBorder sometimes crash when doing...
2014-09-17 Philipp HasperDoc: Fixing indentation
2014-09-16 Huu NguyenFix implicit narrowing error in initializer list
2014-09-16 Alexander AlekhinMerge pull request #3208 from vbystricky:oclopt_Filter2D
2014-09-16 Alexander SmorkalovCode review fixes.
2014-09-15 Alexander SmorkalovSeveral fixes for GStreamer support in OpenCV
2014-09-15 Vadim PisarevskyMerge pull request #3218 from berak:docfix_colormap_30
2014-09-14 Vadim PisarevskyMerge pull request #3175 from avdmitry:modern_doc_theme
2014-09-14 beraksmall corrections to applyColorMap docs
2014-09-14 Vadim PisarevskyMerge pull request #3126 from avdmitry:move_KDTree_to_ml
2014-09-14 Vadim PisarevskyMerge pull request #3200 from pierriko:master
2014-09-14 Vadim PisarevskyMerge pull request #3201 from PhilLab:patch-3
2014-09-14 Vadim PisarevskyMerge pull request #3206 from stonier:parallel_qt
2014-09-14 Vadim PisarevskyMerge pull request #3209 from PhilLab:patch-5
2014-09-14 Vadim PisarevskyMerge pull request #3205 from parafin:ximea_unix-3.0
2014-09-14 Vadim PisarevskyMerge pull request #3203 from parafin:bug_3858-3.0
2014-09-14 Vadim PisarevskyMerge pull request #3207 from jamoque:more-better-fixes
2014-09-14 Vadim PisarevskyMerge pull request #3213 from mshabunin:png_iccp_strip
next