Skip to content

Commit 5d38991

Browse files
committed
Minor updates and bug fixes
1 parent 43cb5f9 commit 5d38991

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Images/complexbrick.jpg

-111 KB
Binary file not shown.
Binary file not shown.

MainMenu.mlx

-1.35 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,27 @@ MATLAB® is used throughout. Tools from the Image Processing Toolbox™, Compute
6363
## [**IntrotoImageSegmentation.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Computer-Vision-Basics&project=ComputerVisionBasics.prj&file=Scripts/IntrotoImageSegmentation.mlx)
6464
||||
6565
| :-: | :-- | :-- |
66-
| <img src="Images/image_3.png" width="171" alt="image_3.png"> <br> | **In this script, students will...** <br> $\bullet$ Examine three image segmentation methods. <br> $\bullet$ Work through step\-by\-step examples of applying image segmentation. <br> $\bullet$ Distinguish appropriate image segmentation technique based on scenario. <br> | **Academic disciplines** <br> $\bullet$ Robotics <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> |
66+
| <img src="Images/image_3.png" width="171" alt="image_3.png"> <br> | **In this script, students will...** <br> $\bullet$ examine three image segmentation methods. <br> $\bullet$ work through step\-by\-step examples of applying image segmentation. <br> $\bullet$ distinguish appropriate image segmentation technique based on scenario. <br> | **Academic disciplines** <br> $\bullet$ Robotics <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> |
6767

6868
## [**EdgeDetectionTheory.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Computer-Vision-Basics&project=ComputerVisionBasics.prj&file=Scripts/EdgeDetectionTheory.mlx)
6969
||||
7070
| :-- | :-- | :-- |
71-
| <img src="Images/image_4.png" width="171" alt="image_4.png"> <br> | **In this script, students will...** <br> $\bullet$ Identify and describe the characteristics and sources of edges. <br> $\bullet$ Characterize edges in 1D and 2D. <br> $\bullet$ Detect edges amid noise. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> $\bullet$ Medical Imaging <br> <br> |
71+
| <img src="Images/image_4.png" width="171" alt="image_4.png"> <br> | **In this script, students will...** <br> $\bullet$ identify and describe the characteristics and sources of edges. <br> $\bullet$ characterize edges in 1D and 2D. <br> $\bullet$ detect edges amid noise. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> $\bullet$ Medical Imaging <br> <br> |
7272

7373
## [**EdgeDetectionApplied.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Computer-Vision-Basics&project=ComputerVisionBasics.prj&file=Scripts/EdgeDetectionApplied.mlx)
7474
||||
7575
| :-- | :-- | :-- |
76-
| <img src="Images/image_5.png" width="171" alt="image_5.png"> <br> | **In this script, students will...** <br> $\bullet$ Evaluate edge detection methods. <br> $\bullet$ Apply edge detection techniques. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> <br> |
76+
| <img src="Images/image_5.png" width="171" alt="image_5.png"> <br> | **In this script, students will...** <br> $\bullet$ evaluate edge detection methods. <br> $\bullet$ apply edge detection techniques. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> <br> |
7777

7878
## [**RegionSegmentation.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Computer-Vision-Basics&project=ComputerVisionBasics.prj&file=Scripts/RegionSegmentation.mlx)
7979
||||
8080
| :-: | :-- | :-- |
81-
| <img src="Images/image_6.png" width="171" alt="image_6.png"> <br> | **In this script, students will...** <br> $\bullet$ Explore region segmentation techniques. <br> $\bullet$ Compare and contrast including histogram, k\-means clustering, and graph\-cut segmentation techniques. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> |
81+
| <img src="Images/image_6.png" width="171" alt="image_6.png"> <br> | **In this script, students will...** <br> $\bullet$ explore region segmentation techniques. <br> $\bullet$ compare and contrast including histogram, k\-means clustering, and graph\-cut segmentation techniques. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> |
8282

8383
## [**OpticalFlow.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Computer-Vision-Basics&project=ComputerVisionBasics.prj&file=Scripts/OpticalFlow.mlx)
8484
||||
8585
| :-: | :-- | :-- |
86-
| <img src="Images/image_7.png" width="171" alt="image_7.png"> <br> | **In this script, students will...** <br> $\bullet$ Examine assumptions underlying optical flow theory. <br> $\bullet$ Implement optical flow algorithms for motion detection. <br> $\bullet$ Compare and contrast optical flow techniques. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> |
86+
| <img src="Images/image_7.png" width="171" alt="image_7.png"> <br> | **In this script, students will...** <br> $\bullet$ examine assumptions underlying optical flow theory. <br> $\bullet$ implement optical flow algorithms for motion detection. <br> $\bullet$ compare and contrast optical flow techniques. <br> | **Academic disciplines** <br> $\bullet$ Computer Vision <br> $\bullet$ Image Processing <br> |
8787

8888
<a id="H_F61733D7"></a>
8989

README.mlx

0 Bytes
Binary file not shown.

Scripts/RegionSegmentation.mlx

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)