diff --git a/01-introduction.html b/01-introduction.html index e13214af..0e9a89a5 100644 --- a/01-introduction.html +++ b/01-introduction.html @@ -290,10 +290,10 @@

-
+

-

@@ -313,7 +313,7 @@

-
See all in one page +
See all in one page
@@ -396,8 +396,7 @@

Objectives

(skimage) library. With careful experimental design, Python code can be a powerful instrument in answering many different kinds of questions.

-

Uses of Image Processing in Research -

+

Uses of Image Processing in Research


Automated processing can be used to analyse many different properties of an image, including the distribution and change in colours in the image, the number, size, position, orientation, and shape of objects in @@ -418,8 +417,7 @@

Objectives

Most of the examples used in this lesson focus on one particular class of image processing technique, morphometrics, but what you will learn can be used to solve a much wider range of problems.

-

Morphometrics -

+

Morphometrics


Morphometrics involves counting the number of objects in an image, analyzing the size of the objects, or analyzing the shape of the objects. For example, we might be interested in automatically counting @@ -433,8 +431,7 @@

Objectives

-

Why write a program to do that? -

+

Why write a program to do that?

Note that you can easily manually count the number of bacteria colonies shown in the morphometric example above. Why should we learn @@ -469,8 +466,7 @@

Why write a program to do that?

-

Key Points -

+

Key Points

@@ -538,7 +534,7 @@

Key Points