CLAHE.empty constructor

CLAHE.empty()

Implementation

factory CLAHE.empty() {
  final p = calloc<cimgproc.CLAHE>();
  cimgproc.CLAHE_Create(p);
  return CLAHE._(p);
}