profile/ivi/opencv.git
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 #372 from cuda-geek:gpu-cascade-fixes
cuda-geek [Thu, 31 Jan 2013 16:13:30 +0000 (20:13 +0400)]
Merge pull request #372 from cuda-geek:gpu-cascade-fixes

11 years agoMerge pull request #388 from ivan-korolev:fix_cmd_line_parsing_in_samples
cuda-geek [Thu, 31 Jan 2013 13:15:14 +0000 (17:15 +0400)]
Merge pull request #388 from ivan-korolev:fix_cmd_line_parsing_in_samples

11 years agoMerge branch '2.4'
Andrey Kamaev [Thu, 31 Jan 2013 10:35:27 +0000 (14:35 +0400)]
Merge branch '2.4'

11 years agoMerge pull request #385 from etalanin:bug2607
cuda-geek [Thu, 31 Jan 2013 09:46:00 +0000 (13:46 +0400)]
Merge pull request #385 from etalanin:bug2607

11 years agoMerge pull request #381 from vpisarev:surf_fixes
cuda-geek [Thu, 31 Jan 2013 09:36:09 +0000 (13:36 +0400)]
Merge pull request #381 from vpisarev:surf_fixes

11 years agoMerge pull request #387 from taka-no-me:fix_dshow_fourcc_conversion
cuda-geek [Thu, 31 Jan 2013 09:26:25 +0000 (13:26 +0400)]
Merge pull request #387 from taka-no-me:fix_dshow_fourcc_conversion

11 years agoMerge pull request #382 from cuda-geek:fix-broken-links-bug-2689
Andrey Kamaev [Thu, 31 Jan 2013 09:08:01 +0000 (13:08 +0400)]
Merge pull request #382 from cuda-geek:fix-broken-links-bug-2689

11 years agoFix and test for #2607
Evgeny Talanin [Wed, 30 Jan 2013 17:39:26 +0000 (21:39 +0400)]
Fix and test for #2607

11 years agofixed cmd line parsing in the samples
Ivan Korolev [Thu, 31 Jan 2013 08:08:43 +0000 (12:08 +0400)]
fixed cmd line parsing in the samples

11 years agoMerge pull request #383 from cuda-geek:apply-opencv-macosx-patch
cuda-geek [Thu, 31 Jan 2013 08:04:13 +0000 (12:04 +0400)]
Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch

11 years agoFix truncation of fourcc value in dshow capture property setter (bug #2535)
Andrey Kamaev [Wed, 30 Jan 2013 22:12:54 +0000 (02:12 +0400)]
Fix truncation of fourcc value in dshow capture property setter (bug #2535)

Added test checking that all valid fourcc values are converted properly

11 years agoMerge pull request #374 from ivan-korolev:fix_estimateRigidTransform
Andrey Kamaev [Wed, 30 Jan 2013 16:26:54 +0000 (20:26 +0400)]
Merge pull request #374 from ivan-korolev:fix_estimateRigidTransform

11 years agoapply patch #2686
marina.kolpakova [Wed, 30 Jan 2013 16:20:06 +0000 (20:20 +0400)]
apply patch #2686

11 years agoMerge pull request #375 from taka-no-me:fix_opticalflow_2075
cuda-geek [Wed, 30 Jan 2013 16:18:53 +0000 (20:18 +0400)]
Merge pull request #375 from taka-no-me:fix_opticalflow_2075

11 years agoMerge pull request #373 from ilysenkov:bugfix_2440
Andrey Kamaev [Wed, 30 Jan 2013 15:37:16 +0000 (19:37 +0400)]
Merge pull request #373 from ilysenkov:bugfix_2440

11 years agoMerge pull request #376 from taka-no-me:solve_tiff_conflict
Andrey Kamaev [Wed, 30 Jan 2013 15:36:09 +0000 (19:36 +0400)]
Merge pull request #376 from taka-no-me:solve_tiff_conflict

11 years agofix broken links in cascade classification documentation
marina.kolpakova [Wed, 30 Jan 2013 15:28:16 +0000 (19:28 +0400)]
fix broken links in cascade classification documentation

11 years agoMerge pull request #378 from ivan-korolev:fix_OpenCVDetectTBB_cmake
Andrey Kamaev [Wed, 30 Jan 2013 15:16:31 +0000 (19:16 +0400)]
Merge pull request #378 from ivan-korolev:fix_OpenCVDetectTBB_cmake

11 years agoMerge pull request #380 from asmorkalov:java_test_fix2
cuda-geek [Wed, 30 Jan 2013 15:03:35 +0000 (19:03 +0400)]
Merge pull request #380 from asmorkalov:java_test_fix2