public class IJFacadeZhen
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<ExtendedSURFInterestPoint> |
detectAndDescribeInterestPoints(IntegralImage intImg,
float xROI,
float yROI,
float radiusROI)
Finds interest points using the default parameter.
|
static java.util.List<ExtendedSURFInterestPoint> |
detectAndDescribeInterestPoints(IntegralImage intImg,
com.labun.surf.Params p,
float xROI,
float yROI,
float radiusROI)
Finds interest points using the provided parameter.
|
static void |
displayStatistics(com.labun.surf.Params p) |
static void |
drawInterestPoints(ij.process.ImageProcessor img,
java.util.List<ExtendedSURFInterestPoint> ipts,
com.labun.surf.Params params)
Draws interest points onto suplied
ImageProcessor . |
static void |
drawSingleInterestPoint(ij.process.ImageProcessor img,
com.labun.surf.Params p,
ExtendedSURFInterestPoint ipt) |
static java.util.List<ExtendedSURFInterestPoint> |
getLastResult() |
static void |
initializeStatisticsWindow() |
static void |
setLastResult(java.util.List<ExtendedSURFInterestPoint> ipts) |
public static void setLastResult(java.util.List<ExtendedSURFInterestPoint> ipts)
public static java.util.List<ExtendedSURFInterestPoint> getLastResult()
public static java.util.List<ExtendedSURFInterestPoint> detectAndDescribeInterestPoints(IntegralImage intImg, float xROI, float yROI, float radiusROI)
public static java.util.List<ExtendedSURFInterestPoint> detectAndDescribeInterestPoints(IntegralImage intImg, com.labun.surf.Params p, float xROI, float yROI, float radiusROI)
public static void drawInterestPoints(ij.process.ImageProcessor img, java.util.List<ExtendedSURFInterestPoint> ipts, com.labun.surf.Params params)
ImageProcessor
.public static void drawSingleInterestPoint(ij.process.ImageProcessor img, com.labun.surf.Params p, ExtendedSURFInterestPoint ipt)
public static void initializeStatisticsWindow()
public static void displayStatistics(com.labun.surf.Params p)