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 TypeMethodDescriptionvoidvoidComputes the optical flow.voidvoidvoidvoid -
Uses of ImageFlow in boofcv.alg.flow
Fields in boofcv.alg.flow declared as ImageFlowModifier and TypeFieldDescriptionprotected ImageFlowHornSchunck.averageFlowprotected ImageFlowDenseOpticalFlowBlockPyramid.flowCurrLayerprotected ImageFlowDenseOpticalFlowBlockPyramid.flowPrevLayerMethods 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 voidHornSchunck.borderAverageFlow(ImageFlow flow, ImageFlow averageFlow) Computes average flow using an 8-connect neighborhood for the image borderprotected voidDenseOpticalFlowBlockPyramid.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 voidDenseOpticalFlowKlt.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 voidHornSchunck.computeBorder(ImageFlow flow, ImageFlow averageFlow, int x, int y) protected voidprotected voidprotected abstract voidInner function for computing optical flowprotected static ImageFlow.Dprotected static voidHornSchunck.innerAverageFlow(ImageFlow flow, ImageFlow averageFlow) Computes average flow using an 8-connect neighborhood for the inner imagevoidDenseOpticalFlowKlt.process(ImagePyramid<I> prev, D[] prevDerivX, D[] prevDerivY, ImagePyramid<I> curr, ImageFlow output) voidComputes 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 voidVisualizeOpticalFlow.colorized(ImageFlow flowImage, float maxValue, BufferedImage out) static voidVisualizeOpticalFlow.colorizeDirection(ImageFlow flowImage, BufferedImage out) static voidVisualizeOpticalFlow.magnitudeAbs(ImageFlow flowImage, float maxValue, BufferedImage out) static voidVisualizeOpticalFlow.magnitudeAbs(ImageFlow flowImage, BufferedImage out) -
Uses of ImageFlow in boofcv.struct.flow
Methods in boofcv.struct.flow with parameters of type ImageFlow