diff options
Diffstat (limited to 'examples/external')
| -rw-r--r-- | examples/external/matplotlib/widget3d/doc/widget3d.png | bin | 0 -> 135383 bytes | |||
| -rw-r--r-- | examples/external/matplotlib/widget3d/doc/widget3d.rst | 9 | ||||
| -rw-r--r-- | examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.png | bin | 0 -> 16198 bytes | |||
| -rw-r--r-- | examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.rst | 9 | ||||
| -rw-r--r-- | examples/external/opencv/doc/opencv.png | bin | 0 -> 132069 bytes | |||
| -rw-r--r-- | examples/external/opencv/doc/opencv.rst | 9 | ||||
| -rw-r--r-- | examples/external/opencv/opencv.pyproject | 3 | ||||
| -rw-r--r-- | examples/external/pandas/doc/pandas.rst | 9 | ||||
| -rw-r--r-- | examples/external/pandas/doc/pandas_simple.png | bin | 0 -> 37161 bytes | |||
| -rw-r--r-- | examples/external/scikit/doc/scikit.png | bin | 0 -> 390406 bytes | |||
| -rw-r--r-- | examples/external/scikit/doc/scikit.rst | 9 | ||||
| -rw-r--r-- | examples/external/scikit/scikit.pyproject | 3 |
12 files changed, 51 insertions, 0 deletions
diff --git a/examples/external/matplotlib/widget3d/doc/widget3d.png b/examples/external/matplotlib/widget3d/doc/widget3d.png Binary files differnew file mode 100644 index 000000000..fa2ed5043 --- /dev/null +++ b/examples/external/matplotlib/widget3d/doc/widget3d.png diff --git a/examples/external/matplotlib/widget3d/doc/widget3d.rst b/examples/external/matplotlib/widget3d/doc/widget3d.rst new file mode 100644 index 000000000..b5c9fd8fd --- /dev/null +++ b/examples/external/matplotlib/widget3d/doc/widget3d.rst @@ -0,0 +1,9 @@ +Matplotlib Widget 3D Example +============================ + +A Python application that demonstrates how to combine matplotlib +with Qt Widget-based functionality. + +.. image:: widget3d.png + :width: 400 + :alt: Matplotlib Widget 3D Screenshot diff --git a/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.png b/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.png Binary files differnew file mode 100644 index 000000000..e9fe16354 --- /dev/null +++ b/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.png diff --git a/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.rst b/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.rst new file mode 100644 index 000000000..467fb42c2 --- /dev/null +++ b/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.rst @@ -0,0 +1,9 @@ +Matplotlib Widget Gaussian Example +================================== + +A Python application that demonstrates how to interact with +matplotlib and scipy, combined with Qt Widgets. + +.. image:: widget_gaussian.png + :width: 400 + :alt: Matplotlib Widget Gaussian Screenshot diff --git a/examples/external/opencv/doc/opencv.png b/examples/external/opencv/doc/opencv.png Binary files differnew file mode 100644 index 000000000..e3edcab47 --- /dev/null +++ b/examples/external/opencv/doc/opencv.png diff --git a/examples/external/opencv/doc/opencv.rst b/examples/external/opencv/doc/opencv.rst new file mode 100644 index 000000000..ff2c72501 --- /dev/null +++ b/examples/external/opencv/doc/opencv.rst @@ -0,0 +1,9 @@ +OpenCV Face Detection Example +============================= + +A Python application that demonstrates how to use OpenCV +and a trained model to detect faces detected from a webcam. + +.. image:: opencv.png + :width: 400 + :alt: OpenCV Face Detection Screenshot diff --git a/examples/external/opencv/opencv.pyproject b/examples/external/opencv/opencv.pyproject new file mode 100644 index 000000000..dd9a73e24 --- /dev/null +++ b/examples/external/opencv/opencv.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["webcam_pattern_detection.py"] +} diff --git a/examples/external/pandas/doc/pandas.rst b/examples/external/pandas/doc/pandas.rst new file mode 100644 index 000000000..8e75eead4 --- /dev/null +++ b/examples/external/pandas/doc/pandas.rst @@ -0,0 +1,9 @@ +Pandas Simple Example +===================== + +A Python application that demonstrates how to visualize +a Pandas DataFrame. + +.. image:: pandas_simple.png + :width: 400 + :alt: Pandas Simple Screenshot diff --git a/examples/external/pandas/doc/pandas_simple.png b/examples/external/pandas/doc/pandas_simple.png Binary files differnew file mode 100644 index 000000000..ea5d240bd --- /dev/null +++ b/examples/external/pandas/doc/pandas_simple.png diff --git a/examples/external/scikit/doc/scikit.png b/examples/external/scikit/doc/scikit.png Binary files differnew file mode 100644 index 000000000..930a1c7c9 --- /dev/null +++ b/examples/external/scikit/doc/scikit.png diff --git a/examples/external/scikit/doc/scikit.rst b/examples/external/scikit/doc/scikit.rst new file mode 100644 index 000000000..29ebbddbf --- /dev/null +++ b/examples/external/scikit/doc/scikit.rst @@ -0,0 +1,9 @@ +Scikit Image Example +==================== + +A Python application that demonstrates how to use Scikit Image +to apply filters to images based on a Qt Widgets. + +.. image:: scikit.png + :width: 400 + :alt: Scikit Image Screenshot diff --git a/examples/external/scikit/scikit.pyproject b/examples/external/scikit/scikit.pyproject new file mode 100644 index 000000000..5026c86e3 --- /dev/null +++ b/examples/external/scikit/scikit.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["staining_colors_separation.py"] +} |
