Today, I was able to master most of the MatLab tutorial. I was able to finish sections 8-12 today, and should it should be finished by tomorrow. I also looked at some image processing commands given in Matlab that we could possibly use for our drone experiment. They are listed below.
- imread = reads image from graphics file
- imwrite = write image to graphics file
- tonemap = render high dynamic range image (HDR) for viewing
- makehdr = create high dymanic range (HDR) image
- hdrread = read high dynamic range (HDR) image
- restwrite = create reduced resolution data set from image file
- rgb2gray = convert RGB image or colormap to grayscale
- imbinarize = binarize image by thresholding
- gray2ind = convert grayscale or binary image to indexed image
- rgb2ntsc = convert RGB color values to NTSC color space
- iccread = read ICC profile
There are many more commands that I still have to look into.
Questions I have:
1) When looking through the commands, I noticed that some mentioned using the Otsu method. What is the Otsu's method? How is it used in image processing?
No comments:
Post a Comment