Uses of Interface
boofcv.misc.BoofLambdas.ProcessCall
Packages that use BoofLambdas.ProcessCall
-
Uses of BoofLambdas.ProcessCall in boofcv.gui
Methods in boofcv.gui with parameters of type BoofLambdas.ProcessCallModifier and TypeMethodDescriptionStandardAlgConfigPanel.configLength(ConfigLength initial, double min, double max, BoofLambdas.ProcessCall listener) static JMenuItemBoofSwingUtil.createMenuItem(String name, int mnmonic, int accelerator, BoofLambdas.ProcessCall action) static JMenuItemBoofSwingUtil.createMenuItem(String name, BoofLambdas.ProcessCall action) -
Uses of BoofLambdas.ProcessCall in boofcv.gui.controls
Fields in boofcv.gui.controls declared as BoofLambdas.ProcessCallModifier and TypeFieldDescriptionprotected BoofLambdas.ProcessCallControlPanelPointCloud.callbackBackgroundprotected BoofLambdas.ProcessCallControlPanelPointCloud.callbackModifiedConstructors in boofcv.gui.controls with parameters of type BoofLambdas.ProcessCall -
Uses of BoofLambdas.ProcessCall in boofcv.misc
Methods in boofcv.misc with parameters of type BoofLambdas.ProcessCallModifier and TypeMethodDescriptionstatic voidBoofMiscOps.profile(BoofLambdas.ProcessCall process, String description) static longBoofMiscOps.timeNano(BoofLambdas.ProcessCall process) Computes the elapsed time in calling the provided function in nano seconds