Uses of Class
boofcv.struct.flow.ImageFlow.D
Packages that use ImageFlow.D
-
Uses of ImageFlow.D in boofcv.alg.flow
Fields in boofcv.alg.flow declared as ImageFlow.DMethods in boofcv.alg.flow that return ImageFlow.DMethods in boofcv.alg.flow with parameters of type ImageFlow.DModifier and TypeMethodDescriptionprotected 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 floatDenseOpticalFlowBlockPyramid.findFlow(int cx, int cy, T curr, ImageFlow.D flow) Performs an exhaustive search centered around (cx,cy) for the region in 'curr' which is the best match for the template. -
Uses of ImageFlow.D in boofcv.struct.flow
Fields in boofcv.struct.flow declared as ImageFlow.DMethods in boofcv.struct.flow that return ImageFlow.DMethods in boofcv.struct.flow with parameters of type ImageFlow.D