ThreeB 1.1
|
#include <sstream>
#include <algorithm>
#include <cvd/image.h>
#include <cvd/image_convert.h>
#include "ThreeBRunner.h"
#include "storm_imagery.h"
#include "multispot5.h"
#include "multispot5_place_choice.h"
#include "utility.h"
#include <gvars3/instances.h>
#include <tag/printf.h>
#include <tr1/tuple>
Go to the source code of this file.
Classes | |
class | JNIUserInterface |
3B User interface for the Java plugin. More... | |
Functions | |
string | get_string (JNIEnv *env, jstring js) |
Image< jbyte > | get_local_copy_of_image (JNIEnv *env, jbyteArray data, int rows, int cols) |
Image< float > | get_local_copy_of_image (JNIEnv *env, jfloatArray data, int rows, int cols) |
JNIEXPORT void JNICALL | Java_ThreeBRunner_call (JNIEnv *env, jobject jthis, jstring cfg, jobjectArray images, jbyteArray mask_data, jint n_images, jint rows, jint cols, jstring file) |