Boofcv研究:感兴趣区域检测技术
public class InterestPoint {
public static <T extends ImageGray>
void detect( BufferedImage image , Class<T> imageType ) {
T input = ConvertBufferedImage.convertFromSingle(image, null, imageType);
InterestPointDetector<T> detector = FactoryInterestPoint.fastHessian(
new ConfigFastHessian(10, 2,