Skip to content

Commit cd845eb

Browse files
authored
Update README to fix broken image link
1 parent 1c867f9 commit cd845eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Version: 1.0
44

5-
![histogramRangeSelector](/histogramRangeSelector/example_histogramRangeSelector.png)
5+
![histogramRangeSelector](/example_histogramRangeSelector.png)
66

77
This component is designed to allow specification of minimum and maximum values for an intensity image, or independently for the RGB channels of an image.
88
It features a histogram for showing the intensity data and editfields with accompanying lines for setting the minimum and maximum.
@@ -22,5 +22,3 @@ c.MaxChangedFcn=@myMaxChangedFunction;
2222
```
2323

2424
Some additional demo apps are included: histogramRangeSelectorDemo which lets you set the RGB ranges for an image, and histogramRangeSelectorWebcamDemo which subclasses histogramRangeSelectorDemo and uses your webcam for the image data. Note that this requires MATLAB Support Package for USB Webcams
25-
26-
![histogramRangeSelector](/histogramRangeSelector/example_histogramRangeSelectorWebcamDemo.png)

0 commit comments

Comments
 (0)