1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00
Commit Graph

16 Commits

Author SHA1 Message Date
Onuralp SEZER
0d37127299 - Fixes multiple old viz function into new name
- Fix opencv bunny path for viz sample 3
- Fix viz sample 2 for proper rotation based on video in here[1]

[1]: https://docs.opencv.org/4.5.3/d8/df0/tutorial_widget_pose.html
2021-10-31 14:52:17 +03:00
Smirnov Egor
567e40c531 vtk 9.0 autoinit fix 2021-05-14 19:06:32 +03:00
LaurentBerger
5e0ff400fc Merge pull request #2882 from LaurentBerger:python_viz
* python binding for viz

tutorial widget pose

reset

test_tutorial 2 & 3

sample py

9 test sur 22

test PyWCloudNormal

16 sur 22

end?

python test

* oops

* bug

* comment but( this is not solved https://github.com/opencv/opencv_contrib/pull/2882#discussion_r591659839

* review 2

* oversight

* oversight oops

* viz: move out Py* classes from public C++ headers

* viz: recover PyColor

Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
2021-04-02 10:21:37 +00:00
Kong Liangqian
f10d54be85 fix tutorials foc:Do not display pictures by default 2020-11-24 19:39:27 +08:00
EricFlorin
ad756614be Merge pull request #2610 from EricFlorin:VizWindowNamePrepend_Contrib
* Edited Documentation

Edited the Viz "getWindowByName" documentation so it reflects the actual behaviour of getWindowByName. More specifically, that "Viz - " is not prefixed automatically to the window name given by the user if they haven't prefixed "Viz - " already.
2020-11-07 15:46:00 +00:00
Dustin Rodrigues
aace65cc12 vtkCocoaInteractorFix.mm: explicity include vtkVersion.h 2020-09-06 15:56:27 -04:00
Maksim Shabunin
169ec66af1 Merge pull request #2549 from mshabunin:support-vtk9
* Added VTK 9 support

* viz: tests are non-interactive now
2020-06-05 17:56:27 +00:00
Daniel Mallia
17639965b3 [moved from opencv] Add next and previous navigation links to all tutorials
original commit: 94d187e269
2020-05-22 18:57:53 +00:00
Daniel Mallia
e438855470 [moved from opencv] Update tutorials tables of content for several modules
original commit: 4e789635c9
2020-05-08 14:22:30 -04:00
Paul Jurczak
79041db1fa [moved from opencv] Added to Camera constructor parameter description
original commit: 599a3026d1
2020-04-26 00:17:39 -06:00
Paul Jurczak
4143c3ef27 [moved from opencv] Added to description of WCube constructor
`WCube` constructor reorders `min_point`, `max_point` parameters when necessary. I added this info to the description.
original commit: f64d807863
2020-04-15 16:06:14 -06:00
Alexander Alekhin
aaf67d6f61 [moved from opencv] Merge pull request opencv/opencv#16150 from alalek:cmake_avoid_deprecated_link_private
* cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC

see CMP0023 (CMake 2.8.12+)

* cmake: fix 3rdparty list

- don't include OpenCV modules

original commit: a45928045a
2019-12-13 17:52:40 +03:00
Gael Colas
277c4be95a [moved from opencv] Merge pull request opencv/opencv#15821 from ColasGael:colasg-viz-color
Fix wrong definition of viz::Color::navy()
original commit: e65b51ca3c
2019-11-01 22:37:34 +03:00
Adam Rankin
1741141deb [moved from opencv] COMP: Enabling build with recent VTK version
VTK_MAJOR_VERSION not found unless header is included
original commit: 3b070517ad
2019-10-16 10:04:41 -04:00
Alexander Alekhin
97a92e2d55 viz: move samples/tutorials to opencv_contrib 2018-11-07 17:50:28 +03:00
Alexander Alekhin
4d2a81f34b viz: move to opencv_contrib
787f5236a9
2018-11-07 17:11:53 +03:00