Industrial Machine Vision

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:47 PM on 5/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Hue

the colour’s basic shade, measured around a colour wheel from 0° to 360°

2
New cards

Saturation

the purity/intensity of a colour measured from 0 (grey), 1 is fully vivid

3
New cards

Value

the apparent brightness of a colour measured from 0 (black) to 1 (max brightness)

4
New cards

Lightness

the perceived light/dark level of a colour measured from 0 (black) to 1 (white)

5
New cards

Chroma

the colourfulness of a colour compared with a grey of similar brightness measured from 0 to 1

6
New cards

Explain how brightness and contrast can be controlled by changing the histogram

Brightness is controlled by a histogram slide, by adding an offset to each grey level, which is done by changing the y intercept of the linear grey level mapping. Contrast is controlled by a histogram scale, where the gradient itself is tilted about a given setpoint in the linear grey level mapping, usually the histogram mean or median

7
New cards

Isodata thresholding technique

Isodata finds a threshold T that splits the histogram into two classes (background and foreground) by iteratively updating T until it converges.

Tnew = (µ₁ + µ₂) / 2

Where µ₁ = mean of all pixels with grey level ≤ T, and µ₂ = mean of all pixels with grey level > T

8
New cards

Otsu thresholding method

Otsu auto thresholding is a global thresholding technique that tests every possible grey-level threshold and splits the histogram into two classes, foreground and background based on threshold T. It chooses the threshold T that minimises weighted within-class variance, equivalently maximising between-class variance.

vw(g) = [s₁(g) · v₁(g)] / S  +  [s₂(g) · v₂(g)] / S

where  are the class probabilities and  are the class variances. The threshold with the smallest  is selected.

9
New cards

What is texture

Visual patterns or spatial variations in pixel intensity, which can be used to classify regions of perceived similar texture within an image. It is useful in industrial vision systems such as defect detection, medical imaging and remote sensing