Create a suppression object using a default error tolerance and count. Supply a custom function that suppresses based upon the distance between matches.
Create a suppression object using a default error tolerance and count. Supply a custom function that suppresses based upon the distance between matches.
The suppression object, associated with each edge is a stateful observable. This means that other objects can observe the suppression object. If the suppression object changes, all of the observers are notified and can take whatever action they have registered. In addition to being observable, the suppression object keeps a history of itself. This supports do/undo functionality (that alerts observers).
The suppression object, associated with each edge is a stateful observable. This means that other objects can observe the suppression object. If the suppression object changes, all of the observers are notified and can take whatever action they have registered. In addition to being observable, the suppression object keeps a history of itself. This supports do/undo functionality (that alerts observers).
The cell above created that object with a custom distance function. The cells below alter $k$, the desired number of points, and $k_{error}$, the acceptable percentage of error in $k$. These changes are then rolled back and forth.
The cell above created that object with a custom distance function. The cells below alter $k$, the desired number of points, and $k_{error}$, the acceptable percentage of error in $k$. These changes are then rolled back and forth.
The plotting calls remain the same for all of these example, only the first line of each is altered.
The plotting calls remain the same for all of these example, only the first line of each is altered.
--------
--------
%% Cell type:markdown id: tags:
%% Cell type:markdown id: tags:
$k=10$ and $k_{error}$ defaults to 10%
$k=10$ and $k_{error}$ defaults to 10%
*Take note of the bad point, in the left image, that has made it through the ratio, symmetry, and fundamental matrix computation tests.*
*Take note of the bad point, in the left image, that has made it through the ratio, symmetry, and fundamental matrix computation tests.*