profile/ivi/opencv.git
2011-01-31 Maria Dimashovafixed ticket #823
2011-01-31 Maria Dimashovaminor changes
2011-01-31 Alexey Spizhevoyremoved obsolete file
2011-01-31 Alexey Spizhevoyadded docs for the DeviceInfo class
2011-01-31 Vladislav Vinogradovfixed GPU docs
2011-01-31 Ethan RubleeFixing check in NativePreviewer for supported modes...
2011-01-30 Ethan RubleeAdding a few settings to the camera driver for android.
2011-01-28 Anatoly Baksheevfixed documents errors for GPU module
2011-01-28 Alexey Spizhevoyminor changes in multi_gpu sample
2011-01-28 Alexey Spizhevoyadded images for gpu samples
2011-01-28 Alexey Spizhevoyupdated code in case of the compilation without CUDA
2011-01-28 Alexey Spizhevoyreafactoring: replaced query device props functions...
2011-01-28 Alexey Spizhevoyadded results check into multi_gpu sample
2011-01-28 Alexey Spizhevoyadded performance tests for mulSpectrum, resize, Sobel
2011-01-28 Alexey Spizhevoyadded performance tests for log, exp, add, magnitude
2011-01-27 Alexey Spizhevoyfinished multi_gpu sample
2011-01-27 Alexey Spizhevoyadded HAVE_CUDA, HAVE_TBB handling into multi_gpu sample
2011-01-27 Alexey Spizhevoyfixed TargetArchs implementation in case when HAVE_CUDA...
2011-01-27 Maria Dimashovaadded help on Kinect usage to user guide
2011-01-27 Alexey Spizhevoyreplaced has* methods in the GPU module with the Target...
2011-01-27 Maria Dimashovaremoved old unnecessary files from doc
2011-01-27 Alexey Spizhevoyfixed parsing GPU archs in BIN(PTX) format
2011-01-27 Maria Dimashovachanged returned value of unsupported property
2011-01-27 Alexey Spizhevoyadded bib link to the article in GPU docs (for HOG)
2011-01-26 Vladislav Vinogradovfixed BruteForceMatcher_GPU (fails if input data is...
2011-01-26 Vladislav Vinogradovupdate BruteForceMatcher_GPU performance test
2011-01-26 Alexey Spizhevoyadded BFM perf. test
2011-01-26 Alexey Spizhevoyadded SURF perf. test, added working dir field (can...
2011-01-26 Maria Dimashovaminor user output change
2011-01-26 Maria Dimashovaadded ability to get and set some Kinect params
2011-01-26 Anatoly Baksheevfixed compilation
2011-01-26 Alexey Spizhevoymore GPU perf. tests refactoring, added singular maps...
2011-01-26 Alexey Spizhevoyadded more GPU perf. tests, refactored
2011-01-25 Anatoly BaksheevGPU docs. introduction, data structures.
2011-01-25 Alexey Spizhevoyadded error handling into GPU perf. tests
2011-01-25 Alexey Spizhevoyadded initializers into GPU perf. tests
2011-01-25 Alexey Spizhevoyupdated cmake file to allow specifying GPU archs in...
2011-01-25 Alexey Spizhevoyfixed bug in performance test matrix generation
2011-01-25 Alexey Spizhevoyadded GPU memory allocation performance test
2011-01-25 Alexey Spizhevoyadded minMaxLoc, cornerHarris, remap and dft performanc...
2011-01-25 Alexey Spizhevoyadded minMaxLoc performance tests
2011-01-25 James Bowman#586: exceptions on invalid element access
2011-01-25 James Bowman#489, leaking cvarrmat test and fix
2011-01-24 Maria Dimashovareplaced own point cloud computing by OpenNI ConvertPro...
2011-01-24 Ethan Rubleerevert the hamming distance to use unsigned long, on...
2011-01-24 Alexey Spizhevoyrefactoring of gpu perf. tests
2011-01-24 Alexey Spizhevoyminor refactoring of gpu perf. tests
2011-01-24 Alexey Spizhevoyadded first version of gpu performance tests
2011-01-24 Vladislav Vinogradovadded synchronization after NPP calls
2011-01-24 Vladislav Vinogradovadded gpu threshold.
2011-01-21 James BowmanFix for #791: MatchShapes
2011-01-21 Maria Dimashovaadded Kinect support (initial version without settings...
2011-01-21 Maria Dimashovaminor fixed
2011-01-21 Alexey Spizhevoyadded link to HOG describing paper into gpu docs
2011-01-21 Anatoly Baksheevdocumented data structures, cascade classifier GPU
2011-01-21 Alexey Spizhevoyfixed FindNPP.cmake Apple-aimed part
2011-01-21 Alexey Spizhevoyforgot to rename namespace
2011-01-21 Alexey Spizhevoyfixed errors under MacOS
2011-01-21 Anatoly Baksheevwarning fixed
2011-01-21 Alexey Spizhevoyremoved compile warning in GPU module
2011-01-21 Alexey Spizhevoyminor changes in gpu docs
2011-01-21 Anatoly Baksheev(no commit message)
2011-01-21 Anatoly Baksheevb
2011-01-21 Alexey Spizhevoyfixed some bugs in GPU matrix reductions, removed ...
2011-01-20 Alexey Spizhevoyfixed some GPU tests failing when compiled for 1.1...
2011-01-20 Alexey Spizhevoyfixed parsing of CC in gpu module
2011-01-20 Alexey Spizhevoyupdated gpu initialization functions, added compile...
2011-01-20 Alexey Spizhevoyfixed GPU switchable tests, changed default CC's for...
2011-01-20 Alexey Spizhevoycosmetic changes
2011-01-20 Alexey Spizhevoyupdated main CMakeLists.txt gpu module section, now...
2011-01-20 Ethan Rubleefixing bug related to using the hamming distance on...
2011-01-19 Vladimir Dudnikadded IPP Sobel and Sharr filters. Also some minor...
2011-01-19 James Bowman#674, fix leaks in CreateHist
2011-01-19 Alexey Spizhevoyfixed minor bugs
2011-01-19 Alexey Spizhevoyupdates protected code testing for gpu HOGDescriptor
2011-01-19 Alexey Spizhevoyrefactored gpu module
2011-01-19 Alexey Spizhevoyrefactored gpu module
2011-01-19 James BowmanFixed leak of dims in MatND creates
2011-01-19 James BowmanTest case for #674
2011-01-19 James BowmanBetter tests for ticket #759
2011-01-19 James Bowman#818, Propset Rev
2011-01-19 James Bowman#759. memtrack comments, sealed the numpy MatND leak
2011-01-18 Victor ErukhimovAdded features2d section
2011-01-18 Alexey Spizhevoyadded checkPtxVersion into gpu module
2011-01-18 Alexey Spizhevoyadded ensureSizeIsEnough into gpu module, updated reduc...
2011-01-18 Alexey Spizhevoyadded hasPtxFor and isCompatibleWith functions into...
2011-01-18 Vladislav Vinogradovfixed some mistakes in gpu docs, added docs for gpu...
2011-01-18 Alexey Spizhevoyfixed some mistakes in gpu docs
2011-01-17 Anatoly Baksheevminor (possibility to change, font scale, min neighbors)
2011-01-17 Victor ErukhimovMoving all user guide sources to a single folder
2011-01-17 Alexey Spizhevoyupdated gpu docs (monowidth font for types)
2011-01-17 Alexey Spizhevoygpu docs minor changes
2011-01-17 Anatoly Baksheevgpu face detetcion:
2011-01-17 Anatoly Baksheevgpu morphology sample
2011-01-17 Vladislav Vinogradovupdated gpu image filtering and image processing docs
2011-01-17 Alexey Spizhevoyfinished gpu module docs for matrix operations
2011-01-17 Alexey Spizhevoyfinished gpu module docs for matrix reductions
2011-01-17 Alexey Spizhevoyfinished gpu module docs for per-element operations
2011-01-17 Alexey Spizhevoyrestructured gpu modules docs
2011-01-14 Anatoly Baksheevdocumented all functions from GPU initialization section
next