Some callbacks are specific to the SliceO_Frame class.
Callbacks to modify the displayed image:
|
|
|
These functions are used to update the display buffer. The display buffer is a copy of the frame as it is displayed on the screen. An example of this is, in mode Region Growing, we want to have a preview of the segmentation. This preview modify the display buffer directly using the Fct_Update_TAG_Disp() callback.. |
|
|
|
Callbacks to get associated pixel values:
|
|
|
Some operation need a filtered pixel value instead of the direct GLI value, Also, some operation need to know the gradient of the GLI values at a pixel location.
SliceOmatic provide default functions for these, but if you want you can change these default functions. |
|
|
|
|
|
|
|
From: sliceO_class_2D.hpp
|
|
|
Warning:
|
|
|