Page 1 of 1

ccCalibratedImage

Posted: Tue Feb 21, 2017 10:30 am
by dm_red
Hello, what happen with ccCalibratedImage in later versions(>=2.6.0)?
I need to load a picture gridded by plugin.
How can i do it?
Thanks!

Re: ccCalibratedImage

Posted: Wed Feb 22, 2017 8:06 am
by daniel
Do you mean you have an (ortho) image from which you know the dimensions?

Because the ccCalibratedImage class was not meant to be used for this (but for images associated to a camera sensor). At least these are now represented by a simple 'ccImage' instance associated to a ccCameraSensor instance.

Re: ccCalibratedImage

Posted: Wed Feb 22, 2017 12:28 pm
by dm_red
daniel wrote:Do you mean you have an (ortho) image from which you know the dimensions?

Because the ccCalibratedImage class was not meant to be used for this (but for images associated to a camera sensor). At least these are now represented by a simple 'ccImage' instance associated to a ccCameraSensor instance.
Daniel, you are right, i have orto image.