| 
            
              IntegralImage2FromBitmap Method (UnmanagedImage, Boolean)
             | 
          
        
         
              Constructs a new Integral image from an unmanaged image.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic static IntegralImage2 FromBitmap(
	UnmanagedImage image,
	bool computeTilted
)
Public Shared Function FromBitmap ( 
	image As UnmanagedImage,
	computeTilted As Boolean
) As IntegralImage2
 Request Example
		View SourceParameters
- image
 - Type: Accord.ImagingUnmanagedImage
The source image from where the integral image should be computed. - computeTilted
 - Type: SystemBoolean
True to compute the tilted version of the integral image,
              false otherwise. Default is false. 
Return Value
Type: 
IntegralImage2
              The 
IntegralImage2 representation of 
              the 
image.
See Also