profile/ivi/opencv.git
11 years agoadd compute capability check
marina.kolpakova [Sun, 3 Feb 2013 18:44:13 +0000 (22:44 +0400)]
add compute capability check

11 years agoMerge pull request #322 from cuda-geek:training
cuda-geek [Fri, 1 Feb 2013 14:45:12 +0000 (18:45 +0400)]
Merge pull request #322 from cuda-geek:training

11 years agochanges related with code review
marina.kolpakova [Fri, 1 Feb 2013 10:25:10 +0000 (14:25 +0400)]
changes related with code review

11 years agoMerge branch '2.4'
Andrey Kamaev [Fri, 1 Feb 2013 10:58:52 +0000 (14:58 +0400)]
Merge branch '2.4'

11 years agocode review fixes
marina.kolpakova [Thu, 31 Jan 2013 15:17:56 +0000 (19:17 +0400)]
code review fixes

11 years agofinal refactoring and test for training
marina.kolpakova [Wed, 30 Jan 2013 09:34:34 +0000 (13:34 +0400)]
final refactoring and test for training

11 years agoadd documentation for new classes
marina.kolpakova [Wed, 30 Jan 2013 07:24:45 +0000 (11:24 +0400)]
add documentation for new classes

11 years agofix python bindings
marina.kolpakova [Wed, 30 Jan 2013 06:54:58 +0000 (10:54 +0400)]
fix python bindings

11 years agomove feature pool to softcascade module
marina.kolpakova [Wed, 30 Jan 2013 06:43:18 +0000 (10:43 +0400)]
move feature pool to softcascade module

11 years agorefactor feature pool
marina.kolpakova [Wed, 30 Jan 2013 05:57:09 +0000 (09:57 +0400)]
refactor feature pool

11 years agomove ICF -> ChannelFeature
marina.kolpakova [Wed, 30 Jan 2013 05:34:22 +0000 (09:34 +0400)]
move ICF -> ChannelFeature

11 years agoupdate documentation for softcascade module
marina.kolpakova [Tue, 29 Jan 2013 15:18:22 +0000 (19:18 +0400)]
update documentation for softcascade module

11 years agomove miscellaneous python scripts to softcascade module
marina.kolpakova [Tue, 29 Jan 2013 13:47:35 +0000 (17:47 +0400)]
move miscellaneous python scripts to softcascade module

11 years agosplit public interface and realization for SoftCascadeOctave
marina.kolpakova [Tue, 29 Jan 2013 13:44:21 +0000 (17:44 +0400)]
split public interface and realization for SoftCascadeOctave

11 years agomerged ICFPreprocessor and Channels -> ChannelFeatureBuilder
marina.kolpakova [Tue, 29 Jan 2013 12:55:01 +0000 (16:55 +0400)]
merged ICFPreprocessor and Channels -> ChannelFeatureBuilder

11 years agoadd IntegralChannelComputer
marina.kolpakova [Tue, 29 Jan 2013 10:27:53 +0000 (14:27 +0400)]
add IntegralChannelComputer

11 years agomove training to softcascade module
marina.kolpakova [Tue, 29 Jan 2013 09:32:21 +0000 (13:32 +0400)]
move training to softcascade module
rename Octave -> SoftCascadeOctave

11 years agorename SCascade -> SoftCascadeDetector
marina.kolpakova [Tue, 29 Jan 2013 09:09:49 +0000 (13:09 +0400)]
rename SCascade -> SoftCascadeDetector

11 years agomove soft cascade functionality into dedicated module
marina.kolpakova [Tue, 29 Jan 2013 08:26:12 +0000 (12:26 +0400)]
move soft cascade functionality into dedicated module

11 years agorefactor python
marina.kolpakova [Mon, 28 Jan 2013 14:41:22 +0000 (18:41 +0400)]
refactor python

11 years agoparse Caltech annotations
marina.kolpakova [Mon, 28 Jan 2013 14:31:05 +0000 (18:31 +0400)]
parse Caltech annotations

11 years agoadd legend for ROC plot
marina.kolpakova [Mon, 28 Jan 2013 11:34:53 +0000 (15:34 +0400)]
add legend for ROC plot

11 years agoROC script refactoring
marina.kolpakova [Thu, 24 Jan 2013 12:22:08 +0000 (16:22 +0400)]
ROC script refactoring

11 years agoadd parameter to control range and extended range for annotations
marina.kolpakova [Thu, 24 Jan 2013 10:45:11 +0000 (14:45 +0400)]
add parameter to control range and extended range for annotations

11 years agouse long seeds only for 64 bit systems
marina.kolpakova [Thu, 24 Jan 2013 07:45:22 +0000 (11:45 +0400)]
use long seeds only for 64 bit systems

