Re: [brlcad-devel] Chalking a Plan for nurbs and brep.

2014-03-20 Thread Mohit Daga
Hi Raj, Just to point you could write to Wu who was a GSOC Student last year and worked primarily on Nurbs. Mohit -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to gra

Re: [brlcad-devel] Image Formats to be supported.

2013-09-30 Thread Mohit Daga
Hii Sean, On Mon, Sep 30, 2013 at 9:36 AM, Christopher Sean Morrison wrote: > It's a fantastic start to a big project. Thank you for all your efforts > and hope you keep going strong! > I work to full fill our requirements of supporting different image formats. > Alternatively, you could try

[brlcad-devel] Image Formats to be supported.

2013-09-29 Thread Mohit Daga
hii all, This summer I have worked on the development and refactoring of BRL-CAD's Image Processing library libicv. This library currently exports the output in ppm,pix,png,bw and dpix formats. All of them support image output directed to stdout thus making them pipe savvy. I wish to know from t

[brlcad-devel] GSoC Summary for the development of LIBICV by Mohit Daga (IRC zero_level)

2013-09-26 Thread Mohit Daga
Hi all, I am Mohit, a GSoC student participant with BRL-CAD for the year 2013. My GSoC-13 project was aimed to consolidate and develop an image processing and conversion library. To start my work, I adopted BRL-CAD's standard coding style, grasped functions related to its utility library (libbu)

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[56814] brlcad/trunk/src/util

2013-08-14 Thread Mohit Daga
; I anticipated this plan. Thus i created a generic icv_rect, or for that matter all the api's which can handle variable number of channels. Regarding dpix format I will be implementing read and write functions which indeed will enable all th

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[56814] brlcad/trunk/src/util

2013-08-13 Thread Mohit Daga
e that they will be 3bytes per pixels always. Thanks. Mohit Daga IRC_NICK zero_level GSOC'13 student. -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for p

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[56732] brlcad/trunk/src/util

2013-08-10 Thread Mohit Daga
cv library. Also this revision changes usage criterion of bwrect utility. I have tested this utility and see that everything is alright. Please see this at the code level and revert to me if there is supposed to be any change. Thanks. Mohit Dag

[brlcad-devel] Benchmark Results.

2013-07-31 Thread Mohit Daga
LCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBRLCAD_FLAGS_OPTIMIZATION=ON c) run make install d) run make benchmark. Please read INSTALL for any help or write back to us. Thanks Mohit Daga IRC Nick zero_level GSOC'1

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[56250] brlcad/trunk

2013-07-26 Thread Mohit Daga
the methods primarily differ in the weights assigned to the three channels(r,g,b). > Log Message: > --- > Remove trailing ws > > Modified Paths: > -- > I will carefully handle log messages in future. Cheers! Mohit Dag

Re: [brlcad-devel] Doc Camp

2013-07-25 Thread Mohit Daga
October 14 - October 18 For info visit [1]. Cheers ! Mohit Daga IRC Nick zero_level [1] https://sites.google.com/site/docsprintsummitv2/ -- See everything from the browser to the database with AppDynamics Get end-to

Re: [brlcad-devel] GSoC Progress Update

2013-07-23 Thread Mohit Daga
Hi! Here is a summary of my work. - I have modified the current code to accommodate the new icv struct. This included writing new functions to create, save, load images, writing pixels to images and modifying the existing usage of icv in src/rt src/remrt src/libged. Next, I have w

[brlcad-devel] Fwd: Regarding Usage of ICV in rt

2013-07-06 Thread Mohit Daga
hi mentors! ICV has been implemented in view.c (is perfectly fine) and viewedge.c during old revisions. *Introduction* As per the discussion on IRC regarding ICV structures, file information is removed from the current definitions. ICV functions previously had these type of usage icv_save_open

[brlcad-devel] Regarding Usage of ICV in rt

2013-07-06 Thread Mohit Daga
ename variable a global variable and use that in viewedge.c Also suggest mechanism to test rt. Cheers! -- *-- Mohit Daga* -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/wi

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

2013-06-26 Thread Mohit Daga
the current usage of icv_image structure and functions. Or should I do something alternative about this. Cheers! Mohit IRC Nick zero_level On Tue, Jun 25, 2013 at 9:49 PM, Christopher Sean Morrison wrote: > > > On Jun 24, 2013, at 10:34 PM, Mohit Daga wrote: > > hi Erik, Sean an

[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

Re: [brlcad-devel] Seek Suggestions Regarding API calls of libicv

2013-06-21 Thread Mohit Daga
Hi all Also I have written a small patch demonstrating the second plan. The patch implements bwcrop (improved to take input image of any depth) as a functionality. [2] https://sourceforge.net/p/brlcad/patches/201/ On Sat, Jun 22, 2013 at 3:19 AM, Mohit Daga wrote: > Hi Erik, Sean and ot

[brlcad-devel] Seek Suggestions Regarding API calls of libicv

2013-06-21 Thread Mohit Daga
] http://brlcad.org/wiki/User:Level_zero/GSOC13/api -- *-- Mohit Daga* -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows

[brlcad-devel] Patch information

2013-06-20 Thread Mohit Daga
thread. ##Patch 199 This has patch for icv_depth_3to1 and icv_depth_1to3 #The crop patch is now in a separate file at 198. I hope these patches are short and easy to be reviewed. Thanks Mohit Daga IRC NICK zero_level

[brlcad-devel] Regarding Development of LIBICV

2013-06-12 Thread Mohit Daga
conversion. I have kept this at last because during pre-GSOC period I had worked on this. I also submitted a patch. This gives me some idea about the implementation details. In days to come before the coding period I will update the image formats to work on and the api calls of these routines. Mohit

[brlcad-devel] Regarding Development of LIBICV

2013-06-12 Thread Mohit Daga
Dear Mentors, Carrying forward from our discussion on IRC. # API DESIGNS ## Regarding Names and Comments I have added groups name. I have added comments for each api. This is available at [0]. ## Regarding Errors This is an implementation issue. But as per the current planning, I am looking f