Alexander Alekhin
0327b79d75
Merge pull request #1474 from berak:tracking_fix_kcf
8 years ago
Alexander Alekhin
b64c6e1519
stereo: fix crash
...
- uninitialized variable 'previous_size'
- incorrect Mat element access pattern via address arithmetic
8 years ago
berak
94c09fe8c8
tracking:fix rounding and grayscale for KCF
8 years ago
Maksim Shabunin
6520dbaa22
Merge pull request #1211 from VladX:lsbp
8 years ago
Maksim Shabunin
311feb21ce
bgsegm: several fixes:
...
- descriptor Mat access unsigned -> int
- do not use types uint8_t, etc. from C++11
- fixed uninitialized memory access
- minor cosmetic modifications
8 years ago
Vladislav Samsonov
42b0e13aef
GSoC: New background subtraction algorithm
8 years ago
Alexander Alekhin
79eb46dddc
Merge pull request #1452 from mshabunin:fix-gcc7-warnings
8 years ago
Maksim Shabunin
b16d9dbcc5
Fixed several warnings produced by GCC 7
8 years ago
Vadim Pisarevsky
6f07e2fca5
Merge pull request #1419 from terfendail:latch_blur
8 years ago
Alexander Alekhin
d71da5dfe4
Merge pull request #1468 from dkurt:update_priorbox_layer
8 years ago
Dmitry Kurtaev
c5c3aa5625
Update PriorBox layer
8 years ago
Alexander Alekhin
4ba561826a
Merge pull request #1456 from alalek:ocl_bioinspired_fixes
8 years ago
Alexander Alekhin
d897f8efb2
Merge pull request #1466 from egorpugin:patch-1
8 years ago
Alexander Alekhin
d47288db32
Merge pull request #1463 from Sahloul:affine_feature2d
8 years ago
Alexander Alekhin
e878ea952a
build: fix defines
8 years ago
Alexander Alekhin
6f322a893d
bioinspired(ocl): refactor OpenCL conditions
8 years ago
Egor Pugin
09c3be3f0f
Fix incorrect windows definition.
...
Old one causes build errors.
8 years ago
Hamdi Sahloul
36291faf6c
Affine feature2D: Prevent crashing due to invalid covariant matrix
8 years ago
Alexander Alekhin
c6f1922ade
Merge pull request #1462 from LaurentBerger:UnusedFD
8 years ago
LaurentBerger
9c77fa733b
Remove unused code
8 years ago
Alexander Alekhin
10d567fd89
Merge pull request #1459 from alalek:ximgproc_rename_global_FD_functions
8 years ago
fiammante
ab51fb06ca
Merge pull request #1449 from fiammante:bright_edges
...
Bright edges source code and demo (#1449 )
* Bright edges source code and demo
* Fix mac errors
* Upload again because of null characters
* Convert to UTF-8
* Change cv::WindowFlags::WINDOW_AUTOSIZE
* Remove parameter
* Remove trailing white spaces (documentation builld error
* Remaining white spaces
* Correct warning
* Correct surround
* Add comment
* Moving prototype out of header
* Add ximgproc namespace, fix example.
* Fix namespace for example
* Remove windows desctruction
* Correct Mat declaration
* Removed unused gray
* Change local functions to static
* Remove tabs and replace by 4 spaces
* Add comments
* Fix comments
* Retry for random test stereo failure
8 years ago
Alexander Alekhin
e8c03fc1bf
ximgproc: rename global functions with generic names
8 years ago
Alexander Alekhin
d9f5a629d6
Merge pull request #1458 from nszceta:master
8 years ago
Adam Gradzki
a6a347e53e
ppf_icp.py: Python 3 support
8 years ago
Alexander Alekhin
f94610a09f
Merge pull request #1455 from alalek:ximgproc_fix_namespace
8 years ago
Alexander Alekhin
2700b7d405
ximgproc: fix namespace
8 years ago
Vitaly Tuzov
97037fba92
Updated LATCH accuracy test
8 years ago
Alexander Alekhin
a30fb44d61
Merge pull request #1447 from sturkmen72:optional_dependencies
8 years ago
Alexander Alekhin
ccfca156db
Merge pull request #1451 from klchang:master
8 years ago
Maksim Shabunin
d394601d95
Merge pull request #1450 from mshabunin:fix-ovis-ogre-linux
8 years ago
klchang
88847ac766
Fix the runtime bug again.
8 years ago
Suleyman TURKMEN
90555dbd06
makes text module dependency optional
8 years ago
Maksim Shabunin
2c97815a24
ovis: fixed OGRE search in Ubuntu
8 years ago
Alexander Alekhin
09fd78e455
Merge pull request #1439 from Sahloul:cvv_parser
8 years ago
Alexander Alekhin
be79bcf14e
Merge pull request #1441 from sturkmen72:enable-java
8 years ago
Suleyman TURKMEN
9fc1aa013f
WRAP python java
8 years ago
Alexander Alekhin
3adc7ad618
Merge pull request #1402 from terfendail:features/python_wrapper/surface_matching_cleanup
8 years ago
Hamdi Sahloul
ff7b2bba2a
CVV - Workaround for VS compatibility with unicode strings
8 years ago
Hamdi Sahloul
a2769e153e
CVV - Replace getopt with CommandLineParser
8 years ago
Alexander Alekhin
c521e1d1d5
Merge pull request #1435 from terfendail:fastcheck_fix
8 years ago
Alexander Alekhin
d71f31b962
Merge pull request #1433 from Sahloul:freak_gray_img
8 years ago
Hamdi Sahloul
be84634c92
Freak - convert to gray instead of throwing an error
...
Similar to other descriptors, if the input image is colored, covert it silently to gray-level rather than terminating the execution
8 years ago
Vitaly Tuzov
f6e72fc24e
Fix for FAST feature detection on specific locations
8 years ago
Alexander Alekhin
39af4822c3
Merge pull request #1429 from paroj:ovis
8 years ago
Alexander Alekhin
32fb4b9d21
Merge pull request #1432 from okalachev:patch-1
...
aruco: fix dictionaries format description
8 years ago
Oleg Kalachev
0ee3192e78
aruco: fix dictionaries format description
8 years ago
Pavel Rojtberg
d0964ab084
ovis: add Ogre3D based visualizer module
8 years ago
sukhad-app
bccbec79fd
Merge pull request #1199 from sukhad-app:face_alignment
...
Face alignment (#1199 )
* This commit will add a new functionality of one millisecond face_alignment to OpenCV.
Face alignment is a computer vision technology for identifying the geometric structure of human faces in digital images.
Given the location and size of a face, it automatically determines the shape
of the face components such as eyes and nose.
Added following functions :
1) Application to train a face landmark detector.
2) Application to detect face landmarks using a trained model.
3) Application to swap faces using face landmark detection
4) Application to detect landmarks in a video.
Merged the code with a global facemark API.
Added Doxygen Documentation for the Class created.
Added tutorials for the samples added.
Added visualisations depicting error rate and training time.
Made desired changes
fix
fix
fix
fix
fix
fix
fix
fix
fix
* face: drop duplicated file
-face_alignmentImpl.hpp
+face_alignmentimpl.hpp
* face: minor refactoring
- replace license headers
- fix usage of "precomp.hpp"
8 years ago
Alexander Alekhin
004ac55330
Merge pull request #1426 from terfendail:matlab_readme
8 years ago