| Last Modified On : | November 30, 2009 2:29 AM PST |
Rate |
|
This feature restores unknown image pixels (portions), part of Intel® IPP Computer Vision functionality. It operates with ROI (Regions of Interest). This feature could be used to repair damaged parts of images and to remove some objects from images. Fast direct methods of inpainting that allow for run-time correcting of video frames are supported.
Main function used to reconstructs damaged parts of the image or to remove a selected object is ippiInpaint_8u. To know more about this function, refer to Intel® IPP Image and Video Processing manual - http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation/
As shown in the above picture, two algorithms of direct inpainting are supported, 1.Telea, 2.Navier-Stokes.
|
Algorithm |
Flag |
Description |
|
Telea |
IPP_INPAINT_TELEA |
image restoration of the unknown pixel by the weighted sum of approximations by known pixels in the neighborhood. |
|
Navier-Stokes |
IPP_INPAINT_NS |
image restoration based on the Navier-Stokes equations. |
Image Inpainting Example:-
To download IPP sample code - http://software.intel.com/en-us/intel-ipp and click "Free Code Samples"
To know more about ‘Picnic' application - http://software.intel.com/en-us/articles/intel-ipp-uic-sample-application-picnic/

English | 中文 | Русский | Français
Naveen Gv (Intel)
|