public class MOPS_ExtractPointRoi extends Object implements ij.plugin.PlugIn, MouseListener, KeyListener, ij.ImageListener
@inproceedings{BrownAl05, author = {Matthew Brown and Richard Szeliski and Simon Winder}, title = {Multi-Image Matching Using Multi-Scale Oriented Patches}, booktitle = {CVPR '05: Proceedings of the 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR'05) - Volume 1}, year = {2005}, isbn = {0-7695-2372-2}, pages = {510--517}, publisher = {IEEE Computer Society}, address = {Washington, DC, USA}, doi = {http://dx.doi.org/10.1109/CVPR.2005.235}, url = {http://www.cs.ubc.ca/~mbrown/papers/cvpr05.pdf}, } @article{FischlerB81, author = {Martin A. Fischler and Robert C. Bolles}, title = {Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography}, journal = {Communications of the ACM}, volume = {24}, number = {6}, year = {1981}, pages = {381--395}, publisher = {ACM Press}, address = {New York, NY, USA}, issn = {0001-0782}, doi = {http://doi.acm.org/10.1145/358669.358692}, }
Constructor and Description |
---|
MOPS_ExtractPointRoi() |
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
createFeatureDescriptorImage(String title,
Feature f) |
static Shape |
createFeatureDescriptorShape(Feature f)
Create a Shape that illustrates the descriptor patch.
|
static void |
drawFeatureDescriptor(ij.process.FloatProcessor fp,
Feature f) |
void |
imageClosed(ij.ImagePlus imp) |
void |
imageOpened(ij.ImagePlus imp) |
void |
imageUpdated(ij.ImagePlus imp) |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
static String |
modifiers(int flags) |
void |
mouseClicked(MouseEvent e) |
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
void |
run(String args) |
public final void run(String args)
run
in interface ij.plugin.PlugIn
public static Shape createFeatureDescriptorShape(Feature f)
f
- the feature to be illustratedpublic static void drawFeatureDescriptor(ij.process.FloatProcessor fp, Feature f)
public static ij.ImagePlus createFeatureDescriptorImage(String title, Feature f)
public void imageClosed(ij.ImagePlus imp)
imageClosed
in interface ij.ImageListener
public void imageOpened(ij.ImagePlus imp)
imageOpened
in interface ij.ImageListener
public void imageUpdated(ij.ImagePlus imp)
imageUpdated
in interface ij.ImageListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public static String modifiers(int flags)
Copyright © 2015–2021 Fiji. All rights reserved.