12.07.2015 Views

Digital Image Processing (using Java)

Digital Image Processing (using Java)

Digital Image Processing (using Java)

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

LOG (Laplacian of Gaussian) filter(p.171)DOG (Difference of Gaussian) filter(p.172)algorithm 7.7 -Canny edge dector(p.175)Buffered<strong>Image</strong>Op op = new CannyEdgeOp(2.0f, 50, 100);Buffered<strong>Image</strong> edgeMap = op.filter (image, null);Buffered<strong>Image</strong> map<strong>Image</strong> = op.getGradientOrientation<strong>Image</strong>();Buffered<strong>Image</strong> orient<strong>Image</strong> = op.getGradientOrientation<strong>Image</strong>();- 52 -

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!