Computer vision
Computer vision
Visualization
The purpose is to observe the objects that are not visible in an
image
Image Retrieval
Measurement of Pattern
Image Recognition
CMYK - Cyan, Magenta, Yellow and blacK - The color space which
is widely used in printers.
Scaling:
Rotation/Reflection/Translation:
Binary Segmentation
You have an image, and you want to segment into 2 part (light
and dark). So you can use the threshold is a value, for example,
100. So after segmenting, your image will be segmented into 2
part: the pixels with higher than 100 intensity and the pixels (you
can set value for it 255 - is maximum intensity value, white color)
with less than 100 intensity (corresponding intensity is 0 -
minimum intensity value, black color). This is call binary
segmentation. If you use more thresholds, you have more
segments.
Feature
Detection:
Description:
Matching:
IMAGE RECOGNITION
Recognition is one of the toughest challenges in the concepts in
computer vision. For the human eyes, recognizing an object’s
features or attributes would be very easy. Humans can recognize
multiple objects with very small effort. However, this does not
apply to a machine. It would be very hard for a machine to
recognize or detect an object because these objects vary. They
vary in terms of viewpoints, sizes, or scales.
Object Recognition
IMAGE DETECTION
Image or Object Detection is a technique that processes the
image and detects objects in it.