1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00
Commit Graph

70 Commits

Author SHA1 Message Date
Alexander Alekhin
62b4709b04 saliency: apply CV_OVERRIDE/CV_FINAL 2018-03-28 16:50:00 +03:00
berak
102c80a2c9 remove some non-ascii symbols 2017-12-05 18:02:15 +01:00
berak
00ea0f49df saliency: improve BING handling 2017-10-23 17:56:35 +02:00
Vladislav Sovrasov
cf68a01138 saliency: cleanup module and samples 2017-10-02 17:31:36 +03:00
jaco
83f80a34ca windows warning wip 2017-10-02 16:30:46 +03:00
jaco
b691b7442f noise control implementation started
noise control implementation ended

noise control errors fixed (part I)

noise control errors fixed (ended)

Perf Test for staticSaliencySpectralResidual and objectnessBING added

improvements and bugs fixed

saliency perf test added

matrices optimization

Where possible, CV_8U matrices have been used in place of CV_32F

new sorting algorithm implemented (first part)

new sorting algorithm implemented (second part)

new sorting algorithm implemented (finished)
2017-10-02 16:30:46 +03:00
utibenkei
3c1a2b7361 Add CV_WRAP to getobjectnessValues(). 2017-03-07 01:37:18 +09:00
Vladislav Sovrasov
73c03fd14b Add export specifiers in StaticSaliencyFineGrained 2016-10-17 16:37:33 +03:00
samontab
a39e3623ae Add Fine Grained Saliency algorithm 2016-10-17 14:27:23 +03:00
Vladislav Sovrasov
94e919eb45 Wrap all methods from ObjectnessBING, add create methods for all Saliency classes 2016-10-04 18:32:45 +03:00
Minh Ngo
5b2d6a667d Exporting saliency classes to Python
Fixing compilation

Patched the saliency module to use ObjectivenessBING bounding box
proposals from python.

Usage:

```
bing = cv2.saliency.ObjectnessBING()
img = cv2.imread('/home/ignotus/Pictures/10376146_973700932714682_2056967515849182952_n.jpg')
bing.computeSaliency(img)
```
2016-10-04 14:22:06 +03:00
Maksim Shabunin
189c2b47c6 Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash 2015-11-17 15:28:05 +03:00
Vadim Pisarevsky
e3995236ed added test for http://code.opencv.org/issues/3943;
replaced "const InputArray" with "InputArray" to avoid warnings about "const const _InputArray&"
2015-05-18 19:07:30 +03:00
Maksim Shabunin
da7ff82d19 Replaced CV_IMPL_PROPERTY macros in public headers 2015-03-18 17:56:47 +03:00
Maksim Shabunin
34131405df Removed some methods from cv::Algorithm and changed ml module interfaces 2015-02-17 11:45:57 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
jaco
e2fde8a610 commented code removed 2014-09-02 15:36:38 +02:00
jaco
dd951a80db windows build error fixing 2014-08-21 13:41:55 +02:00
jaco
71e18ff042 Pull Request mandatory changes finished 2014-08-20 23:02:39 +02:00
jaco
8c90b54f60 Pull Request mandatory changes 2 2014-08-20 22:37:36 +02:00
jaco
255d83aca4 Pull Request mandatory changes 2 2014-08-20 21:42:33 +02:00
jaco
02aa915504 Pull Request mandatory changes 2014-08-20 16:41:18 +02:00
jaco
097d3bf54e wip python compile error fixing 2014-08-12 14:02:35 +02:00
jaco
30c13c2cd7 wip window compile error fixing 2014-08-11 17:55:02 +02:00
jaco
bc66cc27d3 std namespace fixed 2014-08-08 18:40:19 +02:00
jaco
cfc338b8f9 Merge branch 'motionAlgorithmDevelopment' into saliencyModuleDevelop
Conflicts:
	modules/saliency/src/saliency_init.cpp
2014-08-08 18:36:46 +02:00
jaco
e56f287023 background Model initialization problems fixed 2014-08-07 19:20:48 +02:00
jaco
0936ddadcc windows reinterpret_cast error fixed 2014-08-06 12:43:33 +02:00
jaco
3a0866421d Initialization phase added 2014-08-05 18:32:35 +02:00
jaco
cd9b8da833 windows include fixed 2014-08-04 19:11:13 +02:00
jaco
b2f4affbf9 templateReplacement function completed 2014-08-04 17:16:53 +02:00
jaco
69d0d4e71f wip windows BYTE type error II 2014-08-01 19:08:43 +02:00
jaco
51884d9ad9 wip windows BYTE type error 2014-08-01 18:40:48 +02:00
jaco
73b6dcd8c8 wip windows 32 64 bit safe types 2014-08-01 14:46:06 +02:00
jaco
c88e0fc48e templateReplacement function added (I part) 2014-08-01 12:51:41 +02:00
jaco
861d7bcf28 wip windows byte compile error fixing 2014-07-30 20:29:46 +02:00
jaco
5fc5b4f812 wip windows uint64 compile error fixing 2014-07-30 17:44:41 +02:00
jaco
21d563c02f wip compile error fixing 2014-07-29 17:21:36 +02:00
jaco
8a8302aac4 wip windows compile error fixing 2 2014-07-29 15:49:06 +02:00
jaco
3b6da7308e wip windows compile error fixing 2014-07-29 15:17:54 +02:00
jaco
41f7952c65 wip compile error fixing 2014-07-29 13:00:44 +02:00
jaco
134ed1dbbf mac compile error fixed 2014-07-28 16:53:52 +02:00
jaco
a10fa4eba4 mac compile error fixed 2014-07-28 16:20:42 +02:00
jaco
c2090c67aa some BING header moved 2014-07-28 15:52:53 +02:00
jaco
d5d6f0a211 wip windows compiling error fixed 2014-07-28 13:15:21 +02:00
jaco
9d0721b830 mac warning e windows error compiling fixed 2014-07-25 18:47:36 +02:00
jaco
7e589c5bc3 lowResolutionDetection function completed 2014-07-22 19:27:13 +02:00
jaco
83081fd44a wip lowResolutionDetection 2014-07-22 18:32:30 +02:00
jaco
d9cc47036f update 2014-07-21 19:50:50 +02:00
jaco
7f28c23e33 templateUpdate function integrated in fullResolutionDetection function 2014-07-18 19:59:47 +02:00