Skip to content

Commit a813d2b

Browse files
authored
Update Open in MATLAB Online badge to open project automatically
1 parent 7acdb34 commit a813d2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.MD

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Integrate Python Code into Simulink for Simulation
22

3-
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=yanndebray/Integrate_Python_code_with_Simulink&file=README.mlx)
3+
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=yanndebray/Integrate_Python_code_with_Simulink&project=pySimCV.prj&file=README.mlx)
44

55
📹 Integrate OpenCV into Simulink models through Python wrapper:
66
Simulation of a Human Detection Algorithm
@@ -15,6 +15,7 @@ This example shows users how to integrate Python Human detection code into Simul
1515

1616
* [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.
1717

18+
* [setup_python.m](setup_python.m): This script retrieves the necessary Python packages automatically to enable this demo in MATLAB Online.
1819

1920
* [detectHuman.py](detectHuman.py): this file contains the Python algorithm using OpenCV Histogram of Oriented Gradients (HOG) for human detection.
2021

@@ -34,7 +35,7 @@ This example shows users how to integrate Python Human detection code into Simul
3435

3536
To use this example,
3637
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
3839
3. Run simulation.
3940

4041

@@ -46,4 +47,4 @@ Products needed for using this example :
4647
* DSP System Toolbox (optional);
4748
* Computer Vision Toolbox (optional);
4849

49-
® 2021-2024 The MathWorks, Inc.
50+
® 2021-2024 The MathWorks, Inc.

0 commit comments

Comments
 (0)