Uses of Class
boofcv.struct.flow.ImageFlow
Packages that use ImageFlow
-
Uses of ImageFlow in boofcv.abst.flow
Methods in boofcv.abst.flow with parameters of type ImageFlowModifier and TypeMethodDescriptionvoid
void
Computes the optical flow.void
void
void
void
-
Uses of ImageFlow in boofcv.alg.flow
Fields in boofcv.alg.flow declared as ImageFlowModifier and TypeFieldDescriptionprotected ImageFlow
HornSchunck.averageFlow
protected ImageFlow
DenseOpticalFlowBlockPyramid.flowCurrLayer
protected ImageFlow
DenseOpticalFlowBlockPyramid.flowPrevLayer
Methods in boofcv.alg.flow that return ImageFlowModifier and TypeMethodDescriptionDenseOpticalFlowBlockPyramid.getOpticalFlow()
Returns the found optical flowMethods in boofcv.alg.flow with parameters of type ImageFlowModifier 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
Methods in boofcv.gui.feature with parameters of type ImageFlowModifier 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
Methods in boofcv.struct.flow with parameters of type ImageFlow