0
22kviews
Discuss different discontinuities in image?
1 Answer
2
2.2kviews

The three basic types of discontinuities in a digital image are point, line and edge.

Point Detection:

  • The detection of isolated point different from constant background image can be done using the following mask:
-1 -1 -1
-1 8 -1
-1 -1 -1
  • A point has been detected at the …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.