Re: [brlcad-devel] Regarding existing use of LIBICV

2013-06-26 Thread Mohit Daga
Hi, Thanks Sean for reiterating this to all. After discussion of last day on IRC. I think we have now come to sync as per the image structure is considered. Also we have discussed that the image struct will/should not contain the file information. That is bif = icv_load(filename, format); or bif

Re: [brlcad-devel] Regarding existing use of LIBICV

2013-06-25 Thread Christopher Sean Morrison
On Jun 24, 2013, at 10:34 PM, Mohit Daga wrote:hi Erik, Sean and other Mentors,I believe we are on the same platform as per the image structure is considered and all of us agree to using a structure of the kind struct pixel_s{double r,g,b,a;};  for data in the image_struct. Actually, I would have

[brlcad-devel] Regarding existing use of LIBICV

2013-06-24 Thread Mohit Daga
hi Erik, Sean and other Mentors, I believe we are on the same platform as per the image structure is considered and all of us agree to using a structure of the kind struct pixel_s{double r,g,b,a;}; for data in the image_struct. Now, Following are the files where libicv and its functionalities ar