Available in LEADTOOLS Medical Imaging toolkits. |
LevelLUTLength example for C++ 4.0 and later
This example writes out the number of entries in the LUT.
CString cs;
cs.Format("%d", m_Lead1.GetLevelLUTLength());
m_Edit5.SetWindowText(cs);