Degenerate images

Running the “orderings” code on a larger selection of images from Guttorm Guttormgaard’s collection (still under construction), several images caused the code to break as “exceptions” (unexpected errors or situations occured). The first image caused the texture processor to throw a mysterious floating point exception.

34c_MG_8917WEB

In a later pass, the following image caused an exception because it was apparently the first image to have a single SIFT feature, and the code that reads the SIFT features from a file got confused and caused an error related to the size of the number of dimensions of the array.

72a_IMG_5979WEB

In mathematics & engineering, these kind of exceptional cases are sometimes referred to as “degenerate” cases.

In mathematics, a degenerate case is a limiting case in which an element of a class of objects is qualitatively different from the rest of the class and hence belongs to another, usually simpler, class. Degeneracy is the condition of being a degenerate case.
source

Post a Comment

Your email is kept private. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.