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!
ccCalibratedImage
Re: ccCalibratedImage
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.
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, CloudCompare admin
Re: ccCalibratedImage
Daniel, you are right, i have orto image.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.