<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i'm trying to register two RGB images (<FONT 
size=2>TranslationTransform</FONT>, <FONT 
size=2>RegularStepGradientDescentOptimizer, <FONT 
size=2>MeanSquaresImageToImageMetric, <FONT 
size=2>LinearInterpolateImageFunction</FONT></FONT></FONT>). I used 
RGBToLuminanceImageAdaptor class to convert RGB to scalar values and following 
error occured during the compilation:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>......\Insight\Code\Common\itkInterpolateImageFunction.h(89): error 
C2039: 'TransformPhysicalPointToContinuousIndex' : is not a member of 
'itk::RGBToLuminanceImageAdaptor&lt;TImage,TOutputPixelType&gt;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
with<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
[<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
TImage=InputImageType,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
TOutputPixelType=PixelType<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
]<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I am using recent (but probably not the latest) CVS 
version of ITK and VS 7.0 .NET compiler.</DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in forward,</FONT></DIV>
<DIV><FONT face=Arial size=2>Jakub</FONT></DIV></BODY></HTML>