boofcv.demonstrations.feature.detect
Class VideoDetectInterestPoints<T extends ImageGray>
- java.lang.Object
-
- boofcv.gui.image.ProcessImageSequence<T>
-
- boofcv.demonstrations.feature.detect.VideoDetectInterestPoints<T>
-
- All Implemented Interfaces:
- java.awt.event.KeyListener, java.awt.event.MouseListener, java.util.EventListener
public class VideoDetectInterestPoints<T extends ImageGray> extends ProcessImageSequence<T>
Displays detected corners in a video sequence
-
-
Constructor Summary
Constructors Constructor and Description VideoDetectInterestPoints(SimpleImageSequence<T> sequence, InterestPointDetector<T> detector, OrientationImageAverage<T> orientation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)static <T extends ImageGray,D extends ImageGray>
voidperform(java.lang.String fileName, java.lang.Class<T> imageType, java.lang.Class<D> derivType)voidprocessFrame(T image)voidupdateGUI(java.awt.image.BufferedImage guiImage, T origImage)-
Methods inherited from class boofcv.gui.image.ProcessImageSequence
addComponent, finishedSequence, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, process
-
-
-
-
Constructor Detail
-
VideoDetectInterestPoints
public VideoDetectInterestPoints(SimpleImageSequence<T> sequence, InterestPointDetector<T> detector, OrientationImageAverage<T> orientation)
-
-
Method Detail
-
processFrame
public void processFrame(T image)
- Specified by:
processFramein classProcessImageSequence<T extends ImageGray>
-
updateGUI
public void updateGUI(java.awt.image.BufferedImage guiImage, T origImage)- Specified by:
updateGUIin classProcessImageSequence<T extends ImageGray>
-
perform
public static <T extends ImageGray,D extends ImageGray> void perform(java.lang.String fileName, java.lang.Class<T> imageType, java.lang.Class<D> derivType)
-
main
public static void main(java.lang.String[] args)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG