[vtk-developers] TestSplitViewportStereoHorizontal

Bill Lorensen bill.lorensen at gmail.com
Fri Feb 22 12:08:29 EST 2013


Your recent patch fixes the SplitView test, but breaks the OffAxis test.
Any ideas?

On Thu, Feb 21, 2013 at 10:46 AM, Aashish Chaudhary <
aashish.chaudhary at kitware.com> wrote:

> On Thu, Feb 21, 2013 at 10:41 AM, Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
> > I did some experiments last night and I don't think these changes will
> help.
> > Aashish any luck? I noticed you removed the old baselines. I think you
> > should have, just temporarily, added a new baseline for your changes that
> > are not yet merged. Now we have even more failing tests.
>
> Yes, after I fixed window to image filter, at least on my two systems
> the results were consistent. I will push a branch later in the day.
>
>
> >
> >
> > On Wed, Feb 20, 2013 at 5:34 PM, David Gobbi <david.gobbi at gmail.com>
> wrote:
> >>
> >> I will be overjoyed if this also fixes volTM2DRotateClip as a
> side-effect.
> >>
> >>  - David
> >>
> >> On Wed, Feb 20, 2013 at 3:26 PM, Bill Lorensen <bill.lorensen at gmail.com
> >
> >> wrote:
> >> > Nice catch!
> >> >
> >> > On Wed, Feb 20, 2013 at 5:25 PM, Aashish Chaudhary
> >> > <aashish.chaudhary at kitware.com> wrote:
> >> >> To be specific the code is here:
> >> >>
> >> >> void vtkWindowToImageFilter::RequestData
> >> >>
> >> >> Which gets executed by vtkTesting
> >> >>
> >> >> Thanks,
> >> >>
> >> >>
> >> >> On Wed, Feb 20, 2013 at 5:23 PM, Aashish Chaudhary
> >> >> <aashish.chaudhary at kitware.com> wrote:
> >> >>> Ok, I found the issue..it was the vtkTesting, Basically there it
> >> >>> creates a new camera and line by line copies the member variables (I
> >> >>> don't know why we just deep copy the cameras).
> >> >>>
> >> >>> There it was missing copying off screen parameters. I will push a
> fix
> >> >>> tomorrow (need to leave very soon). Along with that I will push
> fixes
> >> >>> to shallow copy as well.
> >> >>>
> >> >>> Thanks
> >> >>>
> >> >>>
> >> >>> On Wed, Feb 20, 2013 at 4:45 PM, Aashish Chaudhary
> >> >>> <aashish.chaudhary at kitware.com> wrote:
> >> >>>> Thanks David. PartialCopy has issues but it seems like that's not
> the
> >> >>>> problem. Basically all of the camera parameters are same before and
> >> >>>> after.
> >> >>>>
> >> >>>> Thanks,
> >> >>>>
> >> >>>>
> >> >>>> On Wed, Feb 20, 2013 at 4:12 PM, David Gobbi <
> david.gobbi at gmail.com>
> >> >>>> wrote:
> >> >>>>> Look at PartialCopy(), make sure it isn't missing anything.
> >> >>>>>
> >> >>>>>  - David
> >> >>>>>
> >> >>>>>
> >> >>>>> On Wed, Feb 20, 2013 at 2:02 PM, Aashish Chaudhary
> >> >>>>> <aashish.chaudhary at kitware.com> wrote:
> >> >>>>>> Ok, I found something interesting, these settings are gone inside
> >> >>>>>> the
> >> >>>>>> call to vtkRegressionTestImageThreshold
> >> >>>>>>
> >> >>>>>> camera->SetScreenBottomLeft(bottomLeft);
> >> >>>>>> camera->SetScreenBottomRight(bottomRight);
> >> >>>>>> camera->SetScreenTopRight(topRight);
> >> >>>>>>
> >> >>>>>> And that's causing it create different images. I don't know the
> >> >>>>>> exact
> >> >>>>>> reason yet but this is a progress.
> >> >>>>>>
> >> >>>>>> Thanks,
> >> >>>>>>
> >> >>>>>>
> >> >>>>>> On Wed, Feb 20, 2013 at 3:49 PM, Aashish Chaudhary
> >> >>>>>> <aashish.chaudhary at kitware.com> wrote:
> >> >>>>>>> On Wed, Feb 20, 2013 at 3:36 PM, Bill Lorensen
> >> >>>>>>> <bill.lorensen at gmail.com> wrote:
> >> >>>>>>>> Thanks for looking at this, but unfortunately, the mac and pc
> >> >>>>>>>> images
> >> >>>>>>>> do not look the same.
> >> >>>>>>>
> >> >>>>>>> Yeah.. I realized the same. It seems like windows is capturing
> the
> >> >>>>>>> scene after first render and mac / linux captured that it should
> >> >>>>>>> be
> >> >>>>>>> after second render. I guess
> >> >>>>>>> I can try to setup camera parameters before hand and see if that
> >> >>>>>>> prevents this behavior.
> >> >>>>>>>
> >> >>>>>>> Thanks
> >> >>>>>>>
> >> >>>>>>>>
> >> >>>>>>>> On Wed, Feb 20, 2013 at 2:27 PM, Aashish Chaudhary
> >> >>>>>>>> <aashish.chaudhary at kitware.com> wrote:
> >> >>>>>>>>> Bill,
> >> >>>>>>>>>
> >> >>>>>>>>> I pushed a branch and hoping that it will fix the issue
> atleast
> >> >>>>>>>>> on mac
> >> >>>>>>>>> and linux. I may have to check for stereo support but I will
> for
> >> >>>>>>>>> that.
> >> >>>>>>>>>
> >> >>>>>>>>> I will keep an eye on the dashboards, in the mean time please
> >> >>>>>>>>> review my branch.
> >> >>>>>>>>>
> >> >>>>>>>>> Thanks
> >> >>>>>>>>>
> >> >>>>>>>>>
> >> >>>>>>>>> On Tue, Feb 19, 2013 at 11:24 AM, Aashish Chaudhary
> >> >>>>>>>>> <aashish.chaudhary at kitware.com> wrote:
> >> >>>>>>>>>> Bill,
> >> >>>>>>>>>>
> >> >>>>>>>>>> I will have a look at it today.
> >> >>>>>>>>>>
> >> >>>>>>>>>> Thanks,
> >> >>>>>>>>>>
> >> >>>>>>>>>>
> >> >>>>>>>>>> On Mon, Feb 18, 2013 at 11:55 AM, Bill Lorensen
> >> >>>>>>>>>> <bill.lorensen at gmail.com> wrote:
> >> >>>>>>>>>>> Aashish,
> >> >>>>>>>>>>>
> >> >>>>>>>>>>> TestSplitViewportStereoHorizontal is the only test failing
> on
> >> >>>>>>>>>>> the Mac
> >> >>>>>>>>>>> Gerrit build (and all OSX systems). It would be great to
> have
> >> >>>>>>>>>>> it
> >> >>>>>>>>>>> fixed. David Gobbi fixed some failures of this test in this
> >> >>>>>>>>>>> gerrit
> >> >>>>>>>>>>> patch:  http://review.source.kitware.com/#/c/9747/
> >> >>>>>>>>>>>
> >> >>>>>>>>>>> If you try to fix it, please make sure you update to master
> >> >>>>>>>>>>> before
> >> >>>>>>>>>>> doing any work.
> >> >>>>>>>>>>>
> >> >>>>>>>>>>> Thanks,
> >> >>>>>>>>>>>
> >> >>>>>>>>>>> Bill
> >> >>>>>>>>>>
> >> >>>>>>>>>>
> >> >>>>>>>>>>
> >> >>>>>>>>>> --
> >> >>>>>>>>>> | Aashish Chaudhary
> >> >>>>>>>>>> | R&D Engineer
> >> >>>>>>>>>> | Kitware Inc.
> >> >>>>>>>>>> | www.kitware.com
> >> >>>>>>>>>
> >> >>>>>>>>>
> >> >>>>>>>>>
> >> >>>>>>>>> --
> >> >>>>>>>>> | Aashish Chaudhary
> >> >>>>>>>>> | R&D Engineer
> >> >>>>>>>>> | Kitware Inc.
> >> >>>>>>>>> | www.kitware.com
> >> >>>>>>>>
> >> >>>>>>>>
> >> >>>>>>>>
> >> >>>>>>>> --
> >> >>>>>>>> Unpaid intern in BillsBasement at noware dot com
> >> >>>>>>>
> >> >>>>>>>
> >> >>>>>>>
> >> >>>>>>> --
> >> >>>>>>> | Aashish Chaudhary
> >> >>>>>>> | R&D Engineer
> >> >>>>>>> | Kitware Inc.
> >> >>>>>>> | www.kitware.com
> >> >>>>>>
> >> >>>>>>
> >> >>>>>>
> >> >>>>>> --
> >> >>>>>> | Aashish Chaudhary
> >> >>>>>> | R&D Engineer
> >> >>>>>> | Kitware Inc.
> >> >>>>>> | www.kitware.com
> >> >>>>>> _______________________________________________
> >> >>>>>> Powered by www.kitware.com
> >> >>>>>>
> >> >>>>>> Visit other Kitware open-source projects at
> >> >>>>>> http://www.kitware.com/opensource/opensource.html
> >> >>>>>>
> >> >>>>>> Follow this link to subscribe/unsubscribe:
> >> >>>>>> http://www.vtk.org/mailman/listinfo/vtk-developers
> >> >>>>>>
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>> --
> >> >>>> | Aashish Chaudhary
> >> >>>> | R&D Engineer
> >> >>>> | Kitware Inc.
> >> >>>> | www.kitware.com
> >> >>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>> | Aashish Chaudhary
> >> >>> | R&D Engineer
> >> >>> | Kitware Inc.
> >> >>> | www.kitware.com
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> | Aashish Chaudhary
> >> >> | R&D Engineer
> >> >> | Kitware Inc.
> >> >> | www.kitware.com
> >> >
> >> >
> >> >
> >> > --
> >> > Unpaid intern in BillsBasement at noware dot com
> >
> >
> >
> >
> > --
> > Unpaid intern in BillsBasement at noware dot com
>
>
>
> --
> | Aashish Chaudhary
> | R&D Engineer
> | Kitware Inc.
> | www.kitware.com
>



-- 
Unpaid intern in BillsBasement at noware dot com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20130222/5119a56a/attachment.html>


More information about the vtk-developers mailing list