In the Learning OpenCV book, I came to the term callback, and sometimes used with routine as callback routine.
Learning OpenCV
callback
routine
callback routine
What d
Callback functions are function which are not called explicitly such functions automatically invoked after some event occurs, for example after pressing "ctrl+c" SIGINT signal generated so automatically handler will execute.