You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Integrate Python Code into Simulink for Simulation
2
2
3
-
[](https://matlab.mathworks.com/open/github/v1?repo=yanndebray/Integrate_Python_code_with_Simulink&file=README.mlx)
3
+
[](https://matlab.mathworks.com/open/github/v1?repo=yanndebray/Integrate_Python_code_with_Simulink&project=pySimCV.prj&file=README.mlx)
4
4
5
5
📹 Integrate OpenCV into Simulink models through Python wrapper:
6
6
Simulation of a Human Detection Algorithm
@@ -15,6 +15,7 @@ This example shows users how to integrate Python Human detection code into Simul
15
15
16
16
*[runme.m](runme.m): This file provides the prep steps when using this example. Since the Python algorithm is based on OpenCV, you will need install the needed packages if they are not available on your computer. This file also helps set the "out of Process" execution mode to avoid possible MATLAB crashes. And it will also set the Python path to the current folder.
17
17
18
+
*[setup_python.m](setup_python.m): This script retrieves the necessary Python packages automatically to enable this demo in MATLAB Online.
18
19
19
20
*[detectHuman.py](detectHuman.py): this file contains the Python algorithm using OpenCV Histogram of Oriented Gradients (HOG) for human detection.
20
21
@@ -34,7 +35,7 @@ This example shows users how to integrate Python Human detection code into Simul
34
35
35
36
To use this example,
36
37
1. open and run the runme.m first in MATLAB;
37
-
2. Then start the base_python_example_21a.slx
38
+
2. Then start the base_python_example_23a.slx
38
39
3. Run simulation.
39
40
40
41
@@ -46,4 +47,4 @@ Products needed for using this example :
0 commit comments