11 years agoimprove ROC test script: handle ignored
marina.kolpakova [Wed, 23 Jan 2013 18:21:56 +0000 (22:21 +0400)]
improve ROC test script: handle ignored

11 years agorefactor python ROC script and add axis ticks
marina.kolpakova [Wed, 23 Jan 2013 10:55:07 +0000 (14:55 +0400)]
refactor python ROC script and add axis ticks

11 years agofix spelling
marina.kolpakova [Mon, 21 Jan 2013 11:57:13 +0000 (15:57 +0400)]
fix spelling

11 years agoallow multiple detectors
marina.kolpakova [Mon, 21 Jan 2013 11:53:25 +0000 (15:53 +0400)]
allow multiple detectors

11 years agoadd ROC estimation
marina.kolpakova [Sun, 20 Jan 2013 22:36:23 +0000 (02:36 +0400)]
add ROC estimation
in the same way as Dallar's matlab toolbox does

11 years agoadd detection to ground truth matching
marina.kolpakova [Sun, 20 Jan 2013 16:20:08 +0000 (20:20 +0400)]
add detection to ground truth matching
according to Piotr Dollar paper

11 years agoadd cropping and aspect ratio normalization
marina.kolpakova [Sat, 19 Jan 2013 17:25:09 +0000 (21:25 +0400)]
add cropping and aspect ratio normalization

11 years agoadd plotting function (matplotlib required)
marina.kolpakova [Fri, 18 Jan 2013 08:22:03 +0000 (12:22 +0400)]
add plotting function (matplotlib required)

11 years agoROC test: add overlap calculation according to Pascal criteria
marina.kolpakova [Thu, 17 Jan 2013 16:36:39 +0000 (20:36 +0400)]
ROC test: add overlap calculation according to Pascal criteria

11 years agoadd improved softcascade detector
marina.kolpakova [Thu, 17 Jan 2013 16:35:12 +0000 (20:35 +0400)]
add improved softcascade detector

11 years agocaltech ROC test:
marina.kolpakova [Wed, 16 Jan 2013 14:21:47 +0000 (18:21 +0400)]
caltech ROC test:
- parse idl
- replase option parser with argument parser

11 years agoCaltech-style ROC testing script
marina.kolpakova [Wed, 16 Jan 2013 10:05:25 +0000 (14:05 +0400)]
Caltech-style ROC testing script

11 years agominor
marina.kolpakova [Mon, 14 Jan 2013 08:58:56 +0000 (12:58 +0400)]
minor

11 years agofilter samples
marina.kolpakova [Sun, 13 Jan 2013 12:48:53 +0000 (16:48 +0400)]
filter samples

11 years agoadd script for negatives extraction
marina.kolpakova [Fri, 11 Jan 2013 23:16:11 +0000 (03:16 +0400)]
add script for negatives extraction

11 years agogeneralize extraction method for any scale
marina.kolpakova [Fri, 11 Jan 2013 20:52:07 +0000 (00:52 +0400)]
generalize extraction method for any scale

11 years agocollect Caltech positives for 32x64 octave:
marina.kolpakova [Fri, 11 Jan 2013 16:55:58 +0000 (20:55 +0400)]
collect Caltech positives for 32x64 octave:
- resized
- cropped
- flipped around the x axis

11 years agodrop deth code
marina.kolpakova [Fri, 11 Jan 2013 14:17:25 +0000 (18:17 +0400)]
drop deth code

11 years agouse long seeds
marina.kolpakova [Fri, 11 Jan 2013 10:49:12 +0000 (14:49 +0400)]
use long seeds

11 years agoimplement positive sample extraction
marina.kolpakova [Fri, 11 Jan 2013 10:47:22 +0000 (14:47 +0400)]
implement positive sample extraction

11 years agocaltech parsing script
marina.kolpakova [Thu, 10 Jan 2013 17:06:14 +0000 (21:06 +0400)]
caltech parsing script

11 years agofix wartings for 32bit build
marina.kolpakova [Thu, 10 Jan 2013 12:30:18 +0000 (16:30 +0400)]
fix wartings for 32bit build

11 years agofix warnings under win
marina.kolpakova [Thu, 10 Jan 2013 11:38:51 +0000 (15:38 +0400)]
fix warnings under win

11 years agomove preprocessor to objdetect
marina.kolpakova [Thu, 10 Jan 2013 11:26:35 +0000 (15:26 +0400)]
move preprocessor to objdetect

11 years agofix globbing under win
marina.kolpakova [Wed, 9 Jan 2013 20:21:34 +0000 (00:21 +0400)]
fix globbing under win

11 years agofix build inder mac
marina.kolpakova [Wed, 9 Jan 2013 17:07:53 +0000 (21:07 +0400)]
fix build inder mac

