|
Open CASCADE Technology 6.5.2
|
#include <Standard.hxx>#include <Standard_Macro.hxx>#include <Image_PixelInterpolation.hxx>#include <Standard_Boolean.hxx>#include <Handle_Image_Image.hxx>#include <Standard_Real.hxx>#include <Standard_Integer.hxx>#include <Handle_Image_DColorImage.hxx>#include <Handle_Image_DIndexedImage.hxx>Data Structures | |
| class | Image_AveragePixelInterpolation |
| The class AveragePixelInterpolation is used to compute a SubPixel value on non integer Image coordinate AveragePixelInterpolation redefined a new method to compute a SubPixel value . SubPixel value is the average of the three nearest Pixel in the Image . If V1, V2, V3, V4 is the value of the three nearest Image Pixel V = ( V1+V2+V3 ) / 3 is the Image SubPixel value on non integer coordinate (FX,FY) More... | |
1.7.4