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
AdaptiveGruen.cpp
1
5
6/* SPDX-License-Identifier: CC0-1.0 */
7
8#include "AdaptiveGruen.h"
9
16extern "C" Isis::AutoReg *AdaptiveGruenPlugin(Isis::Pvl &pvl) {
17 return new Isis::AdaptiveGruen(pvl);
18}
19
20
Gruen (adaptive) pattern matching.
Auto Registration class.
Definition AutoReg.h:167
Container for cube-like labels.
Definition Pvl.h:119