TT XLA Chapter1
TT XLA Chapter1
Enhance an image
Extract useful
information
Enhance an image
Extract useful
information
Geospatial computing
Surveillance
Robotic vision
Automotive safety
3. Image retrieval
Seek for the image of interest
4. Measurement of pa ern
Measures various objects
5. Image Recognition
Distinguish objects in an
image
algorithms
Show_image(img)
show_image(grayscale, "Grayscale")
type(madrid_image)
<class 'numpy.ndarray'>
plt.imshow(red,
cmap="gray")
plt.title('Red')
plt.axis('off'
) plt.show()
(426, 640, 3)
817920
show_image(vertically_flipped, 'Vertically
flipped image')
show_image(horizontally_flipped,
'Horizontally flipped image')
Thresholding
Equalize an image
plt.hist(blue.ravel(), bins=256)
plt.title('Blue Histogram')
plt.show()
Isolate objects
Object detection
Face detection
Etc .
# Showing resulting
plots show_plot(fig,
ax)