Uses of Class
boofcv.struct.flow.ImageFlow
-
Uses of ImageFlow in boofcv.abst.flow
Modifier and TypeMethodDescriptionvoid
void
Computes the optical flow.void
void
void
void
-
Uses of ImageFlow in boofcv.alg.flow
Modifier and TypeFieldDescriptionprotected ImageFlow
HornSchunck.averageFlow
protected ImageFlow
DenseOpticalFlowBlockPyramid.flowCurrLayer
protected ImageFlow
DenseOpticalFlowBlockPyramid.flowPrevLayer
Modifier and TypeMethodDescriptionDenseOpticalFlowBlockPyramid.getOpticalFlow()
Returns the found optical flowModifier and TypeMethodDescriptionprotected static void
HornSchunck.borderAverageFlow
(ImageFlow flow, ImageFlow averageFlow) Computes average flow using an 8-connect neighborhood for the image borderprotected void
DenseOpticalFlowBlockPyramid.checkNeighbors
(int cx, int cy, ImageFlow.D flow, ImageFlow image, float score) Examines every pixel inside the region centered at (cx,cy) to see if their optical flow has a worse score the one specified in 'flow'protected void
DenseOpticalFlowKlt.checkNeighbors
(int cx, int cy, float score, float flowX, float flowY, ImageFlow output) Examines every pixel inside the region centered at (cx,cy) to see if their optical flow has a worse score the one specified in 'flow'protected static void
HornSchunck.computeBorder
(ImageFlow flow, ImageFlow averageFlow, int x, int y) protected void
protected void
protected abstract void
Inner function for computing optical flowprotected static ImageFlow.D
protected static void
HornSchunck.innerAverageFlow
(ImageFlow flow, ImageFlow averageFlow) Computes average flow using an 8-connect neighborhood for the inner imagevoid
DenseOpticalFlowKlt.process
(ImagePyramid<I> prev, D[] prevDerivX, D[] prevDerivY, ImagePyramid<I> curr, ImageFlow output) void
Computes dense optical flow from the first image's gradient and the difference between the second and the first image. -
Uses of ImageFlow in boofcv.gui.feature
Modifier and TypeMethodDescriptionstatic void
VisualizeOpticalFlow.colorized
(ImageFlow flowImage, float maxValue, BufferedImage out) static void
VisualizeOpticalFlow.colorizeDirection
(ImageFlow flowImage, BufferedImage out) static void
VisualizeOpticalFlow.magnitudeAbs
(ImageFlow flowImage, float maxValue, BufferedImage out) static void
VisualizeOpticalFlow.magnitudeAbs
(ImageFlow flowImage, BufferedImage out) -
Uses of ImageFlow in boofcv.struct.flow