qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Dialog to change the color levels. More...
#include <ccColorLevelsDlg.h>
Public Member Functions | |
ccColorLevelsDlg (QWidget *parent, ccGenericPointCloud *pointCloud) | |
Default constructor. | |
Protected Types | |
enum | CHANNELS { RGB = 0 , RED = 1 , GREEN = 2 , BLUE = 3 } |
Channels. | |
Protected Member Functions | |
void | onChannelChanged (int) |
void | onApply () |
void | updateHistogram () |
Updates histogram. | |
Protected Attributes | |
ccHistogramWindow * | m_histogram |
Associated histogram view. | |
ccGenericPointCloud * | m_cloud |
Associated point cloud (color source) | |
Dialog to change the color levels.