GSoC/GCI Archive
Google Summer of Code 2013 BRL-CAD

Consolidating and Adding the Image Processing Functions to LIBICV

by Mohit Daga for BRL-CAD

BRL-CAD has a number of image processing tools. Currently all the tools are implemented in a modular fashion where in each tool is accessed as a module. The primitive task of this project is to combine the image processing functionalities of these tools to a library. This task will ensure the reusability of these functionalities by the application programmer through relevant api calls in the code and thus will be useful for building a proper GUI for BRL-CAD and helpful in other new tools/functions to be added to BRL-CAD in future.