public class VisualizeOpticalFlow
extends java.lang.Object
| Constructor and Description |
|---|
VisualizeOpticalFlow() |
| Modifier and Type | Method and Description |
|---|---|
static void |
colorized(boofcv.struct.flow.ImageFlow flowImage,
float maxValue,
java.awt.image.BufferedImage out) |
static void |
colorizeDirection(boofcv.struct.flow.ImageFlow flowImage,
java.awt.image.BufferedImage out) |
static void |
magnitudeAbs(boofcv.struct.flow.ImageFlow flowImage,
java.awt.image.BufferedImage out) |
static void |
magnitudeAbs(boofcv.struct.flow.ImageFlow flowImage,
float maxValue,
java.awt.image.BufferedImage out) |
public static void colorizeDirection(boofcv.struct.flow.ImageFlow flowImage,
java.awt.image.BufferedImage out)
public static void magnitudeAbs(boofcv.struct.flow.ImageFlow flowImage,
java.awt.image.BufferedImage out)
public static void magnitudeAbs(boofcv.struct.flow.ImageFlow flowImage,
float maxValue,
java.awt.image.BufferedImage out)
public static void colorized(boofcv.struct.flow.ImageFlow flowImage,
float maxValue,
java.awt.image.BufferedImage out)