ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvColorLevelsDlg.cpp File Reference
#include "ecvColorLevelsDlg.h"
#include "ecvGenericPointCloud.h"
#include "ecvHistogramWindow.h"
#include <ecvDisplayTools.h>
#include <ecvHObjectCaster.h>
#include <ecvPointCloud.h>
#include <QPushButton>
#include <assert.h>
#include <string.h>
Include dependency graph for ecvColorLevelsDlg.cpp:

Go to the source code of this file.

Variables

static int s_inputLevels [2] = {0, 255}
 
static int s_outputLevels [2] = {0, 255}
 
static bool s_outputLevelsEnabled = false
 

Variable Documentation

◆ s_inputLevels

int s_inputLevels[2] = {0, 255}
static

◆ s_outputLevels

int s_outputLevels[2] = {0, 255}
static

◆ s_outputLevelsEnabled

bool s_outputLevelsEnabled = false
static