11 years agosuppress debug out for soft cascade Octave
marina.kolpakova [Wed, 9 Jan 2013 13:56:32 +0000 (17:56 +0400)]
suppress debug out for soft cascade Octave

11 years agofix android build
marina.kolpakova [Wed, 9 Jan 2013 13:23:21 +0000 (17:23 +0400)]
fix android build

11 years agoreplace Mats to Input/OutputArrays for Octave's public interface
marina.kolpakova [Wed, 9 Jan 2013 13:07:24 +0000 (17:07 +0400)]
replace Mats to Input/OutputArrays for Octave's public interface

11 years agoreplace cv::Mat to Input/Output arrays
marina.kolpakova [Wed, 9 Jan 2013 12:46:21 +0000 (16:46 +0400)]
replace cv::Mat to Input/Output arrays

11 years agorefactoring
marina.kolpakova [Wed, 9 Jan 2013 12:31:09 +0000 (16:31 +0400)]
refactoring

11 years agoraplase error output on CV_Error
marina.kolpakova [Wed, 9 Jan 2013 12:10:05 +0000 (16:10 +0400)]
raplase error output on CV_Error

11 years agomove soft cascade octave to ml module
marina.kolpakova [Wed, 9 Jan 2013 12:03:53 +0000 (16:03 +0400)]
move soft cascade octave to ml module

11 years agomove image extraction logic from Octave to Dataset class
marina.kolpakova [Wed, 9 Jan 2013 11:21:04 +0000 (15:21 +0400)]
move image extraction logic from Octave to Dataset class

11 years agocreated abstract FeaturePool class
marina.kolpakova [Wed, 9 Jan 2013 10:29:14 +0000 (14:29 +0400)]
created abstract FeaturePool class

11 years agoremove dead code
marina.kolpakova [Mon, 24 Dec 2012 05:33:25 +0000 (09:33 +0400)]
remove dead code

11 years agorestore backword compatibility
marina.kolpakova [Fri, 18 Jan 2013 09:40:57 +0000 (13:40 +0400)]
restore backword compatibility

11 years agomove rescaling script location
marina.kolpakova [Thu, 20 Dec 2012 13:54:00 +0000 (17:54 +0400)]
move rescaling script location

11 years agoadd file storage release
marina.kolpakova [Tue, 18 Dec 2012 18:59:35 +0000 (22:59 +0400)]
add file storage release

11 years agofix floating point precision
marina.kolpakova [Mon, 17 Dec 2012 11:13:03 +0000 (15:13 +0400)]
fix floating point precision

11 years agoscript for scaling inria dataset for multiple-octaves training
marina.kolpakova [Fri, 14 Dec 2012 14:07:29 +0000 (18:07 +0400)]
script for scaling inria dataset for multiple-octaves training

11 years agowrite features to soft cascade xml
marina.kolpakova [Fri, 14 Dec 2012 13:57:55 +0000 (17:57 +0400)]
write features to soft cascade xml

11 years agofix inintial weighting
marina.kolpakova [Thu, 13 Dec 2012 10:31:28 +0000 (14:31 +0400)]
fix inintial weighting

11 years agoamplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detect...
marina.kolpakova [Wed, 12 Dec 2012 11:35:30 +0000 (15:35 +0400)]
amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade"

11 years agofix typo
marina.kolpakova [Wed, 12 Dec 2012 11:35:01 +0000 (15:35 +0400)]
fix typo

11 years agoadd xml serialization
marina.kolpakova [Wed, 12 Dec 2012 10:20:42 +0000 (14:20 +0400)]
add xml serialization

11 years agocommented debug out
marina.kolpakova [Tue, 11 Dec 2012 20:31:03 +0000 (00:31 +0400)]
commented debug out

11 years agointegrate pruning
marina.kolpakova [Tue, 11 Dec 2012 18:42:13 +0000 (22:42 +0400)]
integrate pruning

11 years agostore result to xml.
marina.kolpakova [Fri, 7 Dec 2012 14:26:09 +0000 (18:26 +0400)]
store result to xml.

11 years agorefactoring
marina.kolpakova [Fri, 7 Dec 2012 13:55:58 +0000 (17:55 +0400)]
refactoring

11 years agofix feature computing
marina.kolpakova [Fri, 7 Dec 2012 09:17:55 +0000 (13:17 +0400)]
fix feature computing

11 years agoload from config xml and fix integral representation
marina.kolpakova [Thu, 6 Dec 2012 14:28:44 +0000 (18:28 +0400)]
load from config xml and fix integral representation

11 years agoadd ability to store/load training configuration
marina.kolpakova [Thu, 6 Dec 2012 12:45:44 +0000 (16:45 +0400)]
add ability to store/load training configuration

