An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
This class is used as a functor to apply adjustments (equalize) to an image. More...
#include <Equalization.h>
Public Member Functions | |
ApplyFunctor (const ImageAdjustment *adjustment) | |
void | operator() (Buffer &in, Buffer &out) const |
Private Attributes | |
const ImageAdjustment * | m_adjustment |
ImageAdjustment to equalize image. | |
This class is used as a functor to apply adjustments (equalize) to an image.
Definition at line 243 of file Equalization.h.
|
inline |
Definition at line 245 of file Equalization.h.
Definition at line 1009 of file Equalization.cpp.
|
private |
ImageAdjustment to equalize image.
Definition at line 252 of file Equalization.h.