affinetransform

Scaling/Translating a Shape to a given Rectangle using AffineTransform

Hi all, I'm trying to scale/translate a java.awt.Shape with AffineTransform in order to draw it in a defined bounding Rectangle. Moreover, I want to paint it in a drawing Area having a 'zoom' parameter. I tried various concatenations of AffineTransform but I couldn't find the correct sequence. For example, the following solution was w...

Registration of tile image sets

Here's the problem: We have various microscopes in our lab that we use to image entire slide surfaces. Occasionally we like to run various test on our different scanners to compare the performance of the scanners and do some QC. The problem is, to do some of these comparisons we need very accurate registration of the datasets collecte...