Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
8 years ago
Alexander Alekhin
2feb23cf36
cmake: include contrib modules into "opencv_world"
8 years ago
Alexander Alekhin
e40c23e985
saliency: disable for ICC
9 years ago
Alexander Alekhin
5f8d3d756b
eliminate compiler warnings
9 years ago
Vladislav Sovrasov
fddefa2d64
Revert last changes in CMake for saliency module
9 years ago
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)
```
9 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
f52ba671dc
Disable some modules for iOS framework world build
11 years ago
jaco
88bae7be36
SuBSENSE porting: compiling errors fixed
11 years ago
jaco
b7696377a8
BING porting finalized
11 years ago
jaco
09151e85c2
Creation of module's classes'sketetons
11 years ago
jaco
91f8d822f5
UML added
11 years ago
jaco
fc7a49c3bf
Module creation
11 years ago