HistDIBCreate

#include "BIFILTER.H"

 

BOOL CALLBACK HistDIBCreate(                HANDLE               hSrcDIB,
LPHISTDATA       lpHist)

Description

Computes the histogram of the input image. Returns TRUE on success or FALSE if failed. The pointer input parameter will contain the histogram data.

Parameters

HANDLE

hSrcDIB

Source DIB

LPHISTDATA

lpHist

This parameter will contain the histogram data. For further information about this structure, see the description at Chapter Data Structures - Histogram Data.

Return values

TRUE on success orFALSE on failure.

Programming notes

Requirements

Header :     Declared in BIFilter.h; include BIFilter.h.

Library :    Use BIFilter.lib.

DLLs :       BIFilter.dll.