11 years agoset parameters
marina.kolpakova [Thu, 6 Dec 2012 12:36:35 +0000 (16:36 +0400)]
set parameters

11 years agoadd negatives generation
marina.kolpakova [Thu, 6 Dec 2012 11:58:50 +0000 (15:58 +0400)]
add negatives generation

11 years agoPositives preprocessing
marina.kolpakova [Thu, 6 Dec 2012 10:20:45 +0000 (14:20 +0400)]
Positives preprocessing

11 years agodebug output information.
marina.kolpakova [Thu, 6 Dec 2012 09:04:26 +0000 (13:04 +0400)]
debug output information.

11 years agoadd file globbing
marina.kolpakova [Thu, 6 Dec 2012 08:59:20 +0000 (12:59 +0400)]
add file globbing

11 years agofeature pool generation:
marina.kolpakova [Thu, 6 Dec 2012 08:19:35 +0000 (12:19 +0400)]
feature pool generation:
    - use random from tr1 extension
    - extend cv::Boost

11 years agoAdd new app dedicated for training soft cascades.
marina.kolpakova [Thu, 6 Dec 2012 07:07:35 +0000 (11:07 +0400)]
Add new app dedicated for training soft cascades.

11 years agoMerge pull request #396 from vpisarev:facedetect_fixes
Andrey Kamaev [Fri, 1 Feb 2013 08:49:48 +0000 (12:49 +0400)]
Merge pull request #396 from vpisarev:facedetect_fixes

11 years agoMerge pull request #400 from ilysenkov:bugfix_2560
Andrey Kamaev [Fri, 1 Feb 2013 08:05:48 +0000 (12:05 +0400)]
Merge pull request #400 from ilysenkov:bugfix_2560

11 years agoMerge pull request #397 from ilysenkov:bugfix_2677
Andrey Kamaev [Fri, 1 Feb 2013 08:04:38 +0000 (12:04 +0400)]
Merge pull request #397 from ilysenkov:bugfix_2677

11 years agoMerge pull request #398 from ilysenkov:bugfix_2330
Andrey Kamaev [Fri, 1 Feb 2013 07:19:33 +0000 (11:19 +0400)]
Merge pull request #398 from ilysenkov:bugfix_2330

11 years agofixed compile warnings
Vadim Pisarevsky [Fri, 1 Feb 2013 06:47:27 +0000 (10:47 +0400)]
fixed compile warnings

11 years agoMerge pull request #392 from vpisarev:python_fixes2
Andrey Kamaev [Fri, 1 Feb 2013 06:20:51 +0000 (10:20 +0400)]
Merge pull request #392 from vpisarev:python_fixes2

11 years agoDocumented the TermCriteria class (#2560)
Ilya Lysenkov [Fri, 1 Feb 2013 06:16:30 +0000 (10:16 +0400)]
Documented the TermCriteria class (#2560)

11 years agoAdded info() method in descriptor matchers (#2330)
Ilya Lysenkov [Thu, 31 Jan 2013 21:07:27 +0000 (01:07 +0400)]
Added info() method in descriptor matchers (#2330)

11 years agoChecked key_size in LSH table for validness (#2677)
Ilya Lysenkov [Thu, 31 Jan 2013 19:19:19 +0000 (23:19 +0400)]
Checked key_size in LSH table for validness (#2677)

11 years agoAdded a test for invalid key sizes in LSH tables
Ilya Lysenkov [Thu, 31 Jan 2013 19:17:07 +0000 (23:17 +0400)]
Added a test for invalid key sizes in LSH tables

11 years agodisabled the use of SSE4 instructions as well to make the code compatible with the...
Vadim Pisarevsky [Thu, 31 Jan 2013 18:57:46 +0000 (22:57 +0400)]
disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips

11 years agoadded test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp...
Vadim Pisarevsky [Thu, 31 Jan 2013 18:55:04 +0000 (22:55 +0400)]
added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669

11 years agoMerge pull request #390 from taka-no-me:fix_relative_error_check
Andrey Kamaev [Thu, 31 Jan 2013 17:32:44 +0000 (21:32 +0400)]
Merge pull request #390 from taka-no-me:fix_relative_error_check

11 years agoMerge pull request #318 from AnnaKogan8:fixed-perf-tests
Andrey Kamaev [Thu, 31 Jan 2013 17:01:44 +0000 (21:01 +0400)]
Merge pull request #318 from AnnaKogan8:fixed-perf-tests

11 years agoMerge pull request #394 from taka-no-me:fix_tiff_test
Andrey Kamaev [Thu, 31 Jan 2013 16:52:35 +0000 (20:52 +0400)]
Merge pull request #394 from taka-no-me:fix_tiff_test