profile/ivi/opencv.git
2014-08-22 Vadim PisarevskyMerge pull request #3139 from bmagyar:patch-2
2014-08-22 Vadim PisarevskyMerge pull request #3144 from ElenaGvozdeva:ocl_morphSmall
2014-08-22 Vadim PisarevskyMerge pull request #3142 from akarsakov:fix_cvtcolor_lu...
2014-08-22 Vadim PisarevskyMerge pull request #3140 from braindevices:master
2014-08-22 Vadim PisarevskyMerge pull request #3116 from shubhra:master
2014-08-22 Vadim PisarevskyMerge pull request #3127 from GravityJack:size-math-ops
2014-08-22 Vadim PisarevskyMerge pull request #3131 from znah:python_namespaces
2014-08-22 Vadim PisarevskyMerge pull request #3124 from f-morozov:optim_pr
2014-08-22 Elena Gvozdevafixed ocl_boxFilter
2014-08-21 Marc RollinsFixing uninitialized temporary.
2014-08-21 Marc RollinsReverting pass-by-value changes to arithmetic operators.
2014-08-21 Alexander AlekhinMerge pull request #3146 from alalek:extra_for_pr3042
2014-08-21 Alexander Alekhindummy commit
2014-08-21 Alexander AlekhinMerge pull request #3128 from asmorkalov:android_tegra_...
2014-08-21 Alexander Mordvintsevblacklisted 'tracking' due to some linking problem
2014-08-21 Alexander Mordvintsevfix namespace conflicts (like cv::inpaint and cv::xphot...
2014-08-21 Alexander KarsakovFixed range for 'v' channel for 8U images
2014-08-21 Elena Gvozdevafix for ocl_morphSmall
2014-08-21 Alexander Mordvintsevbase class name resolution
2014-08-21 Vadim PisarevskyMerge pull request #3135 from thorikawa:fix-arithmetic...
2014-08-21 f-morozovAKAZE optimizations
2014-08-21 Vadim PisarevskyMerge pull request #3129 from PhilLab:patch-2
2014-08-21 Shubhra PanditDoc changes for feature changes 1544 and 1557
2014-08-20 Ling Wang@z77xfix cmake ocv_add_samples for opencv_contrib/modules...
2014-08-20 Vadim PisarevskyMerge pull request #2942 from ernest-galbrun:tvl1_chambolle
2014-08-20 Bence MagyarUpdate tocDefinitions.rst
2014-08-20 Vadim PisarevskyMerge pull request #3042 from edgarriba:master
2014-08-20 Poly Takahiro... Fix arithmetic exception when pass an empty mat with...
2014-08-19 Vadim PisarevskyMerge pull request #3133 from bmagyar:patch-1
2014-08-19 Vadim PisarevskyMerge pull request #3099 from f-morozov:akaze_tutorial
2014-08-19 Bence MagyarFix color table
2014-08-19 Alexander Mordvintsevremoving modules from blacklist
2014-08-19 Alexander Mordvintsevfixing warnings
2014-08-19 Alexander Mordvintsevfixing warnings
2014-08-19 Alexander Mordvintsevput consts into python submodules
2014-08-19 Alexander Mordvintsevunified namespace population with 'init_submodule'
2014-08-19 Alexander Mordvintsevnested classes support
2014-08-19 Alexander Mordvintsevfunction namespaces partially work
2014-08-19 Alexander Mordvintsevhandling namespaces on parsing functions
2014-08-19 f-morozovAKAZE fixes and tracking tutorial
2014-08-19 PhilLabClarified parameter useExtrinsicGuess in solvePnP
2014-08-19 Vadim PisarevskyMerge pull request #3104 from dkanafeev:new_ipp_func_master
2014-08-19 Vadim PisarevskyMerge pull request #3122 from akarsakov:cvtcolor_perf_t...
2014-08-19 Vadim PisarevskyMerge pull request #3121 from akarsakov:ocl_dft_opt
2014-08-19 Vadim PisarevskyMerge pull request #3119 from mshabunin:logistic-regression
2014-08-19 Ernest Galbrunfixed failing test in opencv_video
2014-08-19 Alexander SmorkalovBuild fix for NVIDIA Tegra optimizations integration.
2014-08-18 edgarribacleaned dls code
2014-08-18 edgarribacleaned dls code
2014-08-18 edgarribaupdated sanity data
2014-08-18 edgarribaupdated dls perf test
2014-08-18 edgarribaMerge branch 'master' of https://github.com/Itseez...
2014-08-18 edgarribaMerge branch 'master' of https://github.com/edgarriba...
2014-08-18 edgarribaUpdate perf_pnp && ransac model points
2014-08-18 Marc RollinsSimplifying arithmetic and comparison operator implemen...
2014-08-18 Marc RollinsImplementing division operators.
2014-08-18 Marc RollinsImplementing *= operator. Implementing * in terms of it.
2014-08-18 Maksim ShabuninModified logistic regression module according to comments
2014-08-18 Maksim ShabuninUpdated logistic regression example
2014-08-18 Maksim ShabuninReworked ML logistic regression implementation, initial...
2014-08-18 Maksim ShabuninFixed ML module build after merge
2014-08-18 Rahul Kavifixed warnings in type conversions
2014-08-18 Rahul Kaviremoved extra comments in train method
2014-08-18 Rahul Kaviremoved a couple of unnecessary comments in Logistic...
2014-08-18 Rahul Kavifixed logistic regression documentation warnings
2014-08-18 Rahul Kavifixed default constructor for LogisticRegression class...
2014-08-18 Rahul Kaviremoved default value from LogisticRegression construct...
2014-08-18 Rahul Kavifixed missing semicolon in logistic regression document...
2014-08-18 Rahul Kaviupdated mini_batch_size description for LogisticRegress...
2014-08-18 Rahul Kavifixed indentation in logistic regression documentation
2014-08-18 Rahul Kavifixed indentation in logistic regression documentation
2014-08-18 Rahul Kavifixed white space in logistic regression prototype
2014-08-18 Rahul Kavifixed white space in logistic regression classifier
2014-08-18 Rahul Kaviupdated test for logistic regression
2014-08-18 Rahul Kaviupdated logistic regression definition
2014-08-18 Rahul Kaviupdated prototype for logistic regression classifier
2014-08-18 Rahul Kaviupdated prototype for logistic regression classifier
2014-08-18 Rahul Kaviupdated documentation to reflect new api changes for...
2014-08-18 Rahul Kaviupdated logistic regression program with new api example
2014-08-18 Rahul Kaviupdated documentation to do reflect changes to logistic...
2014-08-18 Rahul Kavifixed trailing whitespaces in LogisticRegression code.
2014-08-18 Rahul Kaviremoved trailing whitespaces from predict function
2014-08-18 Rahul Kaviremoved trailing whitespaces from updated logistic...
2014-08-18 Rahul Kaviremoved unnecessary semicolon in LogisticRegression...
2014-08-18 Rahul Kavifixed typedef for LogisticRegression. Updated LogisticR...
2014-08-18 Rahul Kaviupdated documentation to reflect newer changes to Logis...
2014-08-18 Rahul Kaviupdated test for logistic regression after changes...
2014-08-18 Rahul Kaviadded updated logistic regression prototype with newer...
2014-08-18 Rahul Kavirewrote the code to update API, removed inheritance...
2014-08-18 Rahul Kaviupdated logistic regression sample program
2014-08-18 Rahul Kavifixed trailing white-space in logistic regression class
2014-08-18 Rahul Kavifixed trailing white-space in sample program for logist...
2014-08-18 Rahul Kaviupdated logistic regression sample program
2014-08-18 Rahul Kaviadded logistic regression classifier
2014-08-18 Rahul Kaviadded logistic regression prototype
2014-08-18 Rahul Kaviadded test for logistic regression
2014-08-18 Rahul Kaviadded documentation for logistic regression classifier
2014-08-18 Rahul Kaviadded reference to logistic regression document
2014-08-18 Rahul Kaviadded program to demonstrate use of logistic regression...
2014-08-18 Rahul Kaviadded sample data file to test logistic regression...
next