Alexander Alekhin
|
57ff363389
|
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
|
2017-12-11 16:14:46 +03:00 |
|
Adam Gradzki
|
a6a347e53e
|
ppf_icp.py: Python 3 support
|
2017-11-21 17:49:00 -06:00 |
|
Alexander Alekhin
|
0cc63ae3ad
|
Merge pull request #1014 from Sahloul:features/python_wrapper/surface_matching_icp
Wrap ICP for Python
|
2017-02-23 10:00:17 +00:00 |
|
Hamdi Sahloul
|
acb88d755d
|
Wrap ICP for Python
|
2017-02-23 18:31:51 +09:00 |
|
Hamdi Sahloul
|
1df961cd9a
|
- Wrap computeNormalsPC3d() for python
- Update its usage
|
2017-02-21 07:59:31 +09:00 |
|
Vadim Pisarevsky
|
b0cb299173
|
Merge pull request #275 from FelixMartel:master
|
2015-12-11 10:45:57 +00:00 |
|
felix
|
8b25cca2a4
|
Added normal computation sample and ply writing with visible normals for debugging
|
2015-06-22 20:11:23 -04:00 |
|
Aakash Chopra
|
8e52a098e9
|
ulong -> size_t
|
2015-06-22 16:20:35 -05:00 |
|
Aakash Chopra
|
37e73bcb57
|
Fix for https://github.com/Itseez/opencv_contrib/issues/278 - core dump in the case of no match results.
Modified reported poses by constraining to the number of poses found.
|
2015-06-22 15:45:58 -05:00 |
|
Bence Magyar
|
a8a4524ddb
|
UNFINISHED: get rid of pointers
|
2014-09-03 10:14:30 +02:00 |
|
Bence Magyar
|
3f620fd19f
|
Refactored API classes, removed unused params
|
2014-09-03 10:14:15 +02:00 |
|
Bence Magyar
|
995b696360
|
Cosmetic changes
|
2014-09-03 10:14:07 +02:00 |
|
Bence Magyar
|
d1193e31e5
|
Move header files inside opencv2/surface_matching/, update the rest
|
2014-09-03 10:13:57 +02:00 |
|
Bence Magyar
|
607f2bfc99
|
Add surface_matching module.
|
2014-09-03 10:13:02 +02:00 